User forums > Nightly builds
The 24 May 2014 build (9778) is out.
ollydbg:
--- Quote from: killerbot on May 29, 2014, 05:54:55 pm ---I think it is needed for a multithreaded app ?
--- End quote ---
I just try to search the MinGW user maillist, and find one:
Re: [Mingw-users] mingwm10.dll no longer required by -mthreads?
I think we don't need it, right?
--- Quote from: stahta01 on May 29, 2014, 05:23:50 pm ---At one time it was needed; it might still be needed by the Windows crash reporting.
Tim S.
--- End quote ---
Does our nightly build also bundle a exchndl.dll? I think it doesn't.
I check a exchndl.dll which is build one year ago, but it does not depend on mingwm10.dll.
So, maybe, we can totally remove the mingwm10.dll stuff. :)
raynebc:
--- Quote from: damorin on May 28, 2014, 09:33:03 pm ---Hi,
Something new that I noticed with this build on this sample of code:
--- Code: --- // Reset local structure
Status.Event &= ~EVENT_MASK;
--- End code ---
When I highlight EVENT_MASK (in a C file) and right-click then I get this:
Find declaration of: '~EVENT_MASK'
The ~ is always appended and this cause the find to fail but it's OK when it's ~(EVENT_MASK);
--- End quote ---
Find declaration has been broken in this way for a while, I opened a bug report for it about a year ago. It looks like the old bug tracker was nuked, so I'll look into re-posting it on the new tracker.
ollydbg:
Hi, raynebc, this is indeed a bug in CC, I just create a simple code, and get the result (see image shot below)
--- Code: ---int EVENT_MASK = 0xFF;
int Event = 0x00;
Event &= ~EVENT_MASK;
--- End code ---
Image shot:
EDIT, I create a separate here: bug: ~XXX is always recognized as a destructor
MortenMacFly:
--- Quote from: ollydbg on May 29, 2014, 03:24:49 pm ---mingwm10.dll is not a dependency for CB , why you include it ?
--- End quote ---
It is a dependency for debugging but due to the dynamic loading dependency walker cannot resolve it.
ollydbg:
--- Quote from: MortenMacFly on June 12, 2014, 09:25:37 am ---
--- Quote from: ollydbg on May 29, 2014, 03:24:49 pm ---mingwm10.dll is not a dependency for CB , why you include it ?
--- End quote ---
It is a dependency for debugging but due to the dynamic loading dependency walker cannot resolve it.
--- End quote ---
Hi, Morten, can you give me more details about this? Which exe/dll need to dynamically load mingwm10.dll? What is mingwm10.dll used for? Thanks.
Navigation
[0] Message Index
[*] Previous page
Go to full version