Re: Mysql++ API Compilation troubles

2001-05-03 Thread Sinisa Milivojevic
GGreg . writes: > Hi, > > I've installed the mysql++ RPM under my Mandrake 7.2 and it works. > After that, yhen I'm trying to compile a src file : > > > #include > #include > #include > > int main() { > >Connection con("MISDIS","localhost","root","DisMis"); > >Query query = con

Mysql++ API Compilation troubles

2001-05-03 Thread GGreg .
Hi, I've installed the mysql++ RPM under my Mandrake 7.2 and it works. After that, yhen I'm trying to compile a src file : #include #include #include int main() { Connection con("MISDIS","localhost","root","DisMis"); Query query = con.query(); query << "select * from Wizard"