05-23-2006 12:23 PM
05-23-2006
01:04 PM
- last edited on
11-14-2025
09:35 AM
by
Content Cleaner
Visual Foxpro can call functions in DLLs. This link has more information on how to create them from CVI. http://zone.ni.com/devzone/conceptd.nsf/webmain/1d0c73348d50de5486256faf00614757 Look at the foxpro documentation to determine if the calling format should be __stdcall like microsoft uses in visual basic, or __cdecl like microsoft uses in visual c.
Message Edited by mvr on 05-23-2006 01:05 PM