Click here to Skip to main content
15,910,872 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Read a CArchive in Linux? Pin
Tim Smith18-Apr-02 4:14
Tim Smith18-Apr-02 4:14 
GeneralRe: Read a CArchive in Linux? Pin
Jeremy Falcon18-Apr-02 4:35
professionalJeremy Falcon18-Apr-02 4:35 
GeneralRe: Read a CArchive in Linux? Pin
18-Apr-02 22:50
suss18-Apr-02 22:50 
GeneralFinding last write time of a file over the Internet Pin
Cretze18-Apr-02 2:17
Cretze18-Apr-02 2:17 
GeneralRe: Finding last write time of a file over the Internet Pin
Todd Smith18-Apr-02 8:18
Todd Smith18-Apr-02 8:18 
GeneralCString to COleDateTime Pin
Komtiki17-Apr-02 23:59
Komtiki17-Apr-02 23:59 
GeneralRe: CString to COleDateTime Pin
Matt Gullett18-Apr-02 0:13
Matt Gullett18-Apr-02 0:13 
QuestionLoading a persistent dll...? Pin
Tommy Svensson17-Apr-02 23:49
Tommy Svensson17-Apr-02 23:49 
Hi all,

I have a dll which I would like to load from myapp.exe. Currently I'm doing this through the use of LoadLibrary. However, this causes the dll to be loaded each time myapp.exe starts. Is there a way to leave the dll in memory after it has been loaded the first time...? Well, maybe I could ignore freing it with FreeLibrary when myapp.exe closes but how can I detect if the library is loaded so that I don't load it again next time myapp.exe is executed?

Can I load a dll when the computer starts up? So that it is always in memory? But how then can I get hold of the functions contained withing the dll from myapp.exe now that myapp.exe doesn't have a handle to the loaded module?

Lots of questions, dig in! Smile | :)

Thx,

/Tommy
AnswerRe: Loading a persistent dll...? Pin
jan larsen18-Apr-02 1:08
jan larsen18-Apr-02 1:08 
AnswerRe: Loading a persistent dll...? Pin
Tim Smith18-Apr-02 4:13
Tim Smith18-Apr-02 4:13 
GeneralMargin like MSWord in CView Pin
sanskypotov17-Apr-02 22:40
sanskypotov17-Apr-02 22:40 
GeneralRe: Margin like MSWord in CView Pin
Niklas L17-Apr-02 23:03
Niklas L17-Apr-02 23:03 
GeneralRe: Margin like MSWord in CView Pin
sanskypotov18-Apr-02 0:09
sanskypotov18-Apr-02 0:09 
GeneralRe: Margin like MSWord in CView Pin
Matt Gullett18-Apr-02 0:42
Matt Gullett18-Apr-02 0:42 
GeneralRe: Margin like MSWord in CView Pin
sanskypotov18-Apr-02 1:45
sanskypotov18-Apr-02 1:45 
GeneralRe: Margin like MSWord in CView Pin
Matt Gullett18-Apr-02 2:08
Matt Gullett18-Apr-02 2:08 
GeneralRe: Margin like MSWord in CView Pin
sanskypotov18-Apr-02 3:37
sanskypotov18-Apr-02 3:37 
GeneralRe: Margin like MSWord in CView Pin
Roman Nurik18-Apr-02 14:07
Roman Nurik18-Apr-02 14:07 
GeneralRe: Margin like MSWord in CView Pin
sanskypotov18-Apr-02 19:58
sanskypotov18-Apr-02 19:58 
Generala question about WTL Pin
xsword17-Apr-02 21:50
xsword17-Apr-02 21:50 
GeneralRe: a question about WTL Pin
Paul M Watt17-Apr-02 22:07
mentorPaul M Watt17-Apr-02 22:07 
GeneralBalloon ToolTip Pin
Sameer Maggon17-Apr-02 21:00
Sameer Maggon17-Apr-02 21:00 
GeneralRe: Balloon ToolTip Pin
Ravi Bhavnani17-Apr-02 21:06
professionalRavi Bhavnani17-Apr-02 21:06 
GeneralRe: Balloon ToolTip Pin
Shog918-Apr-02 5:08
sitebuilderShog918-Apr-02 5:08 
QuestionSave a tree control's hiberarchy ? Pin
DreamWords17-Apr-02 20:52
DreamWords17-Apr-02 20:52 

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.