Click here to Skip to main content
15,892,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Access CFormView vars from CMainFrame Pin
ian mariano25-Feb-04 12:18
ian mariano25-Feb-04 12:18 
GeneralRe: Access CFormView vars from CMainFrame Pin
Daniel132425-Feb-04 13:10
Daniel132425-Feb-04 13:10 
GeneralRe: Access CFormView vars from CMainFrame Pin
Steve S25-Feb-04 22:47
Steve S25-Feb-04 22:47 
GeneralRe: Access CFormView vars from CMainFrame Pin
ian mariano26-Feb-04 1:02
ian mariano26-Feb-04 1:02 
GeneralString Question Pin
USMCmaggot25-Feb-04 11:29
USMCmaggot25-Feb-04 11:29 
GeneralRe: String Question Pin
Daniel132425-Feb-04 11:46
Daniel132425-Feb-04 11:46 
GeneralRe: String Question Pin
Wes Aday25-Feb-04 11:53
professionalWes Aday25-Feb-04 11:53 
GeneralHeapAlloc bombing Pin
TimWallace25-Feb-04 11:26
TimWallace25-Feb-04 11:26 
I have a weird one, here. I have a class that uses a linked list of pointers to another class (ie. a mbr var that has a pointer to the next object). In my processing, I loop to create the necessary instances of the "outside" class. As part of the constructor of that object, the linked list is built by calling new inside of a loop. The first "outside" object is created flawlessly. When the second "outside" object is created, while the first mbr of the linked list is being created, HeapAlloc bombs out. Does anyone have any clues on what this could be? I tried wrapping the "obj = new objclass" in a try/catch(...), but nothing is caught.

I'm at my wit's end on this one.
GeneralRe: HeapAlloc bombing Pin
Ravi Bhavnani25-Feb-04 12:15
professionalRavi Bhavnani25-Feb-04 12:15 
GeneralRe: HeapAlloc bombing SOLVED Pin
TimWallace26-Feb-04 5:16
TimWallace26-Feb-04 5:16 
GeneralCalling MFC from managed C++ Pin
jbmeeh25-Feb-04 10:41
jbmeeh25-Feb-04 10:41 
GeneralMSDN Pin
v0id_dev25-Feb-04 10:30
v0id_dev25-Feb-04 10:30 
GeneralRe: MSDN Pin
ian mariano25-Feb-04 12:23
ian mariano25-Feb-04 12:23 
QuestionRandom number? Pin
LudaLuda25-Feb-04 9:56
LudaLuda25-Feb-04 9:56 
AnswerRe: Random number? Pin
Christian Graus25-Feb-04 10:12
protectorChristian Graus25-Feb-04 10:12 
AnswerRe: Random number? Pin
John M. Drescher25-Feb-04 11:13
John M. Drescher25-Feb-04 11:13 
GeneralCalcFixedLayout and CalcDynamicLayout Pin
ozamgal25-Feb-04 9:06
ozamgal25-Feb-04 9:06 
GeneralMicrosoft SDK/DDK for AMD64 Pin
Alexander M.,25-Feb-04 9:04
Alexander M.,25-Feb-04 9:04 
GeneralRe: Microsoft SDK/DDK for AMD64 [EDITED] Pin
John M. Drescher25-Feb-04 11:19
John M. Drescher25-Feb-04 11:19 
GeneralRe: Microsoft SDK/DDK for AMD64 Pin
John M. Drescher25-Feb-04 11:25
John M. Drescher25-Feb-04 11:25 
GeneralCheat Pin
Anonymous25-Feb-04 6:00
Anonymous25-Feb-04 6:00 
GeneralRe: Cheat Pin
Shog925-Feb-04 6:18
sitebuilderShog925-Feb-04 6:18 
GeneralRe: Cheat Pin
Prakash Nadar25-Feb-04 6:32
Prakash Nadar25-Feb-04 6:32 
GeneralRe: Cheat Pin
LunaticFringe25-Feb-04 7:14
LunaticFringe25-Feb-04 7:14 
GeneralRe: Cheat Pin
Maximilien25-Feb-04 6:18
Maximilien25-Feb-04 6:18 

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.