wxWidgets App with MinGW and with wxDev-C++

Kit Bishop misc at bishop.net.nz
Mon Sep 3 16:59:19 PDT 2007


Kit Bishop wrote:
> Robert Roebling wrote:
>> Kit Bishop wrote:
>>
>>   =

>>> Platform:  Win XP, SP2, wxWidgets 2.8.4, MinGW
>>>
>>> When I build my app, I need to provide mingw10.dll in order for the app
>>> to run.  That I understand.
>>>
>>> However, I have also tried building my app using wxDev-C++ selecting the
>>> MinGW environment and gcc compiler.  The built application runs fine
>>> without access to mingw10.dll - does anyone know how this is done?  How
>>> can I build my app under MinGW without requiring mingw10.dll?
>>>     =

>>
>> I think by disabling threads,
>>
>>  Robert
>>
>>   =

> Thanks - I'll give it a try.  I don't use and won't need threads.
>
> Kit
>
Yes - that worked, thanks!  Rebuilt wxWidgets under MinGW with
--disable-threads and no longer need mingw10.dll to run application. =

This is OK for me at present since I don't use or need threads.

As a hypothetical question, is the code in mingw10.dll available in a
statically linked form or is there a good reason why it has to be in a DLL?

Best regards,
Kit

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070904/71a=
62080/attachment.htm


More information about the wx-users mailing list