Click here to Skip to main content
15,916,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to change maximum count of recent files? Pin
includeh1019-Dec-06 18:01
includeh1019-Dec-06 18:01 
AnswerRe: how to change maximum count of recent files? Pin
prasad_som19-Dec-06 18:15
prasad_som19-Dec-06 18:15 
Questionhow to enumerate MDI child windows? Pin
includeh1019-Dec-06 16:47
includeh1019-Dec-06 16:47 
AnswerRe: how to enumerate MDI child windows? Pin
Hamid_RT19-Dec-06 18:58
Hamid_RT19-Dec-06 18:58 
Questionhow to call com dll function Pin
With_problem19-Dec-06 16:04
With_problem19-Dec-06 16:04 
AnswerRe: how to call com dll function Pin
includeh1019-Dec-06 18:35
includeh1019-Dec-06 18:35 
AnswerRe: how to call com dll function Pin
LaHaHa20-Dec-06 16:08
LaHaHa20-Dec-06 16:08 
QuestionHow do I write comment into jpeg file? Pin
simonchen.net19-Dec-06 15:43
simonchen.net19-Dec-06 15:43 
Questionhow to send a DTMF with RFC2833 ? Pin
lihaonx19-Dec-06 15:23
lihaonx19-Dec-06 15:23 
Question_USE_RTM_VERSION Pin
Justin Hallet19-Dec-06 8:34
Justin Hallet19-Dec-06 8:34 
AnswerRe: _USE_RTM_VERSION Pin
Wes Aday19-Dec-06 9:04
professionalWes Aday19-Dec-06 9:04 
AnswerRe: _USE_RTM_VERSION Pin
Justin Hallet19-Dec-06 10:45
Justin Hallet19-Dec-06 10:45 
QuestionCreating GUI in .lib file and invoking it from some other application Pin
ku1983200119-Dec-06 6:56
ku1983200119-Dec-06 6:56 
General[Message Deleted] Pin
Justin Hallet19-Dec-06 6:30
Justin Hallet19-Dec-06 6:30 
GeneralRe: VC2005 and SP1, _USE_RTM_VERSION Pin
Chris Meech19-Dec-06 8:22
Chris Meech19-Dec-06 8:22 
GeneralRe: VC2005 and SP1, _USE_RTM_VERSION Pin
Christian Graus19-Dec-06 8:35
protectorChristian Graus19-Dec-06 8:35 
GeneralRe: VC2005 and SP1, _USE_RTM_VERSION Pin
Hamid_RT19-Dec-06 18:38
Hamid_RT19-Dec-06 18:38 
QuestionFiltering Data on port. Pin
Kobi_Z19-Dec-06 5:25
Kobi_Z19-Dec-06 5:25 
AnswerRe: Filtering Data on port. Pin
Mark Salsbery19-Dec-06 7:24
Mark Salsbery19-Dec-06 7:24 
GeneralRe: Filtering Data on port. Pin
Kobi_Z19-Dec-06 16:55
Kobi_Z19-Dec-06 16:55 
GeneralRe: Filtering Data on port. Pin
Mark Salsbery20-Dec-06 5:06
Mark Salsbery20-Dec-06 5:06 
QuestionHow to give "Pressed" look to static control Pin
Hemant kulkarni19-Dec-06 4:21
Hemant kulkarni19-Dec-06 4:21 
AnswerRe: How to give "Pressed" look to static control Pin
basementman19-Dec-06 4:35
basementman19-Dec-06 4:35 
AnswerRe: How to give "Pressed" look to static control Pin
Hamid_RT20-Dec-06 0:27
Hamid_RT20-Dec-06 0:27 
QuestionVirtual Memory Pin
cy163@hotmail.com19-Dec-06 3:49
cy163@hotmail.com19-Dec-06 3:49 
I am working on a project involving huge amount of data. The memory space is alomst exhausted. My program terminates abnormally when the remaining mem is about 100M(indicated in Task Manager). The error message is
"abnornal program termination".

My problem is that I am not sure if the shortage of mem space OR bugs in my program caused the abnormal termination.

Anybody can help me diagnose this probelm by your experiences.

I wonder what is the best way to deal with huge amount of data. I do not have experiences with huge amount of data before.


I wonder if 'virtual mem' actually means some space on hard disk?
How to set the size of virtual memory. Can I use virtaul mem in my VC++ program. Can I set the size of virtual memory in my visual C++ program.

Is it true that the access speed for virtual mem is much slow than that for main memory?


by the way, wm PC (DELL Openlex GX620) has 1G main memory, running Windows 2000.

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.