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 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 this
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) . . .
all lines are the same just RegisterWhatever changes
its with visual studio 2005.net
tnx
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.