Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Event Processing and VFP
Message
 
 
To
09/09/1998 20:39:23
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00134858
Message ID:
00134916
Views:
9
Dwayne,

VFP can not create a callable DLL like you intend. VFP can create a COM server DLL (or EXE) that can be instantiated and called from either Oracle (I assume this is possible) or called from C++ (I'm working on an app now where VC++ is using a VFP server object). If Oracle can't create an object you'll need an interface DLL in C++ that passes the method calls onto the VFP server.

>We are building an application that uses the win32 api for event processing. The system works by calling an Oracle external procedure. Oracle requires that the external program be a DLL. To date we have written the Oracle triggers, the DLL and a test program in C++ that displays the results of the Win32 api call.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform