What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [VB] Runtime loading dll

[VB] Runtime loading dll
Author: Message:
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
O.P. RE: [VB] Runtime loading dll
Yes of course they can, but (I think) not as C++ can. If you share functions with VB you can't use
code:
Declare Function <fn-name> Lib "<lib>" Alias "<realname>" (<args>) As <type>
can you? At least that's what I think... Correct me if I'm wrong. If you make dll's with VB you have to add them to the references and define an object like
code:
dim dll as new dllname.classname
And I think in VB it isn't possible to do that runtime. And if it is, I want to know how. That's my question.
08-18-2004 08:53 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[VB] Runtime loading dll - by J-Thread on 08-17-2004 at 01:03 PM
RE: [VB] Runtime loading dll - by RaceProUK on 08-17-2004 at 09:47 PM
RE: [VB] Runtime loading dll - by J-Thread on 08-18-2004 at 08:06 AM
RE: [VB] Runtime loading dll - by RaceProUK on 08-18-2004 at 08:48 AM
RE: [VB] Runtime loading dll - by J-Thread on 08-18-2004 at 08:53 AM
RE: [VB] Runtime loading dll - by RaceProUK on 08-18-2004 at 10:18 AM
RE: [VB] Runtime loading dll - by J-Thread on 08-18-2004 at 08:03 PM
RE: [VB] Runtime loading dll - by J-Thread on 08-19-2004 at 09:44 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On