I was able to compile queryserv as 32-bit with no issues. I haven't run it, but compiling it is no problem.
If the linker error is the problem you're still having, open the properties for queryserv, go to configuration properties -> linker -> Additional Dependencies, and make sure zlib.lib is somewhere in the line. I didn't have to add it, but maybe it's missing for you.
One small tip, if you have an error, compile twice and paste the log from the second one. It will include the bare minimum of errors and such so someone doesn't need to read through hundreds of lines to try and see what the problem actually is.
|