8 messages in com.mysql.lists.plusplusIssue with MySQL++
FromSent OnAttachments
Death Gauge13 Nov 2005 21:45 
Warren Young14 Nov 2005 14:51 
Death Gauge14 Nov 2005 19:01 
Wim Stockman15 Nov 2005 01:23 
Warren Young15 Nov 2005 13:05 
Death Gauge16 Nov 2005 06:59 
Warren Young16 Nov 2005 09:45 
Death Gauge16 Nov 2005 10:40 
Subject:Issue with MySQL++
From:Death Gauge (clay@hotmail.com)
Date:11/13/2005 09:45:27 PM
List:com.mysql.lists.plusplus

I uncommented the DLL stuff with MinGW and to my surprise the only error I ran into right off is I got the following with make and don't know if there is a way to correct it.

g++ -shared -o mysqlpp.dll debug/coldata.o debug/connection.o debug/datetime.o debug/field_names.o debug/field_types.o debug/fields.o debug/manip.o debug/myset .o debug/qparms.o debug/query.o debug/result.o debug/row.o debug/sql_string.o de bug/string_util.o debug/type_info.o debug/vallist.o -Lc:\mysql\lib\gcc -lmysqlc lient debug/query.o(.text+0xd6b):query.cpp: undefined reference to `mysql_more_results @4' debug/query.o(.text+0x222f):query.cpp: undefined reference to `mysql_next_result @4' collect2: ld returned 1 exit status make: *** [mysqlpp.dll] Error 1