Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C++ Dlls
Message
From
08/04/2004 19:45:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
C++ Dlls
Miscellaneous
Thread ID:
00893443
Message ID:
00893443
Views:
62
Hi

I have a SDK of C++ Dll''s and was looking for some help on how to use them in VFP.

For example I have the following function in one of the DLL's

BOOL LIBAPI MT_SDKInit (DWORD ulReserved);

Parameters

ulReserved reserved for future use, currently set to NULL

Returns

Boolean Returns TRUE (1) if initialization is successful, FALSE (0) if not
Remarks

This function performs initialization of the SDK and all its components. It should be called once at application startup. If initialization fails, it is recommended to inform the user and exit the program.

I am trying something like this and get a cannot find entry point in dll..
Any help in getting started would be nice :)

DECLARE integer MT_SDKInit IN mtls.dll string
?MT_SDKInit("")


THanks

Paul
Next
Reply
Map
View

Click here to load this message in the networking platform