doghousedean wrote:Basically i check the paths were ok, not copying the ones from the wiki but browsing to find the right paths for the libs and includes etc.
The last problem i had witht he unresolved external symbol was because i changed the wrong file with instead of editing corewin_express.vsprops i was editing corewin.vsprops hence i was missing all the winmm.lib etc entries.
I still can't get it to work. I know I must have done something wrong, but I have no idea what I've done. From what doghousedean said (and by searching a bit around on the internet), it seems that these kind of errors come when one haven't edited the corewin_express.vsprops file. The problem is, I have edited that file. This is how it looks like:
Code: Select all
<?xml version="1.0"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="Core Windows Libraries">
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib" />
</VisualStudioPropertySheet>
But I get the exact same error messages if I remove all those AdditionalDependencies and that line just says:
Code: Select all
AdditionalDependencies="kernel32.lib"
I don't think the error is with the VC++ Directories. If that was the problem, I would have gotten some kind of "Cannot open file" error, right?
If you install in default location then they'll be the same. I'll change the wiki article to say that.
Not for me. The default locations for me was:
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2
and
C:\Program Files\Microsoft DirectX SDK (December 2006)