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

C / C++ / MFC

 
Questionhow to call exe file in vc++ Pin
vc-programmer-23-Dec-04 17:31
vc-programmer-23-Dec-04 17:31 
AnswerRe: how to call exe file in vc++ Pin
parths23-Dec-04 18:03
parths23-Dec-04 18:03 
GeneralRe: how to call exe file in vc++ Pin
pavanbhai23-Dec-04 18:43
pavanbhai23-Dec-04 18:43 
AnswerRe: how to call exe file in vc++ Pin
Sarfraz Anwar23-Dec-04 18:18
Sarfraz Anwar23-Dec-04 18:18 
AnswerRe: how to call exe file in vc++ Pin
ThatsAlok23-Dec-04 18:21
ThatsAlok23-Dec-04 18:21 
GeneralRe: how to call exe file in vc++ Pin
Member 45151623-Dec-04 18:43
Member 45151623-Dec-04 18:43 
GeneralRe: thank...can i pass parameter Pin
vc-programmer-23-Dec-04 19:56
vc-programmer-23-Dec-04 19:56 
GeneralRe: thank...can i pass parameter Pin
Member 45151623-Dec-04 20:07
Member 45151623-Dec-04 20:07 
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 

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.