Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with serialization Pin
Juan Carlos Cobas16-Dec-03 5:57
Juan Carlos Cobas16-Dec-03 5:57 
GeneralHTTP Post Pin
si_6916-Dec-03 4:58
si_6916-Dec-03 4:58 
GeneralExperts - help - Memory Allocation with disabling paging / swapping Pin
oren frenkel16-Dec-03 4:37
oren frenkel16-Dec-03 4:37 
GeneralRe: Experts - help - Memory Allocation with disabling paging / swapping Pin
Felix Gartsman16-Dec-03 5:31
Felix Gartsman16-Dec-03 5:31 
Use VirtualLock, but you'll need to call SetProcessWorkingSetSize first to reserve so large buffer. A few problems though: you may not always get such large buffer, and if you get your machine will not run other programs nicely. Also you need admin or equivalent rights to call SetProcessWorkingSetSize.
GeneralRe: Experts - help - Memory Allocation with disabling paging / swapping Pin
oren frenkel16-Dec-03 5:44
oren frenkel16-Dec-03 5:44 
GeneralRe: Experts - help - Memory Allocation with disabling paging / swapping Pin
Felix Gartsman16-Dec-03 7:39
Felix Gartsman16-Dec-03 7:39 
GeneralRe: Experts - help - Memory Allocation with disabling paging / swapping Pin
oren frenkel16-Dec-03 22:40
oren frenkel16-Dec-03 22:40 
GeneralRe: Experts - help - Memory Allocation with disabling paging / swapping Pin
John M. Drescher16-Dec-03 7:56
John M. Drescher16-Dec-03 7:56 
GeneralRe: Experts - help - Memory Allocation with disabling paging / swapping Pin
oren frenkel16-Dec-03 22:38
oren frenkel16-Dec-03 22:38 
GeneralRe: Experts - help - Memory Allocation with disabling paging / swapping Pin
John M. Drescher17-Dec-03 4:11
John M. Drescher17-Dec-03 4:11 
GeneralRe: Experts - help - Memory Allocation with disabling paging / swapping Pin
oren frenkel17-Dec-03 4:18
oren frenkel17-Dec-03 4:18 
GeneralRe: Experts - help - Memory Allocation with disabling paging / swapping Pin
John M. Drescher17-Dec-03 4:27
John M. Drescher17-Dec-03 4:27 
GeneralStarter Pin
neo2k316-Dec-03 3:58
neo2k316-Dec-03 3:58 
GeneralRe: Starter Pin
valikac16-Dec-03 5:11
valikac16-Dec-03 5:11 
GeneralRe: Starter Pin
Anonymous17-Dec-03 3:26
Anonymous17-Dec-03 3:26 
GeneralRe: Starter Pin
LittleYellowBird16-Dec-03 5:16
LittleYellowBird16-Dec-03 5:16 
GeneralRe: Starter Pin
Roger Wright16-Dec-03 5:23
professionalRoger Wright16-Dec-03 5:23 
GeneralRe: Starter Pin
BaldwinMartin16-Dec-03 11:19
BaldwinMartin16-Dec-03 11:19 
GeneralHEAP[MyProgram.exe]: Invalid Address specified to RtlSizeHeap( 00140000, 001E8D10 ) Pin
UOzkan16-Dec-03 3:02
UOzkan16-Dec-03 3:02 
GeneralRe: HEAP[MyProgram.exe]: Invalid Address specified to RtlSizeHeap( 00140000, 001E8D10 ) Pin
Abebe16-Dec-03 3:38
Abebe16-Dec-03 3:38 
GeneralRe: HEAP[MyProgram.exe]: Invalid Address specified to RtlSizeHeap( 00140000, 001E8D10 ) Pin
John M. Drescher16-Dec-03 7:58
John M. Drescher16-Dec-03 7:58 
GeneralMATLAB C++ problems, help~! Pin
Vincent Sim16-Dec-03 3:01
Vincent Sim16-Dec-03 3:01 
GeneralCTabCtrl - An Introduction to... Pin
Jock197916-Dec-03 2:17
Jock197916-Dec-03 2:17 
GeneralRe: CTabCtrl - An Introduction to... Pin
Abebe16-Dec-03 3:40
Abebe16-Dec-03 3:40 
Generalerror C2065: 'DDX_Time' : undeclared identifier Pin
Neha16-Dec-03 0:32
Neha16-Dec-03 0:32 

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.