Click here to Skip to main content
16,011,778 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: display numbers in hex, bin and dec format Pin
Masaaki Onishi28-Apr-01 7:08
Masaaki Onishi28-Apr-01 7:08 
GeneralRe: display numbers in hex, bin and dec format Pin
l a u r e n28-Apr-01 7:31
l a u r e n28-Apr-01 7:31 
GeneralBeginner Question Virtual Key Code to ascii Pin
elbow27-Apr-01 2:05
elbow27-Apr-01 2:05 
GeneralRe: Beginner Question Virtual Key Code to ascii Pin
Michael Dunn27-Apr-01 13:21
sitebuilderMichael Dunn27-Apr-01 13:21 
GeneralCustom OLEDB Provider Pin
26-Apr-01 12:07
suss26-Apr-01 12:07 
GeneralCustom OLEDB Provider Pin
26-Apr-01 12:06
suss26-Apr-01 12:06 
Generalresuming wininet downloads Pin
26-Apr-01 8:06
suss26-Apr-01 8:06 
QuestionResource limit on Win9x? Pin
26-Apr-01 7:35
suss26-Apr-01 7:35 
One of the developers I work with has a problem on Win9x platforms.
He has created an MFC extension DLL which is intended to be used to
access resources. In this case the DLL has something like 948 bitmaps
in it. The DLL is 1.6Mb in size.

The problem is the DLL won't load on Win9x boxes, but will load on
NT/2000. We've also tried LoadLibraryEx() with the LOAD_DLL_AS_RESOURCES
flag but that didn't work.

I know there is a 2MB limit on resources for Win9x, but that is GDI
resources, and these bitmaps have not yet turned into resources
as they haven't been loaded yet (doesn't get to DllMain()).

Any ideas?

Stephen Kellett

GeneralThe memory could not be "read" error. Pin
RobJones26-Apr-01 7:35
RobJones26-Apr-01 7:35 
GeneralRe: The memory could not be Pin
26-Apr-01 7:55
suss26-Apr-01 7:55 
QuestionResource limit on Win9x? Pin
26-Apr-01 7:34
suss26-Apr-01 7:34 
Generalbitmap as dialog background Pin
26-Apr-01 5:48
suss26-Apr-01 5:48 
Generalmulti column tree view Pin
hearties26-Apr-01 0:00
hearties26-Apr-01 0:00 
GeneralRe: multi column tree view Pin
Daniel Ferguson26-Apr-01 10:55
Daniel Ferguson26-Apr-01 10:55 
GeneralProblem with CString Pin
25-Apr-01 23:24
suss25-Apr-01 23:24 
GeneralRe: Problem with CString Pin
Carlos Antollini26-Apr-01 4:56
Carlos Antollini26-Apr-01 4:56 
GeneralRe: Problem with CString Pin
David Fleming2-May-01 23:04
David Fleming2-May-01 23:04 
Generalneed help for ADSI programming with VC Pin
jingang25-Apr-01 23:11
jingang25-Apr-01 23:11 
Generalneed help for ADSI programming with VC Pin
jingang25-Apr-01 23:04
jingang25-Apr-01 23:04 
GeneralPersisting Date/Time (no MFC) Pin
William Bartholomew25-Apr-01 20:51
William Bartholomew25-Apr-01 20:51 
GeneralPopulating List Boxes Pin
25-Apr-01 9:50
suss25-Apr-01 9:50 
GeneralRe: Populating List Boxes Pin
Tomasz Sowinski25-Apr-01 23:59
Tomasz Sowinski25-Apr-01 23:59 
GeneralDial-Up Server Pin
Joe O'Connor25-Apr-01 8:45
Joe O'Connor25-Apr-01 8:45 
QuestionMAC format text file newline character? Pin
Peter Pearson25-Apr-01 8:40
Peter Pearson25-Apr-01 8:40 
AnswerRe: MAC format text file newline character? - Don't worry Pin
Peter Pearson25-Apr-01 8:53
Peter Pearson25-Apr-01 8:53 

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.