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

C / C++ / MFC

 
GeneralProblem with code Pin
Ricky Koh7-Sep-03 19:19
Ricky Koh7-Sep-03 19:19 
GeneralRe: Problem with code Pin
Michael Dunn7-Sep-03 20:01
sitebuilderMichael Dunn7-Sep-03 20:01 
GeneralRe: Problem with code Pin
Ricky Koh7-Sep-03 20:22
Ricky Koh7-Sep-03 20:22 
GeneralRe: Problem with code Pin
David Crow8-Sep-03 3:44
David Crow8-Sep-03 3:44 
GeneralRe: Problem with code Pin
Ricky Koh8-Sep-03 5:05
Ricky Koh8-Sep-03 5:05 
GeneralRe: Problem with code Pin
David Crow8-Sep-03 5:40
David Crow8-Sep-03 5:40 
GeneralRe: Problem with code Pin
Ricky Koh8-Sep-03 16:48
Ricky Koh8-Sep-03 16:48 
GeneralRe: Problem with code Pin
David Crow9-Sep-03 2:18
David Crow9-Sep-03 2:18 
Ricky Koh wrote:
Invalid Allocation size: 4294967295 bytes

What's wrong?


You cannot allocate that much memory! The absolute maximum that you could allocate is 3GB (and that's only on the advanced flavors of Windows), but that assumes that such a contiguous block exists after everything else is loaded. In reality, the most you could probably get would be little more than 2GB.
GeneralRe: Problem with code Pin
Ricky Koh9-Sep-03 14:48
Ricky Koh9-Sep-03 14:48 
GeneralRe: Problem with code Pin
David Crow10-Sep-03 2:15
David Crow10-Sep-03 2:15 
GeneralRe: Problem with code Pin
Ricky Koh10-Sep-03 17:05
Ricky Koh10-Sep-03 17:05 
GeneralTransfer files Pin
vision20047-Sep-03 18:26
vision20047-Sep-03 18:26 
GeneralRe: Transfer files Pin
Alexander M.,8-Sep-03 0:27
Alexander M.,8-Sep-03 0:27 
GeneralVC.net(vc7) and Win98 Help Pin
psksvp7-Sep-03 17:41
psksvp7-Sep-03 17:41 
GeneralRe: VC.net(vc7) and Win98 Help Pin
Alexander M.,8-Sep-03 0:31
Alexander M.,8-Sep-03 0:31 
GeneralRe: VC.net(vc7) and Win98 Help Pin
RChin8-Sep-03 3:15
RChin8-Sep-03 3:15 
Generaldodgy serial communication Pin
godbert7-Sep-03 17:22
godbert7-Sep-03 17:22 
GeneralRe: dodgy serial communication Pin
Fredrik Skog7-Sep-03 20:20
Fredrik Skog7-Sep-03 20:20 
GeneralRe: dodgy serial communication Pin
Ted Ferenc7-Sep-03 21:35
Ted Ferenc7-Sep-03 21:35 
GeneralRe: dodgy serial communication Pin
macmac388-Sep-03 1:28
macmac388-Sep-03 1:28 
Questioncan not access the calss view???? Pin
wow99997-Sep-03 16:44
wow99997-Sep-03 16:44 
AnswerRe: can not access the calss view???? Pin
PengFeidu7-Sep-03 20:00
PengFeidu7-Sep-03 20:00 
AnswerRe: can not access the calss view???? Pin
Fredrik Skog7-Sep-03 20:24
Fredrik Skog7-Sep-03 20:24 
AnswerRe: can not access the calss view???? Pin
Hari Krishnan (Noida)7-Sep-03 20:37
Hari Krishnan (Noida)7-Sep-03 20:37 
GeneralHelp! Problem loading BITMAP into the Custom Dialog Pin
colormyiris7-Sep-03 16:21
colormyiris7-Sep-03 16: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.