Click here to Skip to main content
16,008,469 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTrouble with DestroyWindow Pin
klm26-Jul-02 0:58
klm26-Jul-02 0:58 
GeneralRe: Trouble with DestroyWindow Pin
Tomasz Sowinski26-Jul-02 1:03
Tomasz Sowinski26-Jul-02 1:03 
GeneralRe: Trouble with DestroyWindow Pin
Scott H. Settlemier26-Jul-02 1:47
Scott H. Settlemier26-Jul-02 1:47 
GeneralRe: Trouble with DestroyWindow Pin
klm26-Jul-02 1:51
klm26-Jul-02 1:51 
Generalquick question about message reflection Pin
Anonymous26-Jul-02 0:56
Anonymous26-Jul-02 0:56 
GeneralRe: quick question about message reflection Pin
Tomasz Sowinski26-Jul-02 1:06
Tomasz Sowinski26-Jul-02 1:06 
GeneralRe: quick question about message reflection Pin
ns26-Jul-02 1:29
ns26-Jul-02 1:29 
Generalcomctl32 crashes Pin
alaulu26-Jul-02 0:43
alaulu26-Jul-02 0:43 
Hi All !

One problem pursues me for a few years already:
all my Win32 apps, written in VC++ (5.0-6.0),
crash on the second run under debugger.
Toolbar code in comctl32.dll causes access violation.

In more details:

1)The crap arises only when the app
is run 2 times successively from the VC++ IDE.
When running my app standalone, all's ok.
2)The program crashes when a mouse is moved
over the toolbar. WM_MOUSEMOVE is finally
dispatched to DefWindowProc() in comctl32.dll,
and there fails.
The mouse coordinates seem to be correct.
3)If toolbar is hidden, it's allright.
4)This bug seems to be not accidental
concatenation of circumstances:
this happened on different Windows versions,
under both VC5 and VC6, after many reinstallations
of the VC++ and OS etc,
and, finally, with all my Win32 GUI apps -
independently of tyhe architecture of the app,
and of the way I use tollbars
(containing ReBar, different styles, etc.)
5) The bug arises and disappears from time to time,
during the course of program development.
It seems that it depends somehow
on the size of the .exe or something like that.

Anyone ever faced this problem ?
Any help or hint would be appreciated !

Thanks in advance !





GeneralPlugin Extensions Pin
laphijia26-Jul-02 0:35
laphijia26-Jul-02 0:35 
GeneralRe: Plugin Extensions Pin
Tomasz Sowinski26-Jul-02 1:00
Tomasz Sowinski26-Jul-02 1:00 
GeneralRe: Plugin Extensions Pin
Chris Losinger26-Jul-02 4:25
professionalChris Losinger26-Jul-02 4:25 
GeneralRe: Plugin Extensions Pin
laphijia26-Jul-02 7:30
laphijia26-Jul-02 7:30 
GeneralRe: Plugin Extensions Pin
Chris Losinger26-Jul-02 8:03
professionalChris Losinger26-Jul-02 8:03 
GeneralModify windows style Pin
Antony B.26-Jul-02 0:05
sussAntony B.26-Jul-02 0:05 
GeneralRe: Modify windows style Pin
includeh1026-Jul-02 1:29
includeh1026-Jul-02 1:29 
GeneralAsk about FillRect() Pin
25-Jul-02 22:57
suss25-Jul-02 22:57 
GeneralRe: Ask about FillRect() Pin
pépé26-Jul-02 2:41
pépé26-Jul-02 2:41 
GeneralConvert From Wave to MP3 - format C++ Pin
haronis25-Jul-02 22:15
haronis25-Jul-02 22:15 
GeneralRe: Convert From Wave to MP3 - format C++ Pin
benjymous26-Jul-02 0:01
benjymous26-Jul-02 0:01 
GeneralRe: Convert From Wave to MP3 - format C++ Pin
haronis26-Jul-02 0:05
haronis26-Jul-02 0:05 
GeneralRe: Convert From Wave to MP3 - format C++ Pin
benjymous26-Jul-02 0:12
benjymous26-Jul-02 0:12 
GeneralRe: Convert From Wave to MP3 - format C++ Pin
laphijia26-Jul-02 0:43
laphijia26-Jul-02 0:43 
GeneralRe: Convert From Wave to MP3 - format C++ Pin
pépé26-Jul-02 2:44
pépé26-Jul-02 2:44 
GeneralService startup problems Pin
s_k25-Jul-02 22:14
s_k25-Jul-02 22:14 
GeneralRe: Service startup problems Pin
Daniel Lohmann25-Jul-02 22:35
Daniel Lohmann25-Jul-02 22:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.