Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/06/2007 at 08:16, xxxxxxxx wrote:
User Information: Cinema 4D Version: R10 Platform: Windows ; Language(s) : C++ ;
--------- Hi,
I tried to begin with building plugins for Cinema 4D with Visual Studio 2005 Express. So I used the introduction-PDF from total3d.de and followed the instructions.
When I tried to compile the SDK, I got the following errors:
2> Bibliothek ".\./obj/x32/debug/cinema4dsdk.lib" und Objekt ".\./obj/x32/debug/cinema4dsdk.exp" werden erstellt. 2>main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""int __cdecl RegisterGeneratorObject(void)" ([email protected]@YAHXZ)" in Funktion ""int __cdecl PluginStart(void)" ([email protected]@YAHXZ)". 2>main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""int __cdecl RegisterRenderingTag(void)" ([email protected]@YAHXZ)" in Funktion ""int __cdecl PluginStart(void)" ([email protected]@YAHXZ)". 2>main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""int __cdecl RegisterStylingTag(void)" ([email protected]@YAHXZ)" in Funktion ""int __cdecl PluginStart(void)" ([email protected]@YAHXZ)". 2>main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""int __cdecl RegisterVideopost(void)" ([email protected]@YAHXZ)" in Funktion ""int __cdecl PluginStart(void)" ([email protected]@YAHXZ)". 2>main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""int __cdecl RegisterShader(void)" ([email protected]@YAHXZ)" in Funktion ""int __cdecl PluginStart(void)" ([email protected]@YAHXZ)". 2>main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""int __cdecl RegisterGrassObject(void)" ([email protected]@YAHXZ)" in Funktion ""int __cdecl PluginStart(void)" ([email protected]@YAHXZ)". 2>main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""int __cdecl RegisterConstraintObject(void)" ([email protected]@YAHXZ)" in Funktion ""int __cdecl PluginStart(void)" ([email protected]@YAHXZ)". 2>main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""int __cdecl RegisterCollisionObject(void)" ([email protected]@YAHXZ)" in Funktion ""int __cdecl PluginStart(void)" ([email protected]@YAHXZ)". 2>main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""int __cdecl RegisterForceObject(void)" ([email protected]@YAHXZ)" in Funktion ""int __cdecl PluginStart(void)" ([email protected]@YAHXZ)". 2>main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""int __cdecl RegisterDeformerObject(void)" ([email protected]@YAHXZ)" in Funktion ""int __cdecl PluginStart(void)" ([email protected]@YAHXZ)". 2>cinema4dsdk.cdl : fatal error LNK1120: 10 nicht aufgelöste externe Verweise.
I am tried also to delete the SDK-directory to use the original one again, which I copied before. But nothing helps.
I hope you can say me what's wrong.