Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Text on Image (in GDI+) Pin
John R. Shaw30-Mar-05 8:39
John R. Shaw30-Mar-05 8:39 
GeneralRe: Text on Image (in GDI+) Pin
smicikli30-Mar-05 10:13
smicikli30-Mar-05 10:13 
GeneralRe: Text on Image (in GDI+) Pin
smicikli31-Mar-05 6:33
smicikli31-Mar-05 6:33 
GeneralRe: Text on Image (in GDI+) Pin
John R. Shaw31-Mar-05 21:09
John R. Shaw31-Mar-05 21:09 
GeneralWindow Equivalent !! Pin
ThatsAlok29-Mar-05 23:35
ThatsAlok29-Mar-05 23:35 
GeneralRe: Window Equivalent !! Pin
BadJerry29-Mar-05 23:55
BadJerry29-Mar-05 23:55 
GeneralRe: Window Equivalent !! Pin
ThatsAlok30-Mar-05 0:09
ThatsAlok30-Mar-05 0:09 
GeneralRe: Window Equivalent !! Pin
David Crow30-Mar-05 3:13
David Crow30-Mar-05 3:13 
ThatsAlok wrote:
...to reduce dependency of MSVCRT.dll...

Which is really just a misnomer. You either have a dependency on a DLL or you don't. There is no in-between (i.e., reduce). If you use even one exported function from a DLL, the DLL in its entirety is mapped into the address space of your application. And since MSVCRT.DLL is probably already mapped to other applications, one more is irrelevant.

To get a better understanding of file and process sizes and how they differ, I suggest reading this article.


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralRe: Window Equivalent !! Pin
ThatsAlok30-Mar-05 17:59
ThatsAlok30-Mar-05 17:59 
GeneralRe: Window Equivalent !! Pin
Ravi Bhavnani30-Mar-05 3:40
professionalRavi Bhavnani30-Mar-05 3:40 
GeneralRe: Window Equivalent !! Pin
John R. Shaw30-Mar-05 7:52
John R. Shaw30-Mar-05 7:52 
GeneralRe: Window Equivalent !! Pin
ThatsAlok30-Mar-05 17:51
ThatsAlok30-Mar-05 17:51 
GeneralCOleDateTime::GetCurrentTime and daylight saving changes Pin
BadJerry29-Mar-05 23:22
BadJerry29-Mar-05 23:22 
GeneralRe: COleDateTime::GetCurrentTime and daylight saving changes Pin
BadJerry30-Mar-05 0:26
BadJerry30-Mar-05 0:26 
GeneralRe: COleDateTime::GetCurrentTime and daylight saving changes Pin
Mike Dimmick30-Mar-05 1:17
Mike Dimmick30-Mar-05 1:17 
GeneralRe: COleDateTime::GetCurrentTime and daylight saving changes Pin
BadJerry30-Mar-05 2:07
BadJerry30-Mar-05 2:07 
QuestionHow to support multi-language Pin
ytod29-Mar-05 23:18
ytod29-Mar-05 23:18 
AnswerRe: How to support multi-language Pin
BadJerry29-Mar-05 23:27
BadJerry29-Mar-05 23:27 
GeneralGetting domain name where a remote computer is attached Pin
Suso29-Mar-05 20:35
Suso29-Mar-05 20:35 
QuestionLink one view to an other? Pin
herime29-Mar-05 20:33
herime29-Mar-05 20:33 
GeneralIHTMLDocument2 loading Pin
mlatimer29-Mar-05 19:43
mlatimer29-Mar-05 19:43 
GeneralRe: IHTMLDocument2 loading Pin
mlatimer29-Mar-05 20:07
mlatimer29-Mar-05 20:07 
GeneralCPropertySheet::SetActivePage() Pin
swati2429-Mar-05 19:11
swati2429-Mar-05 19:11 
GeneralRe: CPropertySheet::SetActivePage() Pin
ThatsAlok29-Mar-05 20:08
ThatsAlok29-Mar-05 20:08 
GeneralRe: CPropertySheet::SetActivePage() Pin
Ravi Bhavnani29-Mar-05 20:13
professionalRavi Bhavnani29-Mar-05 20: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.