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

C / C++ / MFC

 
GeneralRe: Dialog List Problem Pin
bugDanny31-Aug-05 9:31
bugDanny31-Aug-05 9:31 
GeneralRe: Dialog List Problem Pin
bugDanny31-Aug-05 9:18
bugDanny31-Aug-05 9:18 
GeneralRe: Dialog List Problem Pin
Gary R. Wheeler3-Sep-05 6:13
Gary R. Wheeler3-Sep-05 6:13 
AnswerRe: Dialog List Problem Pin
David Crow31-Aug-05 16:10
David Crow31-Aug-05 16:10 
QuestionFile Size Limits Pin
carks31-Aug-05 6:20
carks31-Aug-05 6:20 
AnswerRe: File Size Limits Pin
JWood31-Aug-05 6:41
JWood31-Aug-05 6:41 
GeneralRe: File Size Limits Pin
carks31-Aug-05 6:54
carks31-Aug-05 6:54 
AnswerRe: File Size Limits Pin
PJ Arends31-Aug-05 7:05
professionalPJ Arends31-Aug-05 7:05 
Are you using VC6? if so then the file pointer used is a 32 bit value, with a limit of 2GB. AFAIK if you are using VC7+ then the file pointer is a 64 bit value.

If you want to get around this limit in VC6 then do not use the MFC classes (which wrap the fopen, fread, etc CRT functions) and use the SDK functions CreateFile, ReadFile etc.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
GeneralRe: File Size Limits Pin
carks31-Aug-05 7:21
carks31-Aug-05 7:21 
GeneralRe: File Size Limits Pin
Bob Stanneveld31-Aug-05 7:54
Bob Stanneveld31-Aug-05 7:54 
GeneralRe: File Size Limits Pin
Blake Miller31-Aug-05 8:37
Blake Miller31-Aug-05 8:37 
GeneralRe: File Size Limits Pin
Bob Stanneveld31-Aug-05 8:47
Bob Stanneveld31-Aug-05 8:47 
GeneralRe: File Size Limits Pin
PJ Arends31-Aug-05 10:10
professionalPJ Arends31-Aug-05 10:10 
GeneralRe: File Size Limits Pin
Bob Stanneveld31-Aug-05 11:00
Bob Stanneveld31-Aug-05 11:00 
GeneralRe: File Size Limits Pin
Blake Miller31-Aug-05 13:00
Blake Miller31-Aug-05 13:00 
GeneralRe: File Size Limits Pin
Toby Opferman31-Aug-05 14:35
Toby Opferman31-Aug-05 14:35 
AnswerRe: File Size Limits Pin
John R. Shaw31-Aug-05 21:09
John R. Shaw31-Aug-05 21:09 
Questionxmldocument Pin
picazo31-Aug-05 5:35
picazo31-Aug-05 5:35 
QuestionRegCreateKeyEx returns 87 "ERROR_INVALID_PARAMETER" Pin
win_newbie31-Aug-05 5:15
win_newbie31-Aug-05 5:15 
AnswerRe: RegCreateKeyEx returns 87 "ERROR_INVALID_PARAMETER" Pin
PJ Arends31-Aug-05 6:30
professionalPJ Arends31-Aug-05 6:30 
GeneralRe: RegCreateKeyEx returns 87 "ERROR_INVALID_PARAMETER" Pin
win_newbie31-Aug-05 9:35
win_newbie31-Aug-05 9:35 
AnswerRe: RegCreateKeyEx returns 87 "ERROR_INVALID_PARAMETER" Pin
PJ Arends31-Aug-05 10:20
professionalPJ Arends31-Aug-05 10:20 
Questioncarriage return line feed not working in a string Pin
LCI31-Aug-05 4:48
LCI31-Aug-05 4:48 
AnswerRe: carriage return line feed not working in a string Pin
toxcct31-Aug-05 4:51
toxcct31-Aug-05 4:51 
GeneralRe: carriage return line feed not working in a string Pin
LCI31-Aug-05 4:55
LCI31-Aug-05 4:55 

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.