c++ - mySQL: still trying
- Ben Jones (10/10) Mar 17 2003 OK,
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