error compiling vs2005.net
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/04/2007 at 15:46, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform: Windows ;
Language(s) : C++ ;---------
hello iam wondering why do i get 10 lines of thismain.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterGeneratorObject(void)" (?RegisterGeneratorObject@@YAHXZ) referenced in function "int __cdecl PluginStart(void)" (?PluginStart@@YAHXZ)
main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterRenderingTag(void)" (?RegisterRenderingTag@@YAHXZ) referenced in function "int __cdecl PluginStart(void)" (?PluginStart@@YAHXZ)
.
.
.all lines are the same just RegisterWhatever changes
its with visual studio 2005.net
tnx
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/04/2007 at 12:08, xxxxxxxx wrote:
Those are link errors. It means that the definitions of those functions are missing. Most likely some source files are not included in the VC project.