Compiler - MSVC 6.0
OS - Windows 2K
MySQL++ 1.7.1

Whenever I perform a build of my project and link against the static
mysql++.lib library, I often get the following warnings.  Because I don't
want to disturb the mysql++ source code, is there anything I can do to
resolve the dllexport implicit definition?  I can always disable the
warnings with a #pragma statement, but I prefer not to do that if at all
possible.

c:\mysql++\sqlplus\convert1.hh(40) : warning C4273: 'strtol' : inconsistent
dll linkage.  dllexport assumed.
c:\mysql++\sqlplus\convert1.hh(41) : warning C4273: 'strtoul' : inconsistent
dll linkage.  dllexport assumed.

Thanks.

Thi

---------------------------------------------------------------------
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