|
-
November 27th, 2003, 08:49 AM
#1
Can I wrap a .DLL with ActiveX EXE?
I have to convert an in-process DLL made in VB6 to an ActiveX EXE. Can I simply reference the DLL from within the EXE and make calls to it (adding needed events), or should I rewrite the DLL from scratch?
Thanks
Paul
-
November 27th, 2003, 10:18 AM
#2
Re-write it, you don't want unnecessary dependencies etc...
-
November 27th, 2003, 12:27 PM
#3
I wrote an exe calling functions from my DLL after it was created and tested. The requirements had changed.
So I created a regular EXE that uses the DLL. Our client's application just makes calls the the EXE.
Cheers,
Laurent
For an aviator, the three best things in life are a good landing, a good orgasm, and a good sh*t. A night carrier landing is one of the few opportunities to experience all three at the same time.
-
November 27th, 2003, 11:46 PM
#4
Sure it will work, but the best thing is to convert the DLL to avoid depencency.
Busy 
-
November 28th, 2003, 08:06 AM
#5
Thanks guys. We decided tp re-write the dll.
Cheers!
Paul
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|