Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Small IVR Development Pin
Eytukan10-Mar-11 4:47
Eytukan10-Mar-11 4:47 
AnswerRe: Small IVR Development Pin
VBVoice9-Mar-11 4:41
VBVoice9-Mar-11 4:41 
GeneralRe: Small IVR Development Pin
AmbiguousName12-Mar-11 4:14
AmbiguousName12-Mar-11 4:14 
GeneralRe: Small IVR Development Pin
VBVoice14-Mar-11 3:42
VBVoice14-Mar-11 3:42 
Questionmemory mapped Pin
sarfaraznawaz7-Mar-11 1:35
sarfaraznawaz7-Mar-11 1:35 
AnswerRe: memory mapped Pin
Niklas L7-Mar-11 1:41
Niklas L7-Mar-11 1:41 
GeneralRe: memory mapped Pin
sarfaraznawaz8-Mar-11 20:37
sarfaraznawaz8-Mar-11 20:37 
GeneralRe: memory mapped Pin
Niklas L9-Mar-11 22:40
Niklas L9-Mar-11 22:40 
This is almost impossible to tell without knowing your data.

Do you have one 64GB file, or many smaller with a total of 64GB? Are they text or binary files?

If you want to display one big file in a window, you can map a portion of the file around the part you want to display, and read that information. But without knowing the data structure of your file(s), it's hard to tell how to sync data with display. E.g. if you have a text file, you might want to manage some line or character count to calculate which portion of the file to map. If it's structured binary, you need something similar.

Please give some info on what you have, and how you want it displayed.

GeneralRe: memory mapped Pin
sarfaraznawaz9-Mar-11 23:57
sarfaraznawaz9-Mar-11 23:57 
GeneralRe: memory mapped Pin
Alexander M.,10-Mar-11 6:29
Alexander M.,10-Mar-11 6:29 
AnswerRe: memory mapped Pin
Niklas L10-Mar-11 20:48
Niklas L10-Mar-11 20:48 
GeneralRe: memory mapped Pin
sarfaraznawaz11-Mar-11 3:53
sarfaraznawaz11-Mar-11 3:53 
GeneralRe: memory mapped Pin
Niklas L13-Mar-11 23:35
Niklas L13-Mar-11 23:35 
GeneralRe: memory mapped Pin
sarfaraznawaz15-Mar-11 2:58
sarfaraznawaz15-Mar-11 2:58 
GeneralRe: memory mapped Pin
Niklas L15-Mar-11 3:03
Niklas L15-Mar-11 3:03 
GeneralRe: memory mapped Pin
sarfaraznawaz16-Mar-11 3:45
sarfaraznawaz16-Mar-11 3:45 
GeneralRe: memory mapped Pin
Niklas L16-Mar-11 4:10
Niklas L16-Mar-11 4:10 
GeneralRe: memory mapped Pin
sarfaraznawaz20-Mar-11 21:12
sarfaraznawaz20-Mar-11 21:12 
GeneralRe: memory mapped Pin
Niklas L20-Mar-11 23:12
Niklas L20-Mar-11 23:12 
GeneralRe: memory mapped Pin
sarfaraznawaz21-Mar-11 0:06
sarfaraznawaz21-Mar-11 0:06 
AnswerRe: memory mapped Pin
Niklas L21-Mar-11 2:06
Niklas L21-Mar-11 2:06 
QuestionHelp Microsoft Scripting Runtime Pin
goldenrose97-Mar-11 1:30
goldenrose97-Mar-11 1:30 
AnswerRe: Help Microsoft Scripting Runtime Pin
KingsGambit7-Mar-11 17:12
KingsGambit7-Mar-11 17:12 
Questionambiguous call to overloaded function.. but, it's not overloaded or ambiguous Pin
tukbriz7-Mar-11 0:49
tukbriz7-Mar-11 0:49 
AnswerRe: ambiguous call to overloaded function.. but, it's not overloaded or ambiguous Pin
Niklas L7-Mar-11 1:15
Niklas L7-Mar-11 1:15 

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.