Click here to Skip to main content
16,010,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCRichEdit & SetWindowText Pin
AnTri7-Jul-03 1:16
AnTri7-Jul-03 1:16 
GeneralRe: CRichEdit & SetWindowText Pin
David Crow7-Jul-03 2:40
David Crow7-Jul-03 2:40 
GeneralRe: CRichEdit & SetWindowText Pin
AnTri7-Jul-03 8:41
AnTri7-Jul-03 8:41 
GeneralRe: CRichEdit & SetWindowText Pin
David Crow7-Jul-03 10:15
David Crow7-Jul-03 10:15 
Generaldebugging Opengl with MFC 6.0 Pin
kassad6667-Jul-03 0:00
kassad6667-Jul-03 0:00 
GeneralRe: debugging Opengl with MFC 6.0 Pin
Rage7-Jul-03 0:49
professionalRage7-Jul-03 0:49 
GeneralRe: debugging Opengl with MFC 6.0 Pin
Anonymous7-Jul-03 4:50
Anonymous7-Jul-03 4:50 
GeneralRe: debugging Opengl with MFC 6.0 Pin
Rage7-Jul-03 5:27
professionalRage7-Jul-03 5:27 
Anonymous wrote:
Any idea to overriding that problem?

Use the debug libs !! OpenGL is open sourced, you can get debug libs for debugging.


Anonymous wrote:
Why MFC don't just make a call to the DLL and return?

The debugger look for the symbols, and when it does not find it, open a window and ask for the location (which operation can be CANCELled). So if you can't provide debug infos (for examples in compiled dll) the debugger will simply go into the assembly code. What you can do is put a breakpoint after the function call, and hit F5 Big Grin | :-D

Anonymous wrote:
I think the problems begin with my new Geforce 4 card and the new drivers of Nvidia.

I do not think this has something to do with the hardware (unless the operations you try to debug were done in the soft before, and is now handled directly by the nVidia chipset).

~RaGE();
GeneralWM_PRINTCLIENT message Pin
peenu6-Jul-03 23:32
peenu6-Jul-03 23:32 
GeneralRe: WM_PRINTCLIENT message Pin
Ryan Binns6-Jul-03 23:37
Ryan Binns6-Jul-03 23:37 
GeneralRe: WM_PRINTCLIENT message Pin
peenu7-Jul-03 0:00
peenu7-Jul-03 0:00 
Generalrestricting app to execute Pin
r i s h a b h s6-Jul-03 22:50
r i s h a b h s6-Jul-03 22:50 
GeneralRe: restricting app to execute Pin
Cedric Moonen6-Jul-03 23:10
Cedric Moonen6-Jul-03 23:10 
GeneralRe: restricting app to execute Pin
r i s h a b h s6-Jul-03 23:46
r i s h a b h s6-Jul-03 23:46 
GeneralRe: restricting app to execute Pin
Rage7-Jul-03 0:54
professionalRage7-Jul-03 0:54 
GeneralRe: restricting app to execute Pin
Terry O'Nolley10-Jul-03 9:21
Terry O'Nolley10-Jul-03 9:21 
GeneralRe: restricting app to execute Pin
Terry O'Nolley10-Jul-03 9:21
Terry O'Nolley10-Jul-03 9:21 
GeneralDisplay Raw Image Pin
:_Rocket_:6-Jul-03 22:39
:_Rocket_:6-Jul-03 22:39 
GeneralRe: Display Raw Image Pin
John M. Drescher7-Jul-03 3:27
John M. Drescher7-Jul-03 3:27 
GeneralRe: Display Raw Image Pin
:_Rocket_:7-Jul-03 14:47
:_Rocket_:7-Jul-03 14:47 
GeneralRe: Display Raw Image Pin
John M. Drescher7-Jul-03 14:54
John M. Drescher7-Jul-03 14:54 
GeneralCheckMenuItem problem Pin
LittleYellowBird6-Jul-03 21:45
LittleYellowBird6-Jul-03 21:45 
GeneralRe: CheckMenuItem problem Pin
peterchen7-Jul-03 0:05
peterchen7-Jul-03 0:05 
GeneralRe: CheckMenuItem problem Pin
LittleYellowBird7-Jul-03 0:50
LittleYellowBird7-Jul-03 0:50 
GeneralRe: CheckMenuItem problem Pin
basementman7-Jul-03 5:30
basementman7-Jul-03 5:30 

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.