Click here to Skip to main content
15,916,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with device context please => Pin
adara28-Jul-02 4:16
adara28-Jul-02 4:16 
GeneralRe: Help with device context please => Pin
Jay Beckert28-Jul-02 4:33
Jay Beckert28-Jul-02 4:33 
GeneralRe: Help with device context please => Pin
l a u r e n28-Jul-02 4:49
l a u r e n28-Jul-02 4:49 
GeneralRe: Help with device context please => Pin
adara28-Jul-02 4:59
adara28-Jul-02 4:59 
GeneralRe: Help with device context please => Pin
loket28-Jul-02 5:16
loket28-Jul-02 5:16 
Questionhow to do it Pin
Anonymous28-Jul-02 2:00
Anonymous28-Jul-02 2:00 
AnswerRe: how to do it Pin
Stan Shannon28-Jul-02 3:51
Stan Shannon28-Jul-02 3:51 
Generalcomctl32.dll crashes Pin
Rakushkin27-Jul-02 22:22
sussRakushkin27-Jul-02 22:22 
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 !



GeneralRe: comctl32.dll crashes Pin
Anonymous28-Jul-02 5:48
Anonymous28-Jul-02 5:48 
GeneralA stupid Win32 UI question - mouse tracking Pin
Anonymous27-Jul-02 21:44
Anonymous27-Jul-02 21:44 
GeneralRe: A stupid Win32 UI question - mouse tracking Pin
l a u r e n28-Jul-02 0:31
l a u r e n28-Jul-02 0:31 
GeneralRe: A stupid Win32 UI question - mouse tracking Pin
Jay Beckert28-Jul-02 4:08
Jay Beckert28-Jul-02 4:08 
GeneralRe: A stupid Win32 UI question - mouse tracking Pin
Anonymous28-Jul-02 17:53
Anonymous28-Jul-02 17:53 
GeneralRe: A stupid Win32 UI question - mouse tracking Pin
Peter Occil28-Jul-02 9:22
Peter Occil28-Jul-02 9:22 
GeneralDirectX Pin
Selevercin27-Jul-02 18:16
Selevercin27-Jul-02 18:16 
GeneralRe: DirectX Pin
sultan_of_6string28-Jul-02 4:10
sultan_of_6string28-Jul-02 4:10 
GeneralRe: DirectX Pin
Mike Nordell28-Jul-02 22:23
Mike Nordell28-Jul-02 22:23 
GeneralRe: DirectX Pin
Selevercin29-Jul-02 8:09
Selevercin29-Jul-02 8:09 
QuestionWhat did I do? Pin
JohnnyG27-Jul-02 16:44
JohnnyG27-Jul-02 16:44 
GeneralSTL error handling Pin
peterchen27-Jul-02 10:36
peterchen27-Jul-02 10:36 
GeneralRe: STL error handling Pin
Alexandru Savescu27-Jul-02 20:39
Alexandru Savescu27-Jul-02 20:39 
GeneralRe: STL error handling Pin
peterchen27-Jul-02 21:35
peterchen27-Jul-02 21:35 
GeneralRe: STL error handling Pin
Mike Nordell28-Jul-02 22:28
Mike Nordell28-Jul-02 22:28 
QuestionCan a CEdit control do this?..... Pin
nss27-Jul-02 10:01
nss27-Jul-02 10:01 
AnswerRe: Can a CEdit control do this?..... Pin
peterchen27-Jul-02 10:40
peterchen27-Jul-02 10:40 

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.