Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C++ communicating back to VFP 5.0
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00010798
Message ID:
00010840
Views:
29
>The current app i'm working on involves calling several dlls written in C++.
>
>These C functions operate on some files/directories created by the VFP program. Within the C program the user may select some or all of these files. After the C program processes these there are new files/directories created. We need to inform VFP what these are. There may be pre-existing files/directories that were processed earlier. We need the ability to inform VFP of the files/directories that were just processed.
>
>Originally we were thinking of something like DDE, but being a novice to VFP and knowing nothing about C++ there may be a much simpler method.
>
>Thanks, Kim

I have used C++ DLLs ( with user interface ). I sent a task, as a string to the DLL and periodicaly checked for acknoledge from the DLL. so i had 2 function within the DDL: SETTASK and GETACK.
this worked fine with FPW but crush with VFP3.0
my next step is to upgrade from VC++ 1.52 we are using to VC++ 2.0 witch is 32 bit version.
HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform