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

C / C++ / MFC

 
AnswerRe: how to Run Visual c++ program in another computer that haven't visual c++? Pin
Nish Nishant11-Dec-01 0:40
sitebuilderNish Nishant11-Dec-01 0:40 
Questionhow to Visual c++ program in another computer that haven't visual c++? Pin
nemati10-Dec-01 21:22
nemati10-Dec-01 21:22 
AnswerRe: how to Visual c++ program in another computer that haven't visual c++? Pin
Krouer10-Dec-01 22:43
Krouer10-Dec-01 22:43 
AnswerRe: how to Visual c++ program in another computer that haven't visual c++? Pin
moliate11-Dec-01 2:18
moliate11-Dec-01 2:18 
AnswerRe: how to Visual c++ program in another computer that haven't visual c++? Pin
Carlos Antollini11-Dec-01 3:05
Carlos Antollini11-Dec-01 3:05 
GeneralStack Overflow Problem Pin
haris10-Dec-01 21:19
haris10-Dec-01 21:19 
GeneralRe: Stack Overflow Problem Pin
Krouer10-Dec-01 22:56
Krouer10-Dec-01 22:56 
GeneralRe: Stack Overflow Problem Pin
Alvaro Mendez11-Dec-01 5:55
Alvaro Mendez11-Dec-01 5:55 
Use the debugger.

Run your program inside the debugger and before it gets to the stack overflow, open the Debug/Exceptions box and look for the "Stack Overflow" exception. Click on the "Stop always" radio button and then OK. Continue running. When the stack overflow occurs, the program will stop at the point where it's happening. That should give you a clue as to why it's happening and you can then fix it.

Good luck,
Alvaro
GeneralProblem with Popup Window ( Open in new window...OnNewWindow2 function ) Pin
10-Dec-01 21:01
suss10-Dec-01 21:01 
GeneralUrgent! Problem with MSWord component! Pin
tuyle10-Dec-01 20:49
tuyle10-Dec-01 20:49 
GeneralRe: Urgent! Problem with MSWord component! Pin
Youknowme10-Dec-01 23:26
Youknowme10-Dec-01 23:26 
GeneralMFC DLL : linking error with message map Pin
10-Dec-01 19:40
suss10-Dec-01 19:40 
GeneralRe: MFC DLL : linking error with message map Pin
Steen Krogsgaard10-Dec-01 22:10
Steen Krogsgaard10-Dec-01 22:10 
GeneralInterprocess interacting Pin
10-Dec-01 17:25
suss10-Dec-01 17:25 
GeneralRe: Interprocess interacting Pin
Ravi Bhavnani10-Dec-01 17:40
professionalRavi Bhavnani10-Dec-01 17:40 
GeneralRe: Interprocess interacting Pin
Morozov Alexey10-Dec-01 17:48
Morozov Alexey10-Dec-01 17:48 
GeneralRe: Interprocess interacting Pin
Nish Nishant10-Dec-01 20:24
sitebuilderNish Nishant10-Dec-01 20:24 
GeneralRe: Interprocess interacting Pin
Morozov Alexey10-Dec-01 20:34
Morozov Alexey10-Dec-01 20:34 
GeneralRe: Interprocess interacting Pin
Nish Nishant10-Dec-01 20:44
sitebuilderNish Nishant10-Dec-01 20:44 
GeneralRe: Interprocess interacting Pin
Richard Ellis11-Dec-01 14:39
Richard Ellis11-Dec-01 14:39 
GeneralRe: Interprocess interacting Pin
Michael P Butler10-Dec-01 21:59
Michael P Butler10-Dec-01 21:59 
GeneralRe: Interprocess interacting Pin
10-Dec-01 22:52
suss10-Dec-01 22:52 
GeneralAIM interfacing... Pin
Cam10-Dec-01 16:53
Cam10-Dec-01 16:53 
Questionwhy like this? Pin
cococut10-Dec-01 15:30
cococut10-Dec-01 15:30 
AnswerRe: why like this? Pin
Christian Graus10-Dec-01 15:38
protectorChristian Graus10-Dec-01 15:38 

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.