Yes, you can compile from source, just make sure you specify the proper
directories in ./configure.
try
./configure --help | less
to see all the options.
Make sure you know where your mysql is installed now and where it's data is
now. Then specify those on the ./configure line.
With a little
At 21:38 08/06/2001 -0500, Adam Clauss wrote:
Hi,
If you are compiling a console application without the support
of MFC add the #include line, otherwise when using
MFC during the wizard process, check the support for sockets.
Regards,
Miguel
>I am using VC++ 6 on Win2K.
>What is the exact proc