Click here to Skip to main content
15,911,132 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Question. Pin
ZoogieZork9-Sep-03 10:52
ZoogieZork9-Sep-03 10:52 
GeneralRe: C++ Question. Pin
WREY9-Sep-03 10:56
WREY9-Sep-03 10:56 
Generalget tape drive info using vc++ Pin
Anonymous9-Sep-03 10:43
Anonymous9-Sep-03 10:43 
Generalmemory allocation issues Pin
tguzella9-Sep-03 9:25
tguzella9-Sep-03 9:25 
GeneralRe: memory allocation issues Pin
David Crow9-Sep-03 9:53
David Crow9-Sep-03 9:53 
GeneralRe: memory allocation issues Pin
ZoogieZork9-Sep-03 10:50
ZoogieZork9-Sep-03 10:50 
GeneralRe: memory allocation issues Pin
Neville Franks9-Sep-03 10:53
Neville Franks9-Sep-03 10:53 
GeneralRe: memory allocation issues Pin
John M. Drescher9-Sep-03 11:40
John M. Drescher9-Sep-03 11:40 
Well I would say for me 200MB is not a lot of memory. My program allocates almost 2GB which is the maximum allowed by the version of windows I am using. I do my allocations using VirtualAlloc(). I have almost 2GB of free memory and my allocations are instantaneous (take a few microseconds if you are counting). The first thing I would say is to check task manager to see if you have any free ram before you do the allocation. Are you using any third party memory products?? The ones that claim to give you more memory?? If so disable them and see what happens...

John
GeneralRe: memory allocation issues Pin
tguzella9-Sep-03 14:17
tguzella9-Sep-03 14:17 
GeneralRe: memory allocation issues Pin
ZoogieZork9-Sep-03 14:52
ZoogieZork9-Sep-03 14:52 
GeneralSHGetSpecialFolder problem with Win98 Pin
LukeV9-Sep-03 8:33
LukeV9-Sep-03 8:33 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
Mazdak9-Sep-03 8:47
Mazdak9-Sep-03 8:47 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
LukeV9-Sep-03 9:00
LukeV9-Sep-03 9:00 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
Mazdak9-Sep-03 9:30
Mazdak9-Sep-03 9:30 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
Michael Dunn9-Sep-03 9:31
sitebuilderMichael Dunn9-Sep-03 9:31 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
LukeV9-Sep-03 9:55
LukeV9-Sep-03 9:55 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
Michael Dunn9-Sep-03 10:08
sitebuilderMichael Dunn9-Sep-03 10:08 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
LukeV9-Sep-03 10:18
LukeV9-Sep-03 10:18 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
Abin9-Sep-03 14:02
Abin9-Sep-03 14:02 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
David Crow9-Sep-03 9:57
David Crow9-Sep-03 9:57 
GeneralWindows hooks and TranslateMessage function Pin
mannelig9-Sep-03 8:32
mannelig9-Sep-03 8:32 
GeneralRe: Windows hooks and TranslateMessage function Pin
Joseph Marzbani15-Sep-08 3:22
Joseph Marzbani15-Sep-08 3:22 
GeneralVC.Net Debugging Pin
Dave Loeser9-Sep-03 7:58
Dave Loeser9-Sep-03 7:58 
GeneralMS Access and datetime picker Pin
Steve Messer9-Sep-03 7:57
Steve Messer9-Sep-03 7:57 
GeneralRe: MS Access and datetime picker Pin
Steve Messer9-Sep-03 22:11
Steve Messer9-Sep-03 22:11 

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.