View Single Post
Old March 27th, 2008   #5 (permalink)
Xtreme2damax
Suck My Crocodile
 
Xtreme2damax's Avatar
 
Join Date: Aug 2005
Location: In my bedroomz optimizing PCSX2 by kicking it in the nuts.
Posts: 1,431
Quote:
Originally Posted by refraction View Post
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.
__________________
Please visit my gaming and emulation forum and be part of a great community as well as partake in interesting discussions:



I'm looking for more staff & news posters for my forum, if you are interested PM me to see if you qualify for the position.

Also TheCloudOfSmoke is so cool, I think he is Jesus Christ Reborn.


Last edited by Xtreme2damax; March 27th, 2008 at 17:04.
Xtreme2damax is online now   Reply With Quote