Click here to Skip to main content
15,915,600 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Enumerating messages Pin
Tomasz Sowinski11-Jul-01 1:46
Tomasz Sowinski11-Jul-01 1:46 
GeneralRe: Enumerating messages Pin
Gennady Oster11-Jul-01 2:03
Gennady Oster11-Jul-01 2:03 
GeneralRe: Enumerating messages Pin
Tomasz Sowinski11-Jul-01 2:12
Tomasz Sowinski11-Jul-01 2:12 
GeneralRe: Enumerating messages Pin
Gennady Oster11-Jul-01 2:29
Gennady Oster11-Jul-01 2:29 
GeneralRe: Enumerating messages Pin
Tomasz Sowinski11-Jul-01 2:42
Tomasz Sowinski11-Jul-01 2:42 
Questionmouse over ?? Pin
Pony10-Jul-01 21:19
Pony10-Jul-01 21:19 
GeneralDebugging Question (Beginner) Pin
matthias s.10-Jul-01 20:34
matthias s.10-Jul-01 20:34 
GeneralRe: Debugging Question (Beginner) Pin
Tim Deveaux11-Jul-01 8:35
Tim Deveaux11-Jul-01 8:35 
Hmmm... you might try placing DebugBreak calls (or _asm int 3) in both modules. When these get hit, you'll be promted to debug the application.

I'm thinking you might end up with two copies of the debugger running, which could get a bit wonky, but might work.

Definitely safer to experiment with this stuff by starting the service manually rather than automatically - you can really mess up your session with this stuff if you're not careful!

There are other approaches - I'm not _exactly_ sure what you need/want.


GeneralRe: Debugging Question (Beginner) Pin
8-Aug-01 21:53
suss8-Aug-01 21:53 
GeneralTracing Splitter Pin
10-Jul-01 19:56
suss10-Jul-01 19:56 
GeneralRe: Tracing Splitter Pin
coder847210-Jul-01 21:16
coder847210-Jul-01 21:16 
GeneralPhotoShop SDK Pin
HyoSoo Moon10-Jul-01 19:08
HyoSoo Moon10-Jul-01 19:08 
GeneralSQL (.Jet) useage Pin
otvac10-Jul-01 16:45
otvac10-Jul-01 16:45 
GeneralRe: SQL (.Jet) useage Pin
markkuk10-Jul-01 21:04
markkuk10-Jul-01 21:04 
GeneralRe: SQL (.Jet) useage Pin
otvac11-Jul-01 1:34
otvac11-Jul-01 1:34 
GeneralChanging color... Pin
John Uhlenbrock10-Jul-01 14:00
John Uhlenbrock10-Jul-01 14:00 
GeneralRe: Changing color... Pin
jerry0davis10-Jul-01 22:40
jerry0davis10-Jul-01 22:40 
GeneralOnChange() Pin
RobJones10-Jul-01 13:05
RobJones10-Jul-01 13:05 
GeneralRe: OnChange() Pin
Christian Graus10-Jul-01 13:22
protectorChristian Graus10-Jul-01 13:22 
GeneralRe: OnChange() Pin
RobJones10-Jul-01 13:42
RobJones10-Jul-01 13:42 
GeneralRe: OnChange() Pin
RobJones10-Jul-01 13:47
RobJones10-Jul-01 13:47 
GeneralRe: OnChange() Pin
Christian Graus10-Jul-01 14:14
protectorChristian Graus10-Jul-01 14:14 
GeneralRe: OnChange() Pin
10-Jul-01 16:54
suss10-Jul-01 16:54 
GeneralMultiple resource dlls Pin
Troels_Gram10-Jul-01 12:18
Troels_Gram10-Jul-01 12:18 
GeneralRe: Multiple resource dlls Pin
Ben Burnett10-Jul-01 12:37
Ben Burnett10-Jul-01 12:37 

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.