logo       

RE: Can't include mysql++ on my dll !: msg#00019

db.mysql.c++

Subject: RE: Can't include mysql++ on my dll !


Hey,

VC cant find the included header file.
If the header file is in the same directory as your executable,
or included in your project, you can reference it like this:

#include "mysql++.hh"

Else you will have to put the header file into the VC include directory.

Im not sure about the VC version, but the linux version of mysql++ is
named 'sqlplus', not 'mysql++'.

ie.
#include <sqlplus.hh>


> -----Original Message-----
> From: php_work@xxxxxxxxxxx [mailto:php_work@xxxxxxxxxxx]
> Sent: 13 September 2002 03:12
> To: MySQL++ list
> Subject: Re: Can't include mysql++ on my dll !
>
>
> my error message
>
> --------------------Configuration: TestSample - Win32
> Debug--------------------
> Compiling...
> my_dll.cpp
> D:\MyQG\Sources\MySQL dll\TestSample\my_dll.cpp(10) : fatal
> error C1083:
> Cannot open include file: 'mysql++': No such file or directory
> Error executing cl.exe.
>
> TestSample.dll - 1 error(s), 0 warning(s)
>
> THANKS
>
>
>
>
> ----- Original Message -----
> Wrom: MQZUIVOTQNQEMSFDULHPQQWOYIYZUNNY
> To: "Laurent H" <php_work@xxxxxxxxxxx>; "MySQL++ list"
> <plusplus@xxxxxxxxxxxxxxx>
> Sent: Friday, September 13, 2002 3:08 PM
> Subject: RE: Can't include mysql++ on my dll !
>
>
> > hello,
> > can you give a compiler error message
> > joerg
> >
> >
> > > -----Original Message-----
> > > Wrom: CGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBU
> > > Sent: Friday, September 13, 2002 2:58 PM
> > > To: MySQL++ list
> > > Subject: Can't include mysql++ on my dll !
> > >
> > >
> > > Hi,
> > >
> > > I wonder How can I include mysql++.lib in my dll
> > > #include <mysql++.lib>
> > > #include <mysql++>
> > >
> > > doesn't work
> > >
> > > I copy mysql++ in my visual C++ lib directory
> > > Thanks
> > >
> >
>



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise