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 11/10/2008 at 17:38, xxxxxxxx wrote:
User Information: Cinema 4D Version: 10 Platform: Windows ; Language(s) : C++ ;
--------- Hi its my first try to create plugins with c++. So i use micosoft visual studio 2005 and i have also installed the Plugin for Visual Studio 2005.NET
Now if i start the cinema 4dsdk.dsw, visual studio asked me at first if i want convert the current visual c++ project format.
I chosed yes and rebuild the solution (Build configuration "Release").
visual studio returns the following error messages:
Compiling... main.cpp randomfalloff.cpp datatype.cpp vpvisualizenormals.cpp vpreconstructimage.cpp vpinvertimage.cpp vpcolorize.cpp reversenormals.cpp liquidtool.cpp edgecuttool.cpp lookatcamera.cpp simplematerial.cpp particlevolume.cpp mandelbrotshader.cpp illumination.cpp gradientshader.cpp bitmapdistortionshader.cpp radiosity.cpp triangulate.cpp spherify.cpp Generating Code... Compiling... roundedtube.cpp noiseeffector.cpp morphmixer.cpp gravitation.cpp dropeffector.cpp circle.cpp atom.cpp subdialog.cpp serial.cpp menutest.cpp memstat.cpp listview.cpp layershaderbrowser.cpp gradientuserarea.cpp asynctest.cpp activeobject.cpp stl.cpp bff.cpp paint_saver_test.cpp filterthreshold.cpp Generating Code... Compiling... filtermatrix.cpp blinker.cpp Generating Code... Linking... Creating library .\./obj/x32/release/cinema4dsdk.lib and object .\./obj/x32/release/cinema4dsdk.exp main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterGeneratorObject(void)" ([email protected]@YAHXZ) referenced in function "int __cdecl PluginStart(void)" ([email protected]@YAHXZ) main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterRenderingTag(void)" ([email protected]@YAHXZ) referenced in function "int __cdecl PluginStart(void)" ([email protected]@YAHXZ) main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterStylingTag(void)" ([email protected]@YAHXZ) referenced in function "int __cdecl PluginStart(void)" ([email protected]@YAHXZ) main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterVideopost(void)" ([email protected]@YAHXZ) referenced in function "int __cdecl PluginStart(void)" ([email protected]@YAHXZ) main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterShader(void)" ([email protected]@YAHXZ) referenced in function "int __cdecl PluginStart(void)" ([email protected]@YAHXZ) main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterGrassObject(void)" ([email protected]@YAHXZ) referenced in function "int __cdecl PluginStart(void)" ([email protected]@YAHXZ) main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterConstraintObject(void)" ([email protected]@YAHXZ) referenced in function "int __cdecl PluginStart(void)" ([email protected]@YAHXZ) main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterCollisionObject(void)" ([email protected]@YAHXZ) referenced in function "int __cdecl PluginStart(void)" ([email protected]@YAHXZ) main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterForceObject(void)" ([email protected]@YAHXZ) referenced in function "int __cdecl PluginStart(void)" ([email protected]@YAHXZ) main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterDeformerObject(void)" ([email protected]@YAHXZ) referenced in function "int __cdecl PluginStart(void)" ([email protected]@YAHXZ) cinema4dsdk.cdl : fatal error LNK1120: 10 unresolved externals
greetz msthavoc
On 13/10/2008 at 07:37, xxxxxxxx wrote:
Which exact version of CINEMA 4D are yo using?
cheers, Matthias
On 21/10/2008 at 01:38, xxxxxxxx wrote:
Btw. for VS2005 you should open the *.sln (solution) files and not the *.dsw files.