Click here to Skip to main content
15,887,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CoUninitialize in ExitInstance hangs Pin
CPallini14-Feb-10 22:37
mveCPallini14-Feb-10 22:37 
GeneralRe: CoUninitialize in ExitInstance hangs Pin
VictorSotnikov15-Feb-10 0:09
VictorSotnikov15-Feb-10 0:09 
QuestionDisplay Huge Size file content in dialog Pin
Prabhu09200914-Feb-10 22:20
Prabhu09200914-Feb-10 22:20 
AnswerRe: Display Huge Size file content in dialog Pin
«_Superman_»14-Feb-10 22:25
professional«_Superman_»14-Feb-10 22:25 
GeneralRe: Display Huge Size file content in dialog Pin
Prabhu09200914-Feb-10 22:37
Prabhu09200914-Feb-10 22:37 
GeneralRe: Display Huge Size file content in dialog Pin
«_Superman_»14-Feb-10 22:48
professional«_Superman_»14-Feb-10 22:48 
NewsRe: Display Huge Size file content in dialog Pin
Prabhu09200915-Feb-10 0:48
Prabhu09200915-Feb-10 0:48 
GeneralRe: Display Huge Size file content in dialog Pin
Maximilien15-Feb-10 1:28
Maximilien15-Feb-10 1:28 
Prabhu092009 wrote:
But my requirement is to display whole file content


Wow, your users really want to look at over 1 gig of data ?


Anyway, whatever the method you use, reading 1gig+ from the disk is going to take some time anyway, not only reading the file, but allocating the memory to hold that data; and probably will crash the application because the control you will use to display the data will not work with that amount of data.

Maybe have look at memory mapped files ?
Watched code never compiles.

GeneralRe: Display Huge Size file content in dialog Pin
Rajesh R Subramanian15-Feb-10 1:41
professionalRajesh R Subramanian15-Feb-10 1:41 
QuestionRe: Display Huge Size file content in dialog Pin
CPallini14-Feb-10 22:55
mveCPallini14-Feb-10 22:55 
QuestionWrong partion info for Dynamic disk using DeviceIoControl Pin
MKC00214-Feb-10 22:03
MKC00214-Feb-10 22:03 
QuestionReading a CSV file Pin
Pryabu14-Feb-10 21:56
Pryabu14-Feb-10 21:56 
AnswerRe: Reading a CSV file Pin
«_Superman_»14-Feb-10 22:03
professional«_Superman_»14-Feb-10 22:03 
GeneralRe: Reading a CSV file Pin
Pryabu14-Feb-10 22:15
Pryabu14-Feb-10 22:15 
AnswerRe: Reading a CSV file Pin
Rolf Kristensen18-Feb-10 10:57
Rolf Kristensen18-Feb-10 10:57 
QuestionSending values to WPF control from VC++ Pin
Anu_Bala14-Feb-10 19:58
Anu_Bala14-Feb-10 19:58 
AnswerRe: Sending values to WPF control from VC++ Pin
CPallini14-Feb-10 21:30
mveCPallini14-Feb-10 21:30 
QuestionRun copy command in the background using vc++ Pin
raj157614-Feb-10 18:17
raj157614-Feb-10 18:17 
AnswerRe: Run copy command in the background using vc++ Pin
«_Superman_»14-Feb-10 18:45
professional«_Superman_»14-Feb-10 18:45 
GeneralRe: Run copy command in the background using vc++ Pin
raj157614-Feb-10 19:21
raj157614-Feb-10 19:21 
GeneralRe: Run copy command in the background using vc++ Pin
«_Superman_»14-Feb-10 19:32
professional«_Superman_»14-Feb-10 19:32 
GeneralRe: Run copy command in the background using vc++ Pin
raj157614-Feb-10 20:25
raj157614-Feb-10 20:25 
GeneralRe: Run copy command in the background using vc++ Pin
«_Superman_»14-Feb-10 20:32
professional«_Superman_»14-Feb-10 20:32 
GeneralRe: Run copy command in the background using vc++ Pin
David Crow15-Feb-10 4:27
David Crow15-Feb-10 4:27 
AnswerRe: Run copy command in the background using vc++ Pin
Adam Roderick J14-Feb-10 19:44
Adam Roderick J14-Feb-10 19:44 

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.