
exporting functions in a VB5 ActiveX DLL?
Quote:
> How do you create a DLL containing exported functions in VB 5 Pro? I've
> written some functions in VB but when I examine my ActiveX DLL using
> QuickView, my functions are not listed as exported. I'd like to call
> these functions from within other development environments.
VB5 doesn't directly support this. If the other platform can't call OLE
DLLs, you're sorta out of luck. I've heard that the new version of
SpyWorks does offer you a hack to permit, this, though. Go to
http://www.desaware.com for more info.
Later... Karl