At 18:29 09/03/2002 -0700, Michael Halcrow wrote:
Hi!

>I use standard C++ (with some STL in there) and calls to
>mysql_real_connect, mysql_query, etc. However, when I tried to import my
>code into a Microsoft Visual C++ project (copy files in, add a
>'/I"c:\path\to\header\files\from\http://www.mysql.com/Downloads/MySQL-3.23/mysql-3.23.49-win.zip";'

Why you don't try the source distribution:

http://www.mysql.com/Downloads/MySQL-3.23/mysql-3.23.49-win-src.zip

Unzipped this file on any working directory.

Besides the VC++ 6.0, you should need to install the Preprocessor
package for to install the ml.exe assembler compiler, required for
to compile the string stuff. This package you can get at Microsoft.

Open the mysql.dsw workspace and add a new project for your client.
Your client should be linked against the mysqlclient.lib and take
a look in the settings of the mysql.dsp for to have some idea how
you should set your code.

Regards,
Miguel




-- 
For technical support contracts, goto https://order.mysql.com/
    __  ___     ___ ____  __
   /  |/  /_ __/ __/ __ \/ /    Miguel A. Solórzano <[EMAIL PROTECTED]>
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Mogi das Cruzes - São Paulo, Brazil
        <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to