Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL written in VB6 for VFP use problem
Message
From
10/02/2003 05:11:30
 
 
To
10/02/2003 03:47:41
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00751314
Message ID:
00751321
Views:
24
This message has been marked as the solution to the initial question of the thread.
VB6 can create only ActiveX (i.e. COM) DLLs. This means you cannot call functions in it with DECLARE statement. Instead, you must register DLL (VB6 does this on the machine, on which DLL was compiled), instantiate class, which is declared in the DLL and call its methods.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform