today i try the template projects (installed 108b11) from Windows_VS2010
but i got a error at build in the ide (c++ 2010 express).
the ide want convert the project file, so i do it.
Quote: "1>------ Erstellen gestartet: Projekt: 037 Box2D - Box2D, Konfiguration: Debug Win32 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(F:\AGK108B11\Projects\Native\Windows_VS2010\Box2D - Box2D\Debug\037 Box2D - Box2D.exe) entspricht nicht dem OutputFile-Eigenschaftswert (F:\AGK108B11\Projects\Native\Windows_VS2010\Box2D - Box2D\Final\037 Box2D - Box2D.exe) von Linker. Das Projekt wird daher möglicherweise nicht ordnungsgemäß erstellt. Damit dieses Problem behoben werden kann, müssen die Eigenschaftswerte für $(OutDir), $(TargetName) und $(TargetExt) dem in %(Link.OutputFile) angegebenen Wert entsprechen.
1>LINK : fatal error LNK1104: Datei "atlsd.lib" kann nicht geöffnet werden.
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen =========="
maybe you can tell me what is atlsd.lib and where it is.
the window search don't find it yet^^