User forums > Nightly builds
The 24 May 2014 build (9778) is out.
Alpha:
--- Quote from: oBFusCATed on May 28, 2014, 02:21:48 am ---@Alpha: Can you look at this, because the editor hook seem to trigger dangerously...
--- End quote ---
I remember dealing a similar issue earlier in cc_interface, but it should have resolved this as well (only connect editor hooks after the editor is completely initialized). I will try to dig into what was missed.
damorin:
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);
Windows XP SP3.
ollydbg:
--- Quote from: airc on May 25, 2014, 06:13:59 pm ---mingwm10.dll is not a dependency for CB , why you include it ?
you can check by procexp
thanks for the update
--- End quote ---
Hi, airc, I also see that mingwm10.dll is not the dependency of Codeblocks.exe (I use the dependency walker) I don't know the reason, maybe some dev can give a hint. :)
stahta01:
--- Quote from: ollydbg on May 29, 2014, 03:24:49 pm ---
--- Quote from: airc on May 25, 2014, 06:13:59 pm ---mingwm10.dll is not a dependency for CB , why you include it ?
you can check by procexp
thanks for the update
--- End quote ---
Hi, airc, I also see that mingwm10.dll is not the dependency of Codeblocks.exe (I use the dependency walker) I don't know the reason, maybe some dev can give a hint. :)
--- End quote ---
At one time it was needed; it might still be needed by the Windows crash reporting.
Tim S.
killerbot:
I think it is needed for a multithreaded app ?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version