zengqh / slimdx

Automatically exported from code.google.com/p/slimdx
0 stars 0 forks source link

SlimDX downgrading of project fails #302

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I posted this on GameDev but thought that I 'd better post it here...

When I try to downgrade the latest build as per the instructions on a
recent thread, I get the files out but it fails with this error message:

Target _DetectVisualCppVersion:
Building with a VC++ 2005 installation.
Target Build:
Building the following native projects:

C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\..\..\vc\vcpackages\v
cbuild.exe SlimDX.vcproj /platform:Win32
The following error has occurred during XML parsing:

File: SlimDX.vcproj
Line: 10
Column: 2
VCBUILD : error Message:
'9.00' violates enumeration constraint of '7.00 7,00 7.10 7,10 8.00 8,00'.
The attribute 'Version' with value '9.00' failed to parse.

The file 'SlimDX.vcproj' has failed to load.
Done building target "Build" in project "SlimDX.proj" -- FAILED.

Done building project "SlimDX.proj" -- FAILED.

Build FAILED.
VCBUILD : error Message:
0 Warning(s)
1 Error(s)

Original issue reported on code.google.com by Luke124...@googlemail.com on 19 Jul 2008 at 5:00

GoogleCodeExporter commented 9 years ago
The instructions in the thread are outdated and the build process is being 
worked on 
at the moment; the seemless build is not considered remotely stable.

At the moment, you should be able to generate a 2005 build environment by 
invoking 
the Generate2005Environment target in SlimDX.proj; this will produce VC2005 
solutions that can be built. If you only have Express, you will have to build 
them 
on the command line by invoking msbuild on the 2005 solution or vcproj, as 
needed 
for your situation.

Original comment by josh.petrie on 21 Jul 2008 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by josh.petrie on 4 Aug 2008 at 1:20