Quote:
Originally Posted by refraction
hmm where did you get your gsdx9 from? the stdafx file is in the gsdx9 folder, ive got it here in my pcsx2 svn and gsdx svn folders..
|
That is probably the reason then, I copied some code that was linked from here on the GSDX SVN website.
I must of only been previewing a sample of the GSDX source.
Bah I must go get the actual files now, I apologize for being a bit n00bish. I'm not exactly intelligent when it comes to anything programming related so please forgive me.
Well I got the proper Gsdx9 source to fool around with now, but upon attempting to compile to see if everything is working properly I get a new error in the output console:
Code:
1>------ Build started: Project: GSdx, Configuration: Debug SSE2 Win32 ------
1>Performing Custom Build Step
1>'ml' is not recognized as an internal or external command,
1>operable program or batch file.
1>Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
1>Build log was saved at "file://d:\My Documents\My Downloads\gsdx9\gsdx\Win32\Debug SSE2\BuildLog.htm"
1>GSdx - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Does Gsdx9 also rely on the Windows/Platform SDK?