Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread MARTIN Pierre
> Use MSVCR100, you don't need to deal with manifests there, MS finally > dropped it. Phew! Very good news. i will keep that in mind for my own projects, as i would like to avoid making Qt IFW change to their project files. Thanks JonY! Yet another good piece information :) Pierre. --

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread JonY
On 5/16/2012 02:54, Kai Tietz wrote: > 2012/5/15 MARTIN Pierre : >> Kai, >> >>> Well, that isn't surprising, as VC doesn't use msvcrt.dll from OS. It >>> provides its own msvcr??.dll version by of course contains this >>> symbol. >> Understood. >> >>> You can build your application with gcc also f

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread MARTIN Pierre
>> I apologize for my two cents, but tell me please, what 'Qt IFW' the project >> is? > It is a very interesting project (Qt IFW stands for Installer Framweork). i'm > able > to build installer that can check for updates online against XML files that > you > craft with your different component i

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread MARTIN Pierre
> I apologize for my two cents, but tell me please, what 'Qt IFW' the project > is? It is a very interesting project (Qt IFW stands for Installer Framweork). i'm able to build installer that can check for updates online against XML files that you craft with your different component information.

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread niXman
2012/5/16 MARTIN Pierre: > ... binaries generated by the Qt IFW project I apologize for my two cents, but tell me please, what 'Qt IFW' the project is? Thanks! -- Regards,   niXman ___ my MinGW builds: http://sourceforge.net/projects/mingwbuilds/ ---

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread MARTIN Pierre
Dear Kai, Ozkan, and those reading regarding this msvcrt problem, As i was investigating more and more about the implications of tweaking the specs of GCC and then having to embed a manifest into the binaries generated by the Qt IFW project, i finally choosed to count the functions that were not p

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread Kai Tietz
2012/5/15 MARTIN Pierre : > Dear list readers, > > Related to the msvcrXX.dll problem i have, i'm trying to understand > how to tell my toolchan that i'll be willing to use msvcr80. > So i found this page: http://www.mingw.org/wiki/SpecsFileHOWTO > wich is talking about modifying the specs of gcc.

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread Kai Tietz
2012/5/15 MARTIN Pierre : > Kai, > >> Well, that isn't surprising, as VC doesn't use msvcrt.dll from OS.  It >> provides its own msvcr??.dll version by of course contains this >> symbol. > Understood. > >> You can build your application with gcc also for different >> runtime-library, but you have t

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread MARTIN Pierre
Dear list readers, Related to the msvcrXX.dll problem i have, i'm trying to understand how to tell my toolchan that i'll be willing to use msvcr80. So i found this page: http://www.mingw.org/wiki/SpecsFileHOWTO wich is talking about modifying the specs of gcc. However, something is unclear and re

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread MARTIN Pierre
Kai, > Well, that isn't surprising, as VC doesn't use msvcrt.dll from OS. It > provides its own msvcr??.dll version by of course contains this > symbol. Understood. > You can build your application with gcc also for different > runtime-library, but you have to specify it manually. Also be aware

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread Kai Tietz
2012/5/15 MARTIN Pierre : > Hi Kai, > >> This symbol isn't present for older msvcrt.dll versions.  Means this >> issue can happen on OS versions of Windows, where the msvcrt.dll >> doesn't provide this export.  What OS you were actual here using? > Hm. This would make sense but note the following:

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread Ozkan Sezer
On 5/15/12, MARTIN Pierre wrote: > Hi Kai, > >> This symbol isn't present for older msvcrt.dll versions. Means this >> issue can happen on OS versions of Windows, where the msvcrt.dll >> doesn't provide this export. What OS you were actual here using? > Hm. This would make sense but note the fol

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread MARTIN Pierre
Hi Kai, > This symbol isn't present for older msvcrt.dll versions. Means this > issue can happen on OS versions of Windows, where the msvcrt.dll > doesn't provide this export. What OS you were actual here using? Hm. This would make sense but note the following: when compiling the same program wi

Re: [Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread Kai Tietz
2012/5/15 MARTIN Pierre : > Hello list readers, > > i have successfully managed to compile Qt IFW with MinGW-w64. > i will submit the set of patches to the maintainers, as they requested. > However, once compiled, i have an error when starting any of the > generated binary: > "The procedure entry p

[Mingw-w64-public] Error after compiling Qt IFW with MinGW-w64.

2012-05-15 Thread MARTIN Pierre
Hello list readers, i have successfully managed to compile Qt IFW with MinGW-w64. i will submit the set of patches to the maintainers, as they requested. However, once compiled, i have an error when starting any of the generated binary: "The procedure entry point _wsopen_s could not be located in