64 bit: Link Problem
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/04/2008 at 05:24, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.6 , 10
Platform: Windows ;
Language(s) :---------
Hi,didn't find any help in the forum so...
I built the 64 bits lib of the Cinema API 9.6 and 10.111 and now I'm trying to build my plugin and I get the following link errors:
With Cinema 9.6 64 bits:
svi_file.obj : error LNK2001: unresolved external symbol "public: __cdecl String::String(char const * )" (??0String@@QEAA@PEBD@Z)
With Cinema 10.111 64 bits:
svi_editor.obj : error LNK2019: unresolved external symbol "public: void __cdecl GlProgramFactory::InitSetParameters(void)" (?InitSetParameters@GlProgramFactory@@QEAAXXZ) referenced in function "public: int __cdecl SVIInterlacingData::GlDrawHard(class PluginVideoPost *,class BaseDraw *,class GlFrameBuffer *,long,long,long,long,long,long,long,long)" (?GlDrawHard@SVIInterlacingData@@QEAAHPEAVPluginVideoPost@@PEAVBaseDraw@@PEAVGlFrameBuffer@@JJJJJJJJ@Z)
svi_editor.obj : error LNK2019: unresolved external symbol "public: int __cdecl GlProgramFactory::DestroyPrograms(int)" (?DestroyPrograms@GlProgramFactory@@QEAAHH@Z) referenced in function "private: void __cdecl SVIInterlacingData::RemoveFactory(class GlProgramFactory *,void * )" (?RemoveFactory@SVIInterlacingData@@AEAAXPEAVGlProgramFactory@@PEAX@Z)
C4D10/win32-msvc2005_64/SVI-StereoEditing_d.cdl64 : fatal error LNK1120: 2 unresolved externalsDoes someone know what I should do or what I do wrong ?
Thanks a lot in advance,
Vincent
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/04/2008 at 05:34, xxxxxxxx wrote:
I forgot to tell that I'm using VS 2005 on a 64 AMD platform.
Vincent
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/04/2008 at 01:01, xxxxxxxx wrote:
Do you get these errors also when compiling the SDK examples? Is this a 64bit only problem?
cheers,
Matthias