Quote:
Originally Posted by refraction
its possibly due to it being the express version, you are missing a lot of libs etc that might be required, which makes sense else you wouldnt need to buy the full version anymore 
|
Yeah that is understandable but people have gotten it to work with the Visual C# and C++ Express Edition before but it take a little work.
If I had the money to waste on a full copy of Visual Studio I would get that instead but Microsoft Software is insanely expensive.
I heard Visual Studio runs about as expensive as a copy of Vista if not more so it is not exactly a viable option right now since I'm no longer working my job.
I tried to compile the code for GSDX9 just to test it since the code already compiles error free. These are the output/errors I get when I attempt to compile:
Code:
1>------ Build started: Project: gsdx9, Configuration: Debug Win32 ------
1>Compiling...
1>gsdx9.cpp
1>c:\documents and settings\***\my documents\visual studio 2005\projects\gsdx9\gsdx9\gsdx9.cpp(22) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
1>Build log was saved at "file://c:\Documents and Settings\***\My Documents\Visual Studio 2005\Projects\gsdx9\gsdx9\Debug\BuildLog.htm"
1>gsdx9 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I get these or similar errors when I attempt to compile other DirectX applications as well.