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

2016-08-23 Thread Jose Alf.
Mario, Sorry. I don't know how to solve that. As I understand that symbol is const type_info::vftable, related to virtual function table/rtti - run time type information, and even if you can link it, I doubt your binary will work. I think you should try to get a libmysql compiled with mingw or c

Re: [Mingw-w64-public] finding the data file

2015-06-18 Thread Jose Alf.
You can get rid of the environment variable using a win32 api call as explained here: http://stackoverflow.com/questions/2647429/c-windows-path-to-the-folder-where-the-executable-is-located On Thursday, June 18, 2015 4:45 PM, Hotmail (ArbolOne) wrote: I found the solution, the ans

Re: [Mingw-w64-public] [Patch] AD library (was Re: Missing Active Directory Libraries?)

2014-12-17 Thread Jose Alf.
Thank you. These patches solve with my current problem... However, I must report that I find what I think are more AD related libraries in the 64-bit build that are not in the 32-bit build. See below: C:\gcc491w64>attrib /s | grep -i ads.*.*a$ A    C:\gcc491w64\x86_64-w64-mingw32\lib\lib

[Mingw-w64-public] Missing Active Directory Libraries?

2014-12-12 Thread Jose Alf.
Hello, I'm building a small utility that requires libraries libactiveds.a and libadsnt.a. The libraries are included in the latest 64-bit toolchains, but not on the 32-bit versions. I tested with i686-4.9.1-release-win32-dwarf-rt_v3-rev3.7z (link fails because the libraries are not included, bu

Re: [Mingw-w64-public] MinGW-W64 installation fails with 'ERROR res'

2014-10-14 Thread Jose Alf.
I would like to help to build a new installer. I suggest we use InnoSetup or NSIS. I like InnoSetup because it's easier to mantain, but NSIS generates smaller installer files. I can try to understand what the current installer does, but it will go faster if you give me a summary. On Tues