|
-
January 24th, 2000, 03:56 AM
#1
DLLs in Visual Basic
Hi!
I have worked with Visual C++ for quite a long time. Now, we are working at a project, in which we want to use Visual Basic DLLs in an existing application. But this application cant use ActiveX DLLs. So my question is: Is there any possibility to make a ´normal´ Win DLL, which exports ´normal´ functions, with Visual Basic?
Thanx for all replies.
Bye,
Michael.
--
Michael Skubowius
[email protected]
http://www.scooby.de.cx/
-
January 24th, 2000, 04:00 AM
#2
Re: DLLs in Visual Basic
VB canNOT create "normal" DLLs, only ActiveX Dlls.
For VB 3 there used to be a product VB/DLL that could create true DLLs for VB projects. I do not know if that product is still around.
-
January 24th, 2000, 04:18 AM
#3
Re: DLLs in Visual Basic
There is a kind of basic which can create true windows dll's. Now I only forgot what that product is called exactly... maybe someone else knows?
Crazy D @ Work :-)
-
January 24th, 2000, 08:37 AM
#4
Re: DLLs in Visual Basic
What is the diff between 'win dll' and 'activex dll'?
Thanks
-
January 24th, 2000, 02:26 PM
#5
Re: DLLs in Visual Basic
I think Win Dll refers to general Dll, which will have exported functions. ActiveX dll use IDispatch interface and late binding. It use ID instead of method footprint to call the method inside the Dll.
Correct me if I am wrong
JohnZ
-
January 25th, 2000, 04:11 AM
#6
Re: DLLs in Visual Basic
I think it was / is PowerBasic ....
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
-
January 25th, 2000, 04:51 AM
#7
Re: DLLs in Visual Basic
yes that's it...
http://www.powerbasic.com/
Crazy D @ Work :-)
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
|