missing _api_win32_debug.lib
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/05/2007 at 02:57, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform: Windows ;
Language(s) : C++ ;---------
hi there,
today i tried to compile the cinema4dsdk.sln by using vc2005 express, and got an error. the _api_win32_debug.lib is missing. where can i fin dit?thanks in advance,
elloquote:
2>randomfalloff.cpp
2>Code wird generiert...
2>Verknüpfen...
2>LINK : fatal error LNK1104: Datei "..\..\resource\_api_lib\_api_win32_debug.lib" kann nicht geöffnet werden.
2>Das Buildprotokoll wurde unter "file://C:\Programme\MAXON\CINEMA 4D R10\plugins\cinema4dsdk\obj\cinema4dsdk\Win32_Debug\BuildLog.htm" gespeichert.
2>cinema4dsdk - 1 Fehler, 0 Warnung(en) -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/05/2007 at 04:47, xxxxxxxx wrote:
You must download the windows SDK. That may be the problem. It is not enough to only download the express version. You find the win sdk on the same website where you found the express version.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/05/2007 at 06:12, xxxxxxxx wrote:
thank you very much samir.. it is still downloading. i guess i then have to move the missing file manually to the folder shown in my first post?
i just hope it was the right package, as there where so many..
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/05/2007 at 09:35, xxxxxxxx wrote:
Nope, once you have installed the Win SDK you shouldn´t get any errors anymore. really simple as that.
That file that is missing will be generated automatically once you can successfully build the c4d api project (it´s the lib that is generated for the SDK). So there is nothing you need to move or so. You just have to get an error free compile
Good luck.
Samir
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/05/2007 at 01:48, xxxxxxxx wrote:
got it! thank you very much