Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
VS DLL with exports template header file[/ignore]]YOURDLL_API int fnYourDll(void);
fixed for DLL entry point visibility to VFP[/ignore]][highlight #FCE94F]extern "C"[/highlight] YOURDLL_API int fnYourDll(void);
*CD into the Visual Studio output path to Debug or Release folder with YourDll.DLL
DECLARE INTEGER fnYourDll in YourDll.dll
? fnYourDll() && prints 0