Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - mySQL: still trying
OK, I fixed the undefined typedef my_Socket by using the __LCC__ define statement. So I have finally arrived at the link errors: examples, Error: E:\TEST\test.OBJ(test) (1454396): Symbol Undefined _mysql_fetch_row 4 Error: E:\TEST\test.OBJ(test) (1229728): Symbol Undefined _mysql_store_result 4 This is after using the import librarian to change "libmysql.dll" into a dmc LIB format and placing it in a correct path. COFF2OMF from the original libmysql.lib does not work either. Any suggestions? Ben Mar 17 2003
|