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 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 * )" ([email protected]@[email protected]@Z)
With Cinema 10.111 64 bits: svi_editor.obj : error LNK2019: unresolved external symbol "public: void __cdecl GlProgramFactory::InitSetParameters(void)" ([email protected]@@QEAAXXZ) referenced in function "public: int __cdecl SVIInterlacingData::GlDrawHard(class PluginVideoPost *,class BaseDraw *,class GlFrameBuffer *,long,long,long,long,long,long,long,long)" ([email protected]@@[email protected]@[email protected]@[email protected]@[email protected]) svi_editor.obj : error LNK2019: unresolved external symbol "public: int __cdecl GlProgramFactory::DestroyPrograms(int)" ([email protected]@@[email protected]) referenced in function "private: void __cdecl SVIInterlacingData::RemoveFactory(class GlProgramFactory *,void * )" ([email protected]@@[email protected]@[email protected]) C4D10/win32-msvc2005_64/SVI-StereoEditing_d.cdl64 : fatal error LNK1120: 2 unresolved externals
Does someone know what I should do or what I do wrong ?
Thanks a lot in advance,
Vincent
On 17/04/2008 at 05:34, xxxxxxxx wrote:
I forgot to tell that I'm using VS 2005 on a 64 AMD platform.
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