Click here to Skip to main content
15,925,868 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: name of the table in database Pin
Hamid_RT9-May-07 19:37
Hamid_RT9-May-07 19:37 
AnswerRe: name of the table in database Pin
David Crow10-May-07 2:16
David Crow10-May-07 2:16 
QuestionQuestion about compression Pin
godspeed1239-May-07 12:22
godspeed1239-May-07 12:22 
AnswerRe: Question about compression Pin
Paresh Chitte9-May-07 18:15
Paresh Chitte9-May-07 18:15 
QuestionDLL's and external dependencies Pin
l_d9-May-07 10:17
l_d9-May-07 10:17 
AnswerRe: DLL's and external dependencies Pin
Hans Dietrich9-May-07 20:35
mentorHans Dietrich9-May-07 20:35 
AnswerRe: DLL's and external dependencies Pin
ThatsAlok16-May-07 21:00
ThatsAlok16-May-07 21:00 
QuestionStep through in VC++ Pin
Software_Specialist9-May-07 9:40
Software_Specialist9-May-07 9:40 
Hi all,
I am quite new to VC++(win32). I have got an application which i want to convert to BORLAND C++(GUI).
Well first of all i am struggling in stepping over the code in VC++.
Well in .Net we use F10 and F11 for step over and step through but in VC++ i guess there is only F10 option i.e. Step over.
Now if i press F10 it doesnt step over to all the functions and all, the program only step over these 3 steps and complete the execution.
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd){

DialogBoxParam(hInstance, MAKEINTRESOURCE(IDD_DIALOGMAIN), NULL, DialogProc, 0);

return 0;

Now you might say to use break point ..well i tried that aswell. i placed break point over 2-3 functions of which i want to see what exactly is going on so after going through all these functions i get an error i.e. "There is no source code available from the current location."

So i guess i am doing something wrong here .Pls suggest me the right way to deal with win32 application.

Thanks
SS
AnswerRe: Step through in VC++ Pin
Mark Salsbery9-May-07 10:08
Mark Salsbery9-May-07 10:08 
GeneralRe: Step through in VC++ Pin
Software_Specialist9-May-07 13:09
Software_Specialist9-May-07 13:09 
GeneralRe: Step through in VC++ Pin
Mark Salsbery9-May-07 13:25
Mark Salsbery9-May-07 13:25 
GeneralRe: Step through in VC++ Pin
Software_Specialist9-May-07 14:31
Software_Specialist9-May-07 14:31 
QuestionRe: Step through in VC++ Pin
Mark Salsbery9-May-07 14:54
Mark Salsbery9-May-07 14:54 
AnswerRe: Step through in VC++ Pin
Software_Specialist10-May-07 1:17
Software_Specialist10-May-07 1:17 
GeneralRe: Step through in VC++ Pin
Software_Specialist10-May-07 1:38
Software_Specialist10-May-07 1:38 
GeneralRe: Step through in VC++ Pin
Mark Salsbery10-May-07 4:50
Mark Salsbery10-May-07 4:50 
GeneralRe: Step through in VC++ Pin
Mark Salsbery10-May-07 4:45
Mark Salsbery10-May-07 4:45 
GeneralRe: Step through in VC++ Pin
Nelek13-May-07 19:56
protectorNelek13-May-07 19:56 
QuestionRe: Error in plex.cpp, line 44 Pin
mla1549-May-07 9:35
mla1549-May-07 9:35 
AnswerRe: Error in plex.cpp, line 44 Pin
Stephen Hewitt9-May-07 14:25
Stephen Hewitt9-May-07 14:25 
AnswerRe: Error in plex.cpp, line 44 Pin
BadKarma9-May-07 22:12
BadKarma9-May-07 22:12 
AnswerRe: Error in plex.cpp, line 44 Pin
mla15411-May-07 5:25
mla15411-May-07 5:25 
QuestionFD_ACCEPT event very slow (sometimes) Pin
od@ananzi.co.za9-May-07 9:20
od@ananzi.co.za9-May-07 9:20 
QuestionRe: FD_ACCEPT event very slow (sometimes) Pin
Mark Salsbery9-May-07 10:24
Mark Salsbery9-May-07 10:24 
AnswerRe: FD_ACCEPT event very slow (sometimes) Pin
od@ananzi.co.za9-May-07 20:48
od@ananzi.co.za9-May-07 20:48 

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.