Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C++ DLL
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
C++ DLL
Miscellaneous
Thread ID:
00519958
Message ID:
00519958
Views:
33
Hi Everyone,

I need to move some compute intensive algorithms out of VFP and into a C++ object which is to be a DLL. VFP will do the data retrieval and this process also runs as an automation server.

I am seeking suggestions on;
1. How best to set this construct up.
2. What pitfalls to expect.
3. How well this implementation even is or if there is some better way.

My current thinking is where the existing VFP server is populating VFP properties for calculations, to swap that out to populate the C++ object properties. Methods in the C++ object will perform the calculations and set final answer properties where the VFP server can extract them and continue processing.

Thanks,
Steve
Next
Reply
Map
View

Click here to load this message in the networking platform