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

C / C++ / MFC

 
Generalnew and delete -> across an EXE and a DLL Pin
Peter Weyzen21-Jan-02 12:20
Peter Weyzen21-Jan-02 12:20 
GeneralRe: new and delete -> across an EXE and a DLL Pin
Nemanja Trifunovic21-Jan-02 12:30
Nemanja Trifunovic21-Jan-02 12:30 
GeneralViolations Pin
Stephen Caldwell21-Jan-02 11:58
Stephen Caldwell21-Jan-02 11:58 
GeneralRe: Violations Pin
Joaquín M López Muñoz21-Jan-02 12:05
Joaquín M López Muñoz21-Jan-02 12:05 
GeneralRe: Violations Pin
Peter Weyzen21-Jan-02 12:21
Peter Weyzen21-Jan-02 12:21 
GeneralRe: Violations Pin
Nish Nishant21-Jan-02 16:14
sitebuilderNish Nishant21-Jan-02 16:14 
GeneralStack size question Pin
Bill Wilson21-Jan-02 11:26
Bill Wilson21-Jan-02 11:26 
GeneralRe: Stack size question Pin
Joaquín M López Muñoz21-Jan-02 11:29
Joaquín M López Muñoz21-Jan-02 11:29 
I'd say the default stack size is much more than necessary for the needs of normal apps. The only way a normal app can run out of stack size is because of some bug that causes an infinite chain of recursive calls to functions. But then again, you have no reason to suspect this is happening.
My suggestion is that you try to look for another reason to your strange errors. If you describe the problem with more detail we could try to help you more than this.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Stack size question Pin
Bill Wilson21-Jan-02 13:35
Bill Wilson21-Jan-02 13:35 
GeneralRe: Stack size question Pin
Jamie Hale22-Jan-02 6:12
Jamie Hale22-Jan-02 6:12 
QuestionListControl in Outlook-style??? Pin
Grit21-Jan-02 11:04
Grit21-Jan-02 11:04 
AnswerRe: ListControl in Outlook-style??? Pin
Matt Gullett21-Jan-02 11:17
Matt Gullett21-Jan-02 11:17 
AnswerRe: ListControl in Outlook-style??? Pin
Ernest Laurentin21-Jan-02 14:41
Ernest Laurentin21-Jan-02 14:41 
GeneralDialog boxes and Documents Pin
ed121-Jan-02 10:42
ed121-Jan-02 10:42 
GeneralRe: Dialog boxes and Documents Pin
Joaquín M López Muñoz21-Jan-02 11:24
Joaquín M López Muñoz21-Jan-02 11:24 
GeneralRe: Dialog boxes and Documents Pin
Braulio Dez21-Jan-02 20:59
Braulio Dez21-Jan-02 20:59 
GeneralRe: VirtualAlloc...? Pin
Joaquín M López Muñoz21-Jan-02 11:03
Joaquín M López Muñoz21-Jan-02 11:03 
GeneralMFC: passing structs from one window to another Pin
User 665821-Jan-02 9:14
User 665821-Jan-02 9:14 
GeneralRe: MFC: passing structs from one window to another Pin
Joaquín M López Muñoz21-Jan-02 9:23
Joaquín M López Muñoz21-Jan-02 9:23 
GeneralRe: MFC: passing structs from one window to another Pin
User 665821-Jan-02 10:10
User 665821-Jan-02 10:10 
Generaleek, thanks to the author Pin
21-Jan-02 8:47
suss21-Jan-02 8:47 
Questionwhat does "Add an UPDATE_COMMAND_UI handler for ..." mean? Pin
DanYELL21-Jan-02 8:19
DanYELL21-Jan-02 8:19 
AnswerRe: what does "Add an UPDATE_COMMAND_UI handler for ..." mean? Pin
Joaquín M López Muñoz21-Jan-02 8:30
Joaquín M López Muñoz21-Jan-02 8:30 
General.HLP made me CRAZY ! Pin
Hadi Rezaee21-Jan-02 8:14
Hadi Rezaee21-Jan-02 8:14 
GeneralChange icon in SDI Pin
21-Jan-02 7:28
suss21-Jan-02 7:28 

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.