THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/11/2008 at 15:41, xxxxxxxx wrote:
In VSC++2008 express needs to convert the sdk projectfile to the actual VSc++ version ... and the many errors are resulting because you have not set the include directorys ... normally webdeploypath is pointing to these.
You have to open cinema4dsdk.vcproj in c++2008 and
then he will convert it. Just hit ok and setup your Includepaths.
... right click on cinema4dsdk in the Project explorer
and choose Properties ... then choose c/c++ and there you can add additional include directories.
These you have to include:
Path to your c4d directory...\resources\_api
Path to your c4d directory...resources\_api\c4d_preview
Path to your c4d directory...resources\_api\c4d_customgui
Path to your c4d directory...resources\_api\c4d_libs
Path to your c4d directory...resources\_api\c4d_gv
Path to your c4d directory...resources\modules\Modeling\res\description
Path to your c4d directory...resources\res\description
Path to your c4d directory...resources\modules\objects\res\description
Path to your c4d directory...resources\_api_maxon\source
I hope this is helping you to setup VSC++2008.
If anyone knows how to setup the webdeploypath,
i would be thankful.
cheers,
Christian