VFP8 on Win98

 Dear Experts It is possible to run VFP8 on Win98. If yes then How to install  How to create EXE files  How to distribute Exe files  Please Help



Answer this question

VFP8 on Win98

  • Game.Coder.UK

    VFP8 runtimes will run on Windows 98. It is not recommended for the IDE for developing though.

    See:
    http://fox.wikis.com/wc.dll Wiki~VFP8Released

    >How to create EXE files

    Create a project.
    Add your main prg or form and build an APP to test first.
    When you build the project or an APp it should pull in all your other internal components.
    Then you build an EXE for distribution

    VFP8 comes with InstallShield Express that will create an install package (setup.exe) where you include the needed runtime files plus any language  you support and any ActiveX (ocx) you used.

    See:
    http://fox.wikis.com/wc.dll Wiki~VFP8RuntimeFiles


  • VFP8 on Win98