Re: [Mingw-w64-public] undefined references to _set_abort_behavior and ??_7type_info@@6B@

2016-08-24 Thread Josealf.rm
o@@6B@ >> >> >> Dear Josealf, >> >> awesome! The MSVCRT == 9 did solve the issue with _set_abort_behavior! >> Now I'm only lacking ??_7type_info@@6B@, which is undefined in >> mysqlclient.lib. Do you know how I could get this? >> >> Thank

Re: [Mingw-w64-public] undefined references to _set_abort_behavior and ??_7type_info@@6B@

2016-08-23 Thread Josealf.rm
Link against MSVCRT >= 9 ? Something like : gcc -o out.exe yourmain.c -D__MSVCRT_VERSION__=0x900 -lmsvcr90 > El 23/08/2016, a las 4:24 a.m., Mario Emmenlauer > escribió: > > > Dear all, > > I've managed to find several more symbols, but I'm still left without > being able to link MySQL. I