THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/09/2005 at 03:09, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform: Windows ;
Language(s) : C++ ;
---------
How do I fix these linker errors? Casting to VLONG doesn't seem to be appeasing the linker.
animloader.obj : error LNK2019: unresolved external symbol "void __cdecl CopyMem(void *,void *,long)" ([email protected]@[email protected]) referenced in function "public: unsigned char __cdecl AnimLoader::Begin(class BaseDocument *,class AtomArray *,class Filename,class String,long,long,long,long,float,unsigned char,unsigned char)" ([email protected]@@[email protected]@[email protected]@[email protected]@[email protected]@[email protected])
morphtag.obj : error LNK2001: unresolved external symbol "void __cdecl CopyMem(void *,void *,long)" ([email protected]@[email protected])
entries.obj : error LNK2019: unresolved external symbol "public: long __cdecl BaseFile::ReadBytes(void *,long,int)" ([email protected]@@[email protected]) referenced in function "unsigned char __cdecl LoadEntries(void)" ([email protected]@YAEXZ)
ipdialog.obj : error LNK2001: unresolved external symbol "public: long __cdecl BaseFile::ReadBytes(void *,long,int)" ([email protected]@@[email protected])
filereader.obj : error LNK2019: unresolved external symbol "public: long __cdecl BaseFile::GetLength(void)" ([email protected]@@QEAAJXZ) referenced in function "public: void __cdecl FileReader::Init(class BaseFile *,class Filename)" ([email protected]@@[email protected]@[email protected]@@Z)
filereader.obj : error LNK2019: unresolved external symbol "public: int __cdecl BaseFile::Seek(long,long)" ([email protected]@@[email protected]) referenced in function "public: void __cdecl FileReader::SetPosition(long)" ([email protected]@@[email protected])
ipdialog.obj : error LNK2001: unresolved external symbol "public: int __cdecl BaseFile::Seek(long,long)" ([email protected]@@[email protected])
filereader.obj : error LNK2019: unresolved external symbol "public: long __cdecl BaseFile::GetPosition(void)" ([email protected]@@QEAAJXZ) referenced in function "public: long __cdecl FileReader::GetPosition(void)" ([email protected]@@QEAAJXZ)
grpmats.obj : error LNK2019: unresolved external symbol "void __cdecl ClearMem(void *,long,long)" ([email protected]@[email protected]) referenced in function "public: unsigned char __cdecl GrpMats::Init(unsigned char)" ([email protected]@@[email protected])
ipdialog.obj : error LNK2001: unresolved external symbol "void __cdecl ClearMem(void *,long,long)" ([email protected]@[email protected])
poserprop.obj : error LNK2001: unresolved external symbol "void __cdecl ClearMem(void *,long,long)" ([email protected]@[email protected])
ipdialog.obj : error LNK2019: unresolved external symbol "public: int __cdecl BaseFile::WriteBytes(void *,long)" ([email protected]@@[email protected]) referenced in function "private: unsigned char __cdecl iPDialog::ReadRSR(class RuntimeItem * )" ([email protected]@@[email protected]@@Z)
morphtag.obj : error LNK2019: unresolved external symbol "public: int __cdecl HyperFile::ReadMemory(void * *,long * )" ([email protected]@@[email protected]) referenced in function "public: virtual int __cdecl MorphTag::Read(class GeListNode *,class HyperFile *,long)" ([email protected]@@[email protected]@[email protected]@[email protected])
morphtag.obj : error LNK2019: unresolved external symbol "public: int __cdecl HyperFile::WriteMemory(void *,long)" ([email protected]@@[email protected]) referenced in function "public: virtual int __cdecl MorphTag::Write(class GeListNode *,class HyperFile * )" ([email protected]@@[email protected]@[email protected]@@Z)
./Commercial/release_9_64/interPoser Ltd.cdl64 : fatal error LNK1120: 9 unresolved externals
Even in places where I've changed a local LONG variable to VLONG variable, it still spews.
Thanks,