> > > I think you have to rename the minilzo.c to .cpp.
> > I had actually tried that, but no bananas. It just can't seem to find the file no matter what I do. Where exactly did you put your file?
> > I think I may be having problems with the "..\..\include\minilzo\" bit
> 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"
And then a few hundred errors similar to this:
"1>..\..\include\minilzo\minilzo.cpp(107) : warning C4005: 'LZO_0xffffL' : macro redefinition
1> ..\..\include\minilzo\minilzo.cpp(104) : see previous definition of 'LZO_0xffffL'"
Finally ending in:
"1>..\..\include\minilzo\minilzo.cpp(1831) : warning C4627: '#include "minilzo.h"': skipped when looking for precompiled header use
1> Add directive to 'stdafx.h' or rebuild precompiled header
1>..\..\include\minilzo\minilzo.cpp(1864) : error C2006: '#include' : expected a filename, found 'identifier'
1>..\..\include\minilzo\minilzo.cpp(1864) : fatal error C1083: Cannot open include file: '': No such file or directory
1>Build log was saved at "file://c:\Users\Dustin\Desktop\newxccu\xccu\trunk\xcc\Library\Release\BuildLog.htm"
1>XCC Library - 2 error(s), 326 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped =========="
I cannot find any information on config.h, does it require renaming something again? Everything was going so smoothly until this damn library.