Click here to Skip to main content
15,886,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralReally bizarre problem Pin
Joel Holdsworth2-Oct-03 12:55
Joel Holdsworth2-Oct-03 12:55 
GeneralRe: Really bizarre problem Pin
Tim Smith2-Oct-03 13:03
Tim Smith2-Oct-03 13:03 
GeneralRe: Really bizarre problem Pin
Joel Holdsworth2-Oct-03 13:07
Joel Holdsworth2-Oct-03 13:07 
GeneralCFont size Pin
@LX2-Oct-03 12:14
@LX2-Oct-03 12:14 
GeneralRe: CFont size Pin
alex.barylski2-Oct-03 17:14
alex.barylski2-Oct-03 17:14 
GeneralRe: CFont size Pin
@LX3-Oct-03 10:38
@LX3-Oct-03 10:38 
QuestionHow do I unload ActiveXObject in IE Pin
pbonner2-Oct-03 12:12
pbonner2-Oct-03 12:12 
AnswerRe: How do I unload ActiveXObject in IE Pin
igor19603-Oct-03 8:31
igor19603-Oct-03 8:31 
There has to be a way to force IE to let go of the dll.

Unfortunately, you can't. And this is not IE -- in your case, it's JavaScript object.
Your object will probably stay untill next CoFreeUnusedLibraries() will be called.
You may ask yourself however, why do you need your ActiveX dll to unload?
Maybe there is other way to perform what you need?
For example, setting oMyObject=null in javascript will cause FinalRelease and destructor of your object being called -- maybe you can put that logic in there?



"...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..."
Me
GeneralSpecify items to step over when using F11 in VC Pin
Grailman2-Oct-03 9:09
Grailman2-Oct-03 9:09 
GeneralRe: Specify items to step over when using F11 in VC Pin
vcplusplus2-Oct-03 10:44
vcplusplus2-Oct-03 10:44 
GeneralRe: Specify items to step over when using F11 in VC Pin
Grailman2-Oct-03 12:24
Grailman2-Oct-03 12:24 
GeneralRe: Specify items to step over when using F11 in VC Pin
vcplusplus2-Oct-03 14:24
vcplusplus2-Oct-03 14:24 
GeneralDetecting fastcall Pin
Gisle Vanem2-Oct-03 8:55
Gisle Vanem2-Oct-03 8:55 
Generaltab and space in CRichEditCtrl Pin
includeh102-Oct-03 7:49
includeh102-Oct-03 7:49 
GeneralRe: tab and space in CRichEditCtrl Pin
vcplusplus2-Oct-03 8:04
vcplusplus2-Oct-03 8:04 
GeneralRe: tab and space in CRichEditCtrl Pin
includeh102-Oct-03 9:20
includeh102-Oct-03 9:20 
GeneralYet Another Rich Edit Question Pin
Larry J. Siddens2-Oct-03 6:00
Larry J. Siddens2-Oct-03 6:00 
Generalregsvr32 sample debugging Pin
vancouver7772-Oct-03 5:55
vancouver7772-Oct-03 5:55 
GeneralRe: regsvr32 sample debugging Pin
sdfdsfa2-Oct-03 6:06
sdfdsfa2-Oct-03 6:06 
GeneralRe: regsvr32 sample debugging Pin
vancouver7772-Oct-03 7:11
vancouver7772-Oct-03 7:11 
GeneralRe: regsvr32 sample debugging Pin
igor19602-Oct-03 7:49
igor19602-Oct-03 7:49 
GeneralRe: regsvr32 sample debugging Pin
vancouver7772-Oct-03 10:32
vancouver7772-Oct-03 10:32 
GeneralRe: regsvr32 sample debugging Pin
sdfdsfa2-Oct-03 11:00
sdfdsfa2-Oct-03 11:00 
GeneralHelp in Generating Reports Pin
TheFox2-Oct-03 5:13
TheFox2-Oct-03 5:13 
GeneralRe: Help in Generating Reports Pin
G. Steudtel2-Oct-03 5:37
G. Steudtel2-Oct-03 5:37 

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.