Files Needed to Call 16-bit Functions with Foxtools

Last reviewed: July 3, 1997
Article ID: Q141815
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, Professional Edition, versions 3.0b, 5.0

SUMMARY

Foxtools.fll uses two support files to call functions in 16-bit dynamic- link libraries (DLLs).

MORE INFORMATION

Foxtools.fll uses two support files in Visual FoxPro versions 3.0 and 3.0b:

  • Fll32_16.dll is used for calling 16-bit DLLs under Win32s. - Ddereg.exe
is used for calling 16-bit DLLs under Win32.

These support files are used to call 16-bit DLLs with RegFn and CallFn. You need to include them with your application if it uses Foxtools to interface with the 16-bit API.

NOTE: If the 16-bit DLLs are not found, the error "Cannot find DDEML.DLL" occurs.

In Visual FoxPro 3.0b, FOXTOOLS looks for these files in the following order.

  1. Directory where FOXTOOLS was loaded from.

  2. Visual FoxPro default directory.

  3. Visual FoxPro search path.

  4. Visual FoxPro home directory.

If they are not found, a LOCFILE() dialog box is displayed.

REFERENCES

For more information about FOXTOOLS, search the Foxtools.hlp file located in the Tools directory.


Additional query words: distribute DK project
Keywords : FxtoolGeneral kbtool vfoxwin kbtool
Version : 3.0b 5.0
Platform : WINDOWS
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 3, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.