Cannot convert SDK on VC 2010 Express
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/08/2011 at 07:01, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R12
Platform: Windows ;
Language(s) : C++ ;---------
Hi,I can't convert the c4d sdk in VC 2010 Express under Windows 7. It always shows me there were erros while converting. And taking a look into the Project-explorer, I only see this:
Do I need another version of Visual Studio or what is wrong ?
Thanks,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/08/2011 at 07:46, xxxxxxxx wrote:
Originally posted by xxxxxxxx
<ADDRESS>
User Information:
Cinema 4D Version: R12
Platform: Windows ;
Language(s) :
C++ ;---------
</ADDRESS> Hi,I can't convert the c4d sdk in VC 2010 Express under Windows 7. It always shows me there were erros while converting. And taking a look into the Project-explorer, I only see this:[...] Do I need another version of Visual Studio or what is wrong ?Thanks,Have a look at this place: http://www.gamelogicdesign.com/index.php/articles/getting-started-with-cinema4d-sdk-and-visual-studio-2008-express/
It was about VS 2008 express, but should give you the necessary hints to modify the projects...
Best regards,
Wilfried
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/08/2011 at 11:13, xxxxxxxx wrote:
Not sure if you solved your problem already.
I had the same problems a few days ago. I was missing the proper Windows SDK.
I downloaded an SDK from MS (7.1.7600.30514_x86_GRMSDK_EN_DVD.iso), but that solved the problem only half way. Another problem seems to be the 64-Bit integration in VS2010 express. There's a bugfix release from microsoft (GRMSDKX_EN_DVD.iso), which finally solved my problems.Hope this was of any help,
Andreas -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/12/2011 at 11:27, xxxxxxxx wrote:
Same problem here, I'll try your fix.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/12/2011 at 16:30, xxxxxxxx wrote:
This worked for me:
Visual Studio 2010 kann das Cinema4DSDK so auf win 7 64 bit nicht verarbeiten und kompilieren.
Es bricht dann immer mit Fehlermeldungen ab.
Es muss zwingend noch das win 7 SDK installiert werden, damit Visual Studio 10 mit dem C4d-SDK funktioniert.
Dazu müssen folgende Schritte eingehalten werden:- Visual Studio 10 darf noch NICHT installiert sein, sonst geht Schritt 2 nicht -> ggf. zuerst deinstallieren (Wichtig: ALLES in der Softwareliste mit Vsual Studio C++ 2010 deinstallieren, auch die x64 und x86 Redistributables von C++ 2010 !!!)
************
Optional:
1a) Ev. erst das Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 installieren (Online-Installer oder aus iso-Datei)
************ - Erst nach Deinstallation ALLER Visual-Studio 2010 Komponenten nun das Microsoft Windows SDK for Windows 7 and .NET Framework 4 installieren (Online-Installer oder aus iso-Datei)
- Nun Visual Studio C++ 2010 installieren, danach das SP1.
- Jetzt noch das Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1 installieren
this worked so far and the Solution 'cinema4dsdk' appears in the Solution explorer.
But when I now try to build the Solution according to the tutorial video, the C++-Compiler stops with this error:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(283,5) : error MSB8013: This project doesn't contain the Configuration and Platform combination of Debug|Win32.
I found this in the web, seems to be a bug in VS C++ 2010:
***
VS2010 is throwing the error because one of the dependent projects does not contain a configuration named "Debug". The error only occurs when building the projects individually - when building a solution that contains all projects the error does not occur. I don't know why it cares about the configurations in the dependent project since it's already been built.
As a workaround, we've added a "Debug" configuration to the dependent project. This is a project upgraded from VS2008 so this does seem like a bug in VS2010.
***
Any ideas how to fix it with C4d R13-SDK ?
- Visual Studio 10 darf noch NICHT installiert sein, sonst geht Schritt 2 nicht -> ggf. zuerst deinstallieren (Wichtig: ALLES in der Softwareliste mit Vsual Studio C++ 2010 deinstallieren, auch die x64 und x86 Redistributables von C++ 2010 !!!)