Click here to Skip to main content
15,927,514 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSelecting Printer Fonts not included in windows enum Pin
mcdirge16-Oct-02 7:24
mcdirge16-Oct-02 7:24 
GeneralRe: Selecting Printer Fonts not included in windows enum Pin
valikac16-Oct-02 8:11
valikac16-Oct-02 8:11 
GeneralRe: Selecting Printer Fonts not included in windows enum Pin
mcdirge16-Oct-02 8:54
mcdirge16-Oct-02 8:54 
GeneralRe: Selecting Printer Fonts not included in windows enum Pin
valikac16-Oct-02 12:18
valikac16-Oct-02 12:18 
GeneralRe: Selecting Printer Fonts not included in windows enum Pin
ana_v1237-Aug-07 11:55
ana_v1237-Aug-07 11:55 
GeneralSpeed and exe size Pin
ed987116-Oct-02 6:50
ed987116-Oct-02 6:50 
GeneralRe: Speed and exe size Pin
Pavel Klocek16-Oct-02 6:59
Pavel Klocek16-Oct-02 6:59 
GeneralRe: Speed and exe size Pin
Daniel Turini16-Oct-02 7:11
Daniel Turini16-Oct-02 7:11 
Your CODE is only using 2mb. But your DATA is using something between 128Mb and 512 Mb: let's suppose it's using about 300Mb. So, under this supposition, you are using a total memory of 302Mb.
If you divide your program in DLLs and do a pretty good (and hard) job maybe you can reduce your code memory usage by 50%. This means that your code could be loaded in 1Mb.
This means you reduced your total memory usage from 302Mb to 301Mb, after days of optimization. Does it suffice?
Do you see where you need to optimize?


My latest articles:
Desktop Bob - Instant CP notifications
XOR tricks for RAID data protection
GeneralRe: Speed and exe size Pin
ed987116-Oct-02 8:03
ed987116-Oct-02 8:03 
GeneralRe: Speed and exe size Pin
Daniel Turini16-Oct-02 8:21
Daniel Turini16-Oct-02 8:21 
GeneralRe: Speed and exe size Pin
Giles16-Oct-02 10:31
Giles16-Oct-02 10:31 
GeneralMessages in dialog within dialog. Pin
Maximilien16-Oct-02 6:46
Maximilien16-Oct-02 6:46 
GeneralCAsyncSocket error Pin
Anonymous16-Oct-02 6:43
Anonymous16-Oct-02 6:43 
GeneralRe: CAsyncSocket error Pin
Imran Farooqui16-Oct-02 7:09
Imran Farooqui16-Oct-02 7:09 
GeneralRe: CAsyncSocket error Pin
Anonymous16-Oct-02 7:44
Anonymous16-Oct-02 7:44 
GeneralRe: CAsyncSocket error Pin
Stephane Rodriguez.16-Oct-02 8:04
Stephane Rodriguez.16-Oct-02 8:04 
GeneralRe: CAsyncSocket error Pin
Anonymous16-Oct-02 12:03
Anonymous16-Oct-02 12:03 
GeneralNT Service - ::GetLastError() returns 997 on startup Pin
Armen Hakobyan16-Oct-02 6:39
professionalArmen Hakobyan16-Oct-02 6:39 
GeneralRe: NT Service - ::GetLastError() returns 997 on startup Pin
Andreas Saurwein16-Oct-02 9:57
Andreas Saurwein16-Oct-02 9:57 
GeneralRe: NT Service - ::GetLastError() returns 997 on startup Pin
Armen Hakobyan16-Oct-02 12:06
professionalArmen Hakobyan16-Oct-02 12:06 
GeneralRe: NT Service - ::GetLastError() returns 997 on startup Pin
Andreas Saurwein16-Oct-02 12:16
Andreas Saurwein16-Oct-02 12:16 
GeneralRe: NT Service - ::GetLastError() returns 997 on startup Pin
Armen Hakobyan16-Oct-02 12:31
professionalArmen Hakobyan16-Oct-02 12:31 
QuestionHelp with recordsets: How to get the value of a primary key? Pin
nde_plume16-Oct-02 5:23
nde_plume16-Oct-02 5:23 
AnswerRe: Help with recordsets: How to get the value of a primary key? Pin
Nick Parker16-Oct-02 5:36
protectorNick Parker16-Oct-02 5:36 
GeneralCFIleDialog Pin
ns16-Oct-02 5:13
ns16-Oct-02 5:13 

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.