Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Parser for C++ Pin
Bob Stanneveld9-Jun-05 2:08
Bob Stanneveld9-Jun-05 2:08 
GeneralRe: Parser for C++ Pin
Member 14276929-Jun-05 2:29
Member 14276929-Jun-05 2:29 
GeneralRe: Parser for C++ Pin
Trollslayer9-Jun-05 4:18
mentorTrollslayer9-Jun-05 4:18 
GeneralRe: Parser for C++ Pin
Member 14276929-Jun-05 5:33
Member 14276929-Jun-05 5:33 
GeneralRe: Parser for C++ Pin
Trollslayer9-Jun-05 7:33
mentorTrollslayer9-Jun-05 7:33 
GeneralRe: Parser for C++ Pin
Member 14276929-Jun-05 1:22
Member 14276929-Jun-05 1:22 
Generalproblems in dynamic Memory allocation Pin
Amit Mulay9-Jun-05 0:32
Amit Mulay9-Jun-05 0:32 
GeneralRe: problems in dynamic Memory allocation Pin
James R. Twine9-Jun-05 1:07
James R. Twine9-Jun-05 1:07 
   Is your code using TerminateThread(...) anywhere?  I learned the hard way some time ago how that kills your processes address space (due to the thread's stack address space not being made available again).

   See what error code is being set (GetLastError()) right after the allocation fails.

   Does malloc(...) fail as well? What about other dynamic allocation functions?

   Lastly, try using the debug CRT heap functions to verify that none of the heap structures have been stepped on (due to a memory over/under-run), like _CrtCheckMemory(...).

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
GeneralRe: problems in dynamic Memory allocation Pin
Amit Mulay9-Jun-05 1:47
Amit Mulay9-Jun-05 1:47 
GeneralRe: problems in dynamic Memory allocation Pin
Amit Mulay9-Jun-05 1:58
Amit Mulay9-Jun-05 1:58 
GeneralRe: problems in dynamic Memory allocation Pin
James R. Twine9-Jun-05 4:38
James R. Twine9-Jun-05 4:38 
GeneralRe: problems in dynamic Memory allocation Pin
Amit Mulay9-Jun-05 2:12
Amit Mulay9-Jun-05 2:12 
GeneralRe: problems in dynamic Memory allocation Pin
James R. Twine9-Jun-05 4:25
James R. Twine9-Jun-05 4:25 
GeneralRe: problems in dynamic Memory allocation Pin
Tim Smith9-Jun-05 3:50
Tim Smith9-Jun-05 3:50 
GeneralRe: problems in dynamic Memory allocation Pin
James R. Twine9-Jun-05 4:26
James R. Twine9-Jun-05 4:26 
GeneralRe: problems in dynamic Memory allocation Pin
Alexander M.,9-Jun-05 5:46
Alexander M.,9-Jun-05 5:46 
GeneralRe: problems in dynamic Memory allocation Pin
James R. Twine9-Jun-05 5:56
James R. Twine9-Jun-05 5:56 
Generalstd::map problem Pin
Bob Stanneveld8-Jun-05 23:34
Bob Stanneveld8-Jun-05 23:34 
GeneralDoh! Pin
Bob Stanneveld9-Jun-05 0:20
Bob Stanneveld9-Jun-05 0:20 
GeneralRe: std::map problem Pin
Nilesh K.9-Jun-05 0:21
Nilesh K.9-Jun-05 0:21 
GeneralRe: std::map problem Pin
Bob Stanneveld9-Jun-05 0:26
Bob Stanneveld9-Jun-05 0:26 
GeneralRe: std::map problem Pin
grasstafari9-Jun-05 0:25
grasstafari9-Jun-05 0:25 
GeneralPOST string to .asp Pin
dex_ter118-Jun-05 23:24
dex_ter118-Jun-05 23:24 
GeneralRe: POST string to .asp Pin
Bob Stanneveld8-Jun-05 23:54
Bob Stanneveld8-Jun-05 23:54 
GeneralRe: POST string to .asp Pin
ThatsAlok9-Jun-05 1:05
ThatsAlok9-Jun-05 1:05 

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.