WINAMP.COM | Forums > Developer Center > NSIS Discussion > Plugin for controlling Internet Explorer |
Last Thread
Next Thread
|
| Author |
|
|
dRaakje Junior Member
Registered: Oct 2003 |
Plugin for controlling Internet Explorer
Hi,
|
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
can't look at your code at the moment but have a look at the source code for the plugin here which may be of use in showing how you can cut the dll size down __________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
the reason for the size is because of 'libcmt.lib' which is the c run time (crt) library. had a look and you're using things like sprintf, memset and using the default 'new' and 'delete' operators. __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
__________________ |
||
|
|
|
dRaakje Junior Member
Registered: Oct 2003 |
|
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
here's what i've done (only 4.5k now
__________________ |
||
|
|
|
dRaakje Junior Member
Registered: Oct 2003 |
|
||
|
|
|
dRaakje Junior Member
Registered: Oct 2003 |
Just relalized something. I think the problem is with bstr ownership. |
||
|
|
|
dRaakje Junior Member
Registered: Oct 2003 |
Well, I was right, I've solved it. |
||
|
|
|
dRaakje Junior Member
Registered: Oct 2003 |
Well, here it is. The dll is now 4.5K
|
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
just seen this has changed. __________________ Last edited by DrO on 10-31-2003 at 04:52 PM |
||
|
|
|
dRaakje Junior Member
Registered: Oct 2003 |
Last edited by dRaakje on 11-03-2003 at 10:42 AM |
||
|
|
|
dRaakje Junior Member
Registered: Oct 2003 |
Here's a new version. The attached zip contains the 2 dll's, one real small one (3.5K) that works just fine. And a slightly bigger one (5.1K) that displays some messageboxes when an error occurs.
|
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
No Archive page? __________________ |
||
|
|
|
dRaakje Junior Member
Registered: Oct 2003 |
|
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
archive is here __________________ |
||
|
|
|
dRaakje Junior Member
Registered: Oct 2003 |
|
||
|
|
|
wacki Junior Member
Registered: Jun 2008 |
I downloaded the plugin and put it in: |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
Make sure you put IEFunctions.dll not IEFunctionsDbg.dll in there. Also what are you doing exactly? If you want to just open a web page, just use ExecShell open `http://...` __________________ |
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > Plugin for controlling Internet Explorer |
Forum Rules:
|