Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Accessing menu options from an embedded dialog Pin
JudyL_MD14-Mar-07 7:39
JudyL_MD14-Mar-07 7:39 
QuestionSet Password to .Msg File which is backup of Outlook mail [modified] Pin
Ganesh N. Paul13-Mar-07 5:12
Ganesh N. Paul13-Mar-07 5:12 
QuestionMemory debug window in VS2005 Pin
ilgale13-Mar-07 5:02
ilgale13-Mar-07 5:02 
AnswerRe: Memory debug window in VS2005 Pin
Cedric Moonen13-Mar-07 5:05
Cedric Moonen13-Mar-07 5:05 
QuestionDLL Question Pin
Programm3r13-Mar-07 4:41
Programm3r13-Mar-07 4:41 
AnswerRe: DLL Question Pin
CPallini13-Mar-07 4:53
mveCPallini13-Mar-07 4:53 
QuestionRe: DLL Question Pin
Programm3r13-Mar-07 4:58
Programm3r13-Mar-07 4:58 
AnswerRe: DLL Question Pin
Cedric Moonen13-Mar-07 5:02
Cedric Moonen13-Mar-07 5:02 
Programm3r wrote:
But the other thing is after the function call will the dll still reside in memory? (Registered and those who don't need registration)


Which function call ?

In fact, you have two ways to load your dll. Either explicitely (by using LoadLibrary) or implicitely (you link to a library provided with the dll that contains information about how to load the dll's).
In the first case, the Dll is loaded when you call LoadLibrary and is released when you call FreeLibrary (if there is no other application that uses it). Or it is released when your application exits.
In the second case, the dll is loaded when your application is started an is released when your application terminates.


Cédric Moonen
Software developer

Charting control [v1.1]

GeneralRe: DLL Question Pin
Programm3r13-Mar-07 5:20
Programm3r13-Mar-07 5:20 
AnswerRe: DLL Question Pin
Roger Stoltz13-Mar-07 5:10
Roger Stoltz13-Mar-07 5:10 
GeneralRe: DLL Question Pin
Programm3r13-Mar-07 5:22
Programm3r13-Mar-07 5:22 
AnswerRe: DLL Question Pin
CPallini13-Mar-07 5:16
mveCPallini13-Mar-07 5:16 
GeneralRe: DLL Question Pin
Programm3r13-Mar-07 5:23
Programm3r13-Mar-07 5:23 
Generalyou're welcome. Pin
CPallini13-Mar-07 6:10
mveCPallini13-Mar-07 6:10 
GeneralRe: DLL Question Pin
Eytukan13-Mar-07 6:59
Eytukan13-Mar-07 6:59 
GeneralRe: DLL Question Pin
toxcct13-Mar-07 8:01
toxcct13-Mar-07 8:01 
GeneralRe: DLL Question Pin
Eytukan13-Mar-07 16:59
Eytukan13-Mar-07 16:59 
GeneralRe: DLL Question Pin
ThatsAlok15-Mar-07 1:47
ThatsAlok15-Mar-07 1:47 
QuestionSave struct to right map? Pin
bosfan13-Mar-07 4:40
bosfan13-Mar-07 4:40 
AnswerRe: Save struct to right map? Pin
Maximilien13-Mar-07 4:51
Maximilien13-Mar-07 4:51 
GeneralRe: Save struct to right map? Pin
Roger Stoltz13-Mar-07 5:01
Roger Stoltz13-Mar-07 5:01 
GeneralRe: Save struct to right map? Pin
bob1697213-Mar-07 7:12
bob1697213-Mar-07 7:12 
GeneralRe: Save struct to right map? Pin
Roger Stoltz13-Mar-07 22:55
Roger Stoltz13-Mar-07 22:55 
GeneralRe: Save struct to right map? Pin
bob1697214-Mar-07 5:05
bob1697214-Mar-07 5:05 
AnswerRe: Save struct to right map? Pin
James R. Twine13-Mar-07 5:11
James R. Twine13-Mar-07 5: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.