Click here to Skip to main content
15,911,762 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: too many dialogs to manage... Pin
Masoud Samimi25-Dec-00 2:26
Masoud Samimi25-Dec-00 2:26 
GeneralRe: too many dialogs to manage... Pin
MengYan26-Dec-00 21:14
MengYan26-Dec-00 21:14 
GeneralRe: too many dialogs to manage... Pin
l a u r e n25-Dec-00 22:03
l a u r e n25-Dec-00 22:03 
GeneralMonitoring memory usage system-wide Pin
24-Dec-00 13:38
suss24-Dec-00 13:38 
GeneralCView Drop Targets Pin
Greg Hedlund24-Dec-00 4:37
Greg Hedlund24-Dec-00 4:37 
GeneralRe: CView Drop Targets Pin
Michael Dunn24-Dec-00 6:40
sitebuilderMichael Dunn24-Dec-00 6:40 
GeneralTroubled with "User BreakPoint at 0x......" debugging my VC++ Project Pin
23-Dec-00 10:06
suss23-Dec-00 10:06 
GeneralRe: Troubled with Pin
Tim Deveaux23-Dec-00 15:05
Tim Deveaux23-Dec-00 15:05 
This is the message you get when the instruction pointer lands on an int 3. This is a single-step trap, or user breakpoint, which you can code in VC with _asm int 3;.
Typically, debug builds use padding to allow space for things to grow, enabling incremental linking and such. And what sort of data would they use for such 'padding'? You guessed it, int 3!
You may even not have stumbled into this kind of padding - I think there is code in some of the debug heap allocations that will force one of these. I'd suggest viewing the call stack <alt-f7> and seeing just how you got there.
Wish I could remember an example. Two things you might try are rebuild all and seeing if a release build has the same problem.
GeneralRe: Troubled with Pin
l a u r e n23-Dec-00 20:55
l a u r e n23-Dec-00 20:55 
GeneralRe: Troubled with Pin
Julien26-Dec-00 11:00
Julien26-Dec-00 11:00 
GeneralRe: Troubled with Pin
27-Dec-00 10:34
suss27-Dec-00 10:34 
GeneralMemory as displayed in NT/2k TaskManager Pin
Darren Schroeder23-Dec-00 6:55
Darren Schroeder23-Dec-00 6:55 
GeneralRe: Memory as displayed in NT/2k TaskManager Pin
l a u r e n23-Dec-00 21:02
l a u r e n23-Dec-00 21:02 
GeneralRe: Memory as displayed in NT/2k TaskManager Pin
Darren Schroeder24-Dec-00 3:25
Darren Schroeder24-Dec-00 3:25 
GeneralRe: Memory as displayed in NT/2k TaskManager Pin
Erik Funkenbusch26-Dec-00 8:28
Erik Funkenbusch26-Dec-00 8:28 
GeneralRe: Memory as displayed in NT/2k TaskManager Pin
Erik Funkenbusch26-Dec-00 9:00
Erik Funkenbusch26-Dec-00 9:00 
GeneralProperties Sheet Pin
23-Dec-00 4:48
suss23-Dec-00 4:48 
GeneralRe: Properties Sheet Pin
23-Dec-00 23:57
suss23-Dec-00 23:57 
GeneralDialog Pin
22-Dec-00 14:14
suss22-Dec-00 14:14 
GeneralRe: Dialog Pin
22-Dec-00 15:38
suss22-Dec-00 15:38 
GeneralImage Overlay Pin
22-Dec-00 11:42
suss22-Dec-00 11:42 
GeneralRe: Image Overlay Pin
l a u r e n23-Dec-00 21:08
l a u r e n23-Dec-00 21:08 
GeneralChanging a MDI Child Window Icon Pin
22-Dec-00 8:21
suss22-Dec-00 8:21 
QuestionEasy way to create a popup menu with the Grid Control? Pin
Jason Douglas22-Dec-00 3:00
professionalJason Douglas22-Dec-00 3:00 
GeneralInternet Protocols Pin
Alpesh22-Dec-00 2:12
Alpesh22-Dec-00 2:12 

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.