WinFBE - drWinFBE_Tools.chm

Windows specific questions.
deltarho[1859]
Posts: 4292
Joined: Jan 02, 2017 0:34
Location: UK
Contact:

Re: WinFBE - drWinFBE_Tools.chm

Post by deltarho[1859] »

I have just added a warning in the Help file.

WARNING

If you use 'Build Configurations…' for any reason, then clear the command line in SetCompilerSwithesII by clicking on the 'Clear' button. If you change the architecture in 'Build configurations…' this will not be reflected in the SetCompilerSwithesII form. SetCompilerSwithesII has its own way of remembering which architecture was chosen.
deltarho[1859]
Posts: 4292
Joined: Jan 02, 2017 0:34
Location: UK
Contact:

Re: WinFBE - drWinFBE_Tools.chm

Post by deltarho[1859] »

SetCompilerSwitchesII has been updated. It uses WM_TIMER, but was not checking wParam; the timer identifier. It does now.

Without doing so, could see an issue if another running application was using a global SetTimer; a rare event.

V1.0.15 can be downloaded from opening post.
deltarho[1859]
Posts: 4292
Joined: Jan 02, 2017 0:34
Location: UK
Contact:

Re: WinFBE - drWinFBE_Tools.chm

Post by deltarho[1859] »

Yours truly wrote:Without doing so, could see an issue if another running application was using a global SetTimer; a rare event.
The update was not required. My understanding of creatng a global timer was wrong. See this post.

The update is OK. :)
Post Reply