View Single Post
  #2  
Old 02-07-2002, 07:25 PM
alkrun
Sarnak
 
Join Date: Jan 2002
Posts: 66
Default

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.
Reply With Quote