Log in

View Full Version : Question on Compiling


mByte
02-07-2002, 06:49 PM
I am a C++ progrmmer and was going to tinker around with some of the agro code and maybe throw a few door's on those buildings.

few questions though.

Are there any files I would need to compile with that arnt in or with the source files?

Any order I need to compile this in?

Could I use VS.Net VC++ 7.0 or should I stick with 6.0?

Thanks,
:cool: mByte :cool:

alkrun
02-07-2002, 07:25 PM
1) Other files - You need the mysql headers and libraries.
2) There are no dependencies in the workspace. Compile in whatever order you want.
3) I've compiled it with .NET and it works fine. You get a ton of deprecated messages for all of the iostream includes because they're using the old format of including iostreams. You can either set the warning level to none or #pragma off the warning.