moving to R12 / Compiler/Linker errors
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/11/2010 at 06:57, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Windows ;
Language(s) : C++ ;---------
Development System: Visual C++ 2008 Express EditionWhen compiling then out plugin then linker report errors like:
1>Code wird generiert...
1>Verknüpfen...
1>ButtonA.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""struct OperatingSystem * t_C4DOS" (?t_C4DOS@@3PAUOperatingSystem@@A)" in Funktion ""public: __thiscall String::String(char const *,enum STRINGENCODING)" (??0String@@QAE@PBDW4STRINGENCODING@@@Z)".
1>ButtonB.obj : error LNK2001: Nicht aufgelöstes externes Symbol ""struct OperatingSystem * t_C4DOS" (?t_C4DOS@@3PAUOperatingSystem@@A)".
1>Main.obj : error LNK2001: Nicht aufgelöstes externes Symbol ""struct OperatingSystem * t_C4DOS" (?t_C4DOS@@3PAUOperatingSystem@@A)".
1>MatEx.obj : error LNK2001: Nicht aufgelöstes externes Symbol ""struct OperatingSystem * t_C4DOS" (?t_C4DOS@@3PAUOperatingSystem@@A)".Here are the includes we use:
..\..\resource\res;..\..\resource\res\description;..\..\resource\_api;..\..\resource\_api\c4d_customgui;..\..\resource\_api\c4d_libs;..\..\resource\_api\c4d_preview;..\..\resource\_api\c4d_scaling;..\..\resource\_api\c4d_gv;resCan you please help use
Thanks