Click here to Skip to main content
15,898,945 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to call exe file in vc++ Pin
Michael Dunn23-Dec-04 21:41
sitebuilderMichael Dunn23-Dec-04 21:41 
QuestionHow to change the font of a owner-drawn menu Pin
max_xiayi23-Dec-04 14:40
max_xiayi23-Dec-04 14:40 
AnswerRe: How to change the font of a owner-drawn menu Pin
Michael Dunn23-Dec-04 22:18
sitebuilderMichael Dunn23-Dec-04 22:18 
GeneralRe: How to change the font of a owner-drawn menu Pin
ana_v12321-Sep-05 21:00
ana_v12321-Sep-05 21:00 
QuestionHow To create a window in MFC dynamically Pin
Rassul Yunussov23-Dec-04 14:06
Rassul Yunussov23-Dec-04 14:06 
AnswerRe: How To create a window in MFC dynamically Pin
Maximilien23-Dec-04 14:53
Maximilien23-Dec-04 14:53 
GeneralRe: How To create a window in MFC dynamically Pin
Anonymous23-Dec-04 19:34
Anonymous23-Dec-04 19:34 
GeneralIs there some kind of heap limit of DLL Pin
timtanbin23-Dec-04 11:03
timtanbin23-Dec-04 11:03 
I'm writing a (COM-based) toolbar for IE. At some point I found "new" returned NULL whenever the data size became larger than 300K.

Then I tried ::HeapCreate to create a heap of initial size 1M, but when I used ::HeapAlloc to allocate a chunk of 500K, it said "not enough quota". (It works when the size is 300K, though)

Then I used IMalloc::Alloc to allocate memory, and allocating 1M memory succeeded.

I'm totally puzzled why new and HeapCreate failed and IMalloc would succeeded. Is there some kind of limit on the memory size of a DLL(as my toolbar is compiled into a DLL which is loaded by IE)?
Anybody has any idea?
Thanks a lot.
QuestionHow to save a playlist Pin
gamitech23-Dec-04 10:08
gamitech23-Dec-04 10:08 
AnswerRe: How to save a playlist Pin
Aamir Butt23-Dec-04 20:16
Aamir Butt23-Dec-04 20:16 
Generalconverting regular c++ to Managed C++ Pin
pnpfriend23-Dec-04 10:07
pnpfriend23-Dec-04 10:07 
GeneralRe: converting regular c++ to Managed C++ Pin
Alex Korchemniy24-Dec-04 9:56
Alex Korchemniy24-Dec-04 9:56 
GeneralRe: converting regular c++ to Managed C++ Pin
Anonymous28-Dec-04 4:23
Anonymous28-Dec-04 4:23 
GeneralDLLHOST replacement? (IIS/ISAPI/C++) Pin
Peter Weyzen23-Dec-04 8:36
Peter Weyzen23-Dec-04 8:36 
GeneralMDI child frame windows size Pin
LeeeNN23-Dec-04 8:20
LeeeNN23-Dec-04 8:20 
GeneralStartup Location in Windows Desktop Pin
bitpusher23-Dec-04 8:12
bitpusher23-Dec-04 8:12 
GeneralRe: Startup Location in Windows Desktop Pin
Neville Franks23-Dec-04 9:11
Neville Franks23-Dec-04 9:11 
GeneralRe: Startup Location in Windows Desktop Pin
bitpusher23-Dec-04 11:01
bitpusher23-Dec-04 11:01 
GeneralRe: Startup Location in Windows Desktop Pin
Neville Franks23-Dec-04 13:03
Neville Franks23-Dec-04 13:03 
GeneralRe: Startup Location in Windows Desktop Pin
gamitech23-Dec-04 9:48
gamitech23-Dec-04 9:48 
GeneralMultiline CListView entry (report mode) Pin
bitpusher23-Dec-04 7:13
bitpusher23-Dec-04 7:13 
GeneralDialogBar Pin
Member 155875123-Dec-04 7:02
Member 155875123-Dec-04 7:02 
Generalboottime screen output (eg. checkdisk) Pin
e-sushi23-Dec-04 6:08
e-sushi23-Dec-04 6:08 
GeneralRe: boottime screen output (eg. checkdisk) Pin
Michael Dunn23-Dec-04 6:37
sitebuilderMichael Dunn23-Dec-04 6:37 
GeneralRe: boottime screen output (eg. checkdisk) Pin
e-sushi24-Dec-04 1:43
e-sushi24-Dec-04 1:43 

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.