Hello, I am new here yes, and I was hoping someone could help me out here. I am sort of new to c++, I have done some, and then I wanted to use mysql in my applications. Now, I did some research and I found this topic :
http://www.cplusplus.com/forum/windows/5259/
I followed the tutorial i think its like the 7th post, and I keep getting this error: 'dlltool' is not recognized as an internal or external command,
operable program or batch file. When I try step 3. I have looked into the directory where I have installed mysql, and there isn't anything there for it. Here is my cmdline
-----------START CMD LINE------------
C:\Program Files\MySQL\MySQL Server 5.0\lib\opt>dlltool -k -d c:\mysql++\libmysq
lclient.def -l libmysqlclient.a
'dlltool' is not recognized as an internal or external command,
operable program or batch file.
-----------END CMD LINE--------------
I know that my links are right, and I have mysql 5.0 and 5.1 installed, and the same thing just keeps happening. Please help me out.