> > > My guess is c:\Users\Dustin\Desktop\xccu\trunk\include\minilzo\
> > Ah, yes that solved that problem.
> > Unfortunately now I'm getting:
> > "1>------ Build started: Project: XCC Library, Configuration: Release Win32 ------
> > 1>Compiling...
> > 1>minilzo.cpp
> > 1>..\..\include\minilzo\minilzo.cpp(56) : warning C4627: '#include <config.h>': skipped when looking for precompiled header use
> > 1> Add directive to 'stdafx.h' or rebuild precompiled header"
> Put #include "stdafx.h" at the top of that file.
Excellent, that worked.
Now when I try to build, it gives me:
"msvcrt.lib(MSVCR90.dll) : error LNK2005: _malloc already defined in libcmt.lib(malloc.obj)" type of errors.
I looked around, and it seems that either one or more of my libraries need to be recompiled to be multi-threaded, or I need to fiddle with msvcrt.lib/libcmt.lib link order. If you know the solution offhand, I would much appreciate it. Otherwise I'm gonna take a break for a day or two.
If I ever get this thing built, I'll make some sort of guide that you can put up.