Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » mingwm10.dll not needed?!
mingwm10.dll not needed?! [message #781] |
Thu, 02 February 2006 10:33 |
hojtsy
Messages: 241 Registered: January 2006 Location: Budapest, Hungary
|
Experienced Member |
|
|
As far as I know mingw-compiled multithreaded applicaions should always be dynamically linked to mingwm10.dll, so this file should be available on computers running the application. It seems that U++ somehow removes this nasty limitation. How is that possible?
|
|
|
|
|
|
|
Re: mingwm10.dll not needed?! [message #815 is a reply to message #814] |
Fri, 03 February 2006 11:21 |
hojtsy
Messages: 241 Registered: January 2006 Location: Budapest, Hungary
|
Experienced Member |
|
|
That -mthreads is needed, because it makes the compiler generate thread-safe versions of some codes. It links with mingwm10.dll as the dll framework provide the only documented way a certain cleanup code could be triggered after each thread terminates. (VC++ uses an undocumented way) So I can no longer hope that you somehow miraculosly removed the dependency on mingwm10.dll.
[Updated on: Fri, 03 February 2006 11:30] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Fri Nov 01 00:48:02 CET 2024
Total time taken to generate the page: 0.03305 seconds
|