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 Edition
When 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" ([email protected]@[email protected]@A)" in Funktion ""public: __thiscall String::String(char const *,enum STRINGENCODING)" ([email protected]@[email protected]@@@Z)".
1>ButtonB.obj : error LNK2001: Nicht aufgelöstes externes Symbol ""struct OperatingSystem * t_C4DOS" ([email protected]@[email protected]@A)".
1>Main.obj : error LNK2001: Nicht aufgelöstes externes Symbol ""struct OperatingSystem * t_C4DOS" ([email protected]@[email protected]@A)".
1>MatEx.obj : error LNK2001: Nicht aufgelöstes externes Symbol ""struct OperatingSystem * t_C4DOS" ([email protected]@[email protected]@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;res
Can you please help use
Thanks