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

C / C++ / MFC

 
AnswerRe: Checking a file type, ie. text or word? Pin
John R. Shaw26-Mar-03 17:51
John R. Shaw26-Mar-03 17:51 
GeneralRe: Checking a file type, ie. text or word? Pin
Colin Davidson26-Mar-03 21:21
Colin Davidson26-Mar-03 21:21 
GeneralDate Pin
Anthony988726-Mar-03 13:46
Anthony988726-Mar-03 13:46 
GeneralRe: Date Pin
Stefan Pedersen26-Mar-03 13:57
Stefan Pedersen26-Mar-03 13:57 
GeneralAvoiding memory problems Pin
trimtrom26-Mar-03 13:45
trimtrom26-Mar-03 13:45 
GeneralRe: Avoiding memory problems Pin
Stefan Pedersen26-Mar-03 14:01
Stefan Pedersen26-Mar-03 14:01 
GeneralRe: Avoiding memory problems Pin
John R. Shaw26-Mar-03 18:45
John R. Shaw26-Mar-03 18:45 
GeneralRe: Avoiding memory problems Pin
Member 13901626-Mar-03 21:34
Member 13901626-Mar-03 21:34 
Actually, real allocatable memory less than 2147483647, especially when you use CString or CByteArray classes. CString and CByteArray allocate memory in process heap, and exception will rise when you allocate more than aproximately 256 Mb.
So better allocate memory in 10 heaps by 100 Mb than in 1 Heap by 1Gb...
WBR NB
GeneralRe: Avoiding memory problems Pin
John R. Shaw27-Mar-03 8:28
John R. Shaw27-Mar-03 8:28 
GeneralRe: Avoiding memory problems Pin
trimtrom27-Mar-03 9:55
trimtrom27-Mar-03 9:55 
GeneralRe: Avoiding memory problems Pin
John R. Shaw27-Mar-03 12:04
John R. Shaw27-Mar-03 12:04 
GeneralWindowsMaker Pin
John R. Shaw26-Mar-03 13:24
John R. Shaw26-Mar-03 13:24 
GeneralRe: WindowsMaker Pin
Maximilien26-Mar-03 13:31
Maximilien26-Mar-03 13:31 
GeneralRe: WindowsMaker Pin
John R. Shaw28-Mar-03 17:50
John R. Shaw28-Mar-03 17:50 
QuestionMath Expressions? Pin
LiquidKnight26-Mar-03 11:27
LiquidKnight26-Mar-03 11:27 
AnswerRe: Math Expressions? Pin
Chris Losinger26-Mar-03 11:47
professionalChris Losinger26-Mar-03 11:47 
GeneralSuggestions needed regarding Application Developement Pin
Suryaanil26-Mar-03 11:27
sussSuryaanil26-Mar-03 11:27 
GeneralRe: Suggestions needed regarding Application Developement Pin
Stefan Pedersen26-Mar-03 14:04
Stefan Pedersen26-Mar-03 14:04 
Generaldeclaring DLL in VC++ Pin
Yank126-Mar-03 11:10
Yank126-Mar-03 11:10 
GeneralRe: declaring DLL in VC++ Pin
Dave Bryant26-Mar-03 11:22
Dave Bryant26-Mar-03 11:22 
GeneralRe: declaring DLL in VC++ Pin
Yank126-Mar-03 11:32
Yank126-Mar-03 11:32 
GeneralRe: declaring DLL in VC++ Pin
Dave Bryant26-Mar-03 12:00
Dave Bryant26-Mar-03 12:00 
GeneralMS Word Pin
Brian Delahunty26-Mar-03 10:14
Brian Delahunty26-Mar-03 10:14 
GeneralRe: MS Word Pin
François Gasnier26-Mar-03 10:37
François Gasnier26-Mar-03 10:37 
GeneralRe: MS Word Pin
Amit Dey26-Mar-03 12:52
Amit Dey26-Mar-03 12:52 

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.