Click to See Complete Forum and Search --> : DLLs in Visual Basic


Scooby_
January 24th, 2000, 02:56 AM
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
Michael.Skubowius@tu-clausthal.de
http://www.scooby.de.cx/

Lothar Haensler
January 24th, 2000, 03:00 AM
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.

Crazy D @ Work
January 24th, 2000, 03:18 AM
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 :-)

sriky
January 24th, 2000, 07:37 AM
What is the diff between 'win dll' and 'activex dll'?

Thanks

john_h_zheng
January 24th, 2000, 01:26 PM
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

Chris Eastwood
January 25th, 2000, 03:11 AM
I think it was / is PowerBasic ....


Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb

Crazy D @ Work
January 25th, 2000, 03:51 AM
yes that's it...
http://www.powerbasic.com/

Crazy D @ Work :-)