Click here to Skip to main content
16,006,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Popup Menu Pin
icerapper@k.ro9-Apr-02 10:44
icerapper@k.ro9-Apr-02 10:44 
Generalassigning a CString to a char*/char Pin
Rickard Andersson208-Apr-02 8:09
Rickard Andersson208-Apr-02 8:09 
GeneralRe: assigning a CString to a char*/char Pin
Shog98-Apr-02 8:30
sitebuilderShog98-Apr-02 8:30 
GeneralRe: assigning a CString to a char*/char Pin
Rickard Andersson208-Apr-02 8:36
Rickard Andersson208-Apr-02 8:36 
GeneralRe: assigning a CString to a char*/char Pin
Shog98-Apr-02 8:55
sitebuilderShog98-Apr-02 8:55 
Generalrun time creation of active x control Pin
act_x8-Apr-02 7:24
act_x8-Apr-02 7:24 
GeneralRe: run time creation of active x control Pin
Mazdak8-Apr-02 7:43
Mazdak8-Apr-02 7:43 
GeneralLooking at arrays with Debugger Pin
Rajveer8-Apr-02 6:50
Rajveer8-Apr-02 6:50 
I want to use the debugger to check if my arrays are filled correctly.
I have two arrays,
double xcoord1[80];
CPoint coord[80];

When I debug, I place my breakpoint right after I fill these arrays (still in the same function). Then I bring up the "Watch" debug window. But when I type xcoord1 under the name, i get the message: error in OMF type information.
And when I type coord, I get this under value: 0x0066f288

Why is all this happening?? And I know my array's have filled up properly, because if I put them to an oufile, I see that all the numbers I want are there. But why can't I view them with the debugger???

GeneralRe: Looking at arrays with Debugger Pin
Tim Deveaux8-Apr-02 7:42
Tim Deveaux8-Apr-02 7:42 
GeneralRe: Looking at arrays with Debugger Pin
Rajveer8-Apr-02 8:16
Rajveer8-Apr-02 8:16 
GeneralRe: Looking at arrays with Debugger Pin
Derek Waters8-Apr-02 13:48
Derek Waters8-Apr-02 13:48 
GeneralRe: Looking at arrays with Debugger Pin
Roger Allen9-Apr-02 1:30
Roger Allen9-Apr-02 1:30 
GeneralCreating CListCtrl with API Pin
User 66588-Apr-02 6:47
User 66588-Apr-02 6:47 
GeneralRe: Creating CListCtrl with API Pin
alex.barylski8-Apr-02 7:19
alex.barylski8-Apr-02 7:19 
Generalcreating an atribute from a managed class Pin
Ignacio Varas8-Apr-02 6:35
Ignacio Varas8-Apr-02 6:35 
GeneralTemplate Overloading problem Pin
8-Apr-02 5:49
suss8-Apr-02 5:49 
Generalnewbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 5:48
davun8-Apr-02 5:48 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
lucy8-Apr-02 5:50
lucy8-Apr-02 5:50 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 6:12
davun8-Apr-02 6:12 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
Ernest Laurentin8-Apr-02 6:31
Ernest Laurentin8-Apr-02 6:31 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 8:34
davun8-Apr-02 8:34 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
lucy8-Apr-02 8:46
lucy8-Apr-02 8:46 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
8-Apr-02 8:47
suss8-Apr-02 8:47 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 9:24
davun8-Apr-02 9:24 
GeneralScrollWindowEx Problem! Pin
G.Richard8-Apr-02 5:43
G.Richard8-Apr-02 5:43 

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.