Click here to Skip to main content
15,917,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Unhandled exception at..... Access violation Pin
charlieg21-May-12 5:49
charlieg21-May-12 5:49 
GeneralRe: Unhandled exception at..... Access violation Pin
ForNow21-May-12 8:14
ForNow21-May-12 8:14 
GeneralRe: Unhandled exception at..... Access violation Pin
charlieg21-May-12 8:21
charlieg21-May-12 8:21 
GeneralRe: Unhandled exception at..... Access violation Pin
TomasRiker221-May-12 10:49
TomasRiker221-May-12 10:49 
AnswerRe: Unhandled exception at..... Access violation Pin
Luc Pattyn21-May-12 9:41
sitebuilderLuc Pattyn21-May-12 9:41 
GeneralRe: Unhandled exception at..... Access violation Pin
David Crow21-May-12 9:45
David Crow21-May-12 9:45 
GeneralRe: Unhandled exception at..... Access violation Pin
ForNow21-May-12 13:12
ForNow21-May-12 13:12 
GeneralRe: Unhandled exception at..... Access violation Pin
ForNow22-May-12 2:51
ForNow22-May-12 2:51 
thank you for all those who pointed me to the stack that is indeed were the problem

was I had declared a CString as local/stack variable and and it was a long string

I moved it outside of the function global and okay


two question come to mind

1) how would I increase the stack if I needed it

2) using the new operator on the CString would seem to also alivate the problem
as that would allocate the string on the heap


thanks again
QuestionIs it possible to turn a c++ MFC or win32 app into a click once deployment Pin
jkirkerx20-May-12 9:50
professionaljkirkerx20-May-12 9:50 
Answer.Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
Vitaly Tomilov20-May-12 11:13
Vitaly Tomilov20-May-12 11:13 
GeneralRe: .Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
jkirkerx21-May-12 4:08
professionaljkirkerx21-May-12 4:08 
GeneralRe: .Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
Albert Holguin21-May-12 4:38
professionalAlbert Holguin21-May-12 4:38 
GeneralRe: .Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
jkirkerx21-May-12 8:19
professionaljkirkerx21-May-12 8:19 
GeneralRe: .Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
Vitaly Tomilov21-May-12 8:44
Vitaly Tomilov21-May-12 8:44 
GeneralRe: .Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
Albert Holguin21-May-12 9:56
professionalAlbert Holguin21-May-12 9:56 
QuestionGet rid of _ftol2_sse Pin
SystemFiles19-May-12 2:59
SystemFiles19-May-12 2:59 
AnswerRe: Get rid of _ftol2_sse Pin
Chris Losinger19-May-12 4:46
professionalChris Losinger19-May-12 4:46 
GeneralRe: Get rid of _ftol2_sse Pin
SystemFiles19-May-12 13:02
SystemFiles19-May-12 13:02 
QuestionArccosinus and Arcsinus using floating point assembly Pin
SystemFiles19-May-12 2:54
SystemFiles19-May-12 2:54 
AnswerRe: Arccosinus and Arcsinus using floating point assembly Pin
Luc Pattyn19-May-12 3:28
sitebuilderLuc Pattyn19-May-12 3:28 
GeneralRe: Arccosinus and Arcsinus using floating point assembly Pin
SystemFiles19-May-12 13:05
SystemFiles19-May-12 13:05 
GeneralRe: Arccosinus and Arcsinus using floating point assembly Pin
SystemFiles21-May-12 10:36
SystemFiles21-May-12 10:36 
AnswerRe: Arccosinus and Arcsinus using floating point assembly Pin
Luc Pattyn21-May-12 11:02
sitebuilderLuc Pattyn21-May-12 11:02 
AnswerRe: Arccosinus and Arcsinus using floating point assembly Pin
cmk21-May-12 12:29
cmk21-May-12 12:29 
GeneralRe: Arccosinus and Arcsinus using floating point assembly Pin
SystemFiles19-Jun-12 3:21
SystemFiles19-Jun-12 3:21 

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.