Click here to Skip to main content
16,004,887 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hardware Interfacing Pin
John M. Drescher17-Dec-03 7:30
John M. Drescher17-Dec-03 7:30 
GeneralRe: Hardware Interfacing Pin
Peter Molnar17-Dec-03 13:25
Peter Molnar17-Dec-03 13:25 
QuestionAutomated Windows testing tools...??? Pin
vlusardi17-Dec-03 5:41
vlusardi17-Dec-03 5:41 
AnswerRe: Automated Windows testing tools...??? Pin
Peter Molnar17-Dec-03 13:16
Peter Molnar17-Dec-03 13:16 
General_beginthreadex() problem... Pin
jhoin17-Dec-03 4:04
jhoin17-Dec-03 4:04 
GeneralRe: _beginthreadex() problem... Pin
John M. Drescher17-Dec-03 4:19
John M. Drescher17-Dec-03 4:19 
GeneralRe: _beginthreadex() problem... Pin
jhoin18-Dec-03 23:15
jhoin18-Dec-03 23:15 
GeneralRe: _beginthreadex() problem... Pin
John M. Drescher19-Dec-03 8:07
John M. Drescher19-Dec-03 8:07 
jhoin wrote:
How does one distinguish virtual memory and regular ram?

Virtual memory is the amount of RAM + swap files. You can have as large as a 4GB swapfile on every drive in your system. The address space of a single process is limited normally to 2GB with the largest block you can allocate being less than 1.3 GB because of memory fragmentation caused by dlls not loading sequentially in your address space.

jhoin wrote:
Oftentimes, the problem occurs right after the program starts up.
Then it is probably not a memory problem. How many threads are you spawning?

John
GeneralRe: _beginthreadex() problem... Pin
jhoin19-Dec-03 9:05
jhoin19-Dec-03 9:05 
GeneralRe: _beginthreadex() problem... Pin
John M. Drescher19-Dec-03 9:40
John M. Drescher19-Dec-03 9:40 
GeneralRe: _beginthreadex() problem... Pin
valikac17-Dec-03 4:55
valikac17-Dec-03 4:55 
GeneralRe: _beginthreadex() problem... Pin
jhoin18-Dec-03 23:26
jhoin18-Dec-03 23:26 
GeneralRe: _beginthreadex() problem... Pin
valikac19-Dec-03 4:54
valikac19-Dec-03 4:54 
GeneralRe: _beginthreadex() problem... Pin
jhoin19-Dec-03 5:11
jhoin19-Dec-03 5:11 
GeneralRe: _beginthreadex() problem... Pin
Anthony_Yio17-Dec-03 17:25
Anthony_Yio17-Dec-03 17:25 
GeneralRe: _beginthreadex() problem... Pin
jhoin18-Dec-03 23:27
jhoin18-Dec-03 23:27 
GeneralRe: _beginthreadex() problem... Pin
Anthony_Yio18-Dec-03 23:59
Anthony_Yio18-Dec-03 23:59 
GeneralRe: _beginthreadex() problem... Pin
jhoin19-Dec-03 5:06
jhoin19-Dec-03 5:06 
Generalneed urgent help! Pin
YaronNir17-Dec-03 3:37
YaronNir17-Dec-03 3:37 
GeneralRe: need urgent help! Pin
mightyCoCo17-Dec-03 3:58
mightyCoCo17-Dec-03 3:58 
GeneralRe: need urgent help! Pin
YaronNir17-Dec-03 4:00
YaronNir17-Dec-03 4:00 
GeneralRe: need urgent help! Pin
Don Kackman17-Dec-03 4:11
Don Kackman17-Dec-03 4:11 
GeneralRe: need urgent help! Pin
YaronNir17-Dec-03 4:23
YaronNir17-Dec-03 4:23 
GeneralRe: need urgent help! Pin
Don Kackman17-Dec-03 4:29
Don Kackman17-Dec-03 4:29 
GeneralRe: need urgent help! Pin
YaronNir17-Dec-03 4:44
YaronNir17-Dec-03 4: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.