Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Converto long to char [] Pin
Chris Losinger15-Jul-09 2:03
professionalChris Losinger15-Jul-09 2:03 
AnswerRe: Converto long to char [] Pin
«_Superman_»15-Jul-09 2:10
professional«_Superman_»15-Jul-09 2:10 
AnswerRe: Converto long to char [] Pin
Cedric Moonen15-Jul-09 2:11
Cedric Moonen15-Jul-09 2:11 
GeneralRe: Converto long to char [] Pin
shpid3r15-Jul-09 2:20
shpid3r15-Jul-09 2:20 
GeneralRe: Converto long to char [] Pin
Stuart Dootson15-Jul-09 4:16
professionalStuart Dootson15-Jul-09 4:16 
QuestionToolbar problem Pin
Rakesh515-Jul-09 1:34
Rakesh515-Jul-09 1:34 
QuestionCOM Object Released But DLL Still In Memory Pin
Crazy Joe Devola15-Jul-09 0:41
Crazy Joe Devola15-Jul-09 0:41 
AnswerRe: COM Object Released But DLL Still In Memory Pin
Stuart Dootson15-Jul-09 0:49
professionalStuart Dootson15-Jul-09 0:49 
yaron klodovski wrote:
Am I doing something wrong? Why is the DLL still in memory?


The DLL won't get unloaded just because you've disposed of all the objects you got from it. The DLL stays loaded in case you want to create more objects.

You could try using CoFreeUnusedLibraries[^] to unload the DLL (but be aware that CoFreeUnusedLibraries will only work instantly in single-threaded apartments[^].

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: COM Object Released But DLL Still In Memory Pin
Crazy Joe Devola15-Jul-09 0:55
Crazy Joe Devola15-Jul-09 0:55 
Questionadding an item into control panel context menu Pin
emmmatty114-Jul-09 22:56
emmmatty114-Jul-09 22:56 
AnswerRe: adding an item into control panel context menu Pin
«_Superman_»15-Jul-09 2:04
professional«_Superman_»15-Jul-09 2:04 
Questionunicode equivalent of Readfile() function.. Pin
Rakesh514-Jul-09 22:42
Rakesh514-Jul-09 22:42 
AnswerRe: unicode equivalent of Readfile() function.. Pin
Naveen14-Jul-09 22:55
Naveen14-Jul-09 22:55 
QuestionRe: unicode equivalent of Readfile() function.. Pin
Rajesh R Subramanian14-Jul-09 22:57
professionalRajesh R Subramanian14-Jul-09 22:57 
AnswerRe: unicode equivalent of Readfile() function.. Pin
Rakesh514-Jul-09 23:36
Rakesh514-Jul-09 23:36 
QuestionRe: unicode equivalent of Readfile() function.. [modified] Pin
Rajesh R Subramanian14-Jul-09 23:52
professionalRajesh R Subramanian14-Jul-09 23:52 
AnswerRe: unicode equivalent of Readfile() function.. Pin
CPallini14-Jul-09 23:09
mveCPallini14-Jul-09 23:09 
AnswerRe: unicode equivalent of Readfile() function.. Pin
Nishad S15-Jul-09 0:38
Nishad S15-Jul-09 0:38 
Questionwhat is IWshRuntimeLibrary? Pin
V K 214-Jul-09 22:03
V K 214-Jul-09 22:03 
AnswerRe: what is IWshRuntimeLibrary? Pin
CPallini14-Jul-09 22:13
mveCPallini14-Jul-09 22:13 
Questiontoolbar controls Pin
Member 59031014-Jul-09 21:29
Member 59031014-Jul-09 21:29 
AnswerRe: toolbar controls Pin
_AnsHUMAN_ 14-Jul-09 21:38
_AnsHUMAN_ 14-Jul-09 21:38 
AnswerRe: toolbar controls Pin
Stuart Dootson14-Jul-09 21:45
professionalStuart Dootson14-Jul-09 21:45 
GeneralRe: toolbar controls Pin
Member 59031014-Jul-09 23:58
Member 59031014-Jul-09 23:58 
QuestionHow to read command line arguments in vc++ Pin
KASR114-Jul-09 21:11
KASR114-Jul-09 21: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.