Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>compiling compiling with clipper 5</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Compiling              Compiling with Clipper 5
--------------------------------------------------------------------------------

   To compile your FiveWin applications, just use your Clipper commands as
   usual:

   CLIPPER  Test  /n/w  (This assumes that your FiveWin .CH files are in the
                         path pointed to by your SET INCLUDE environment
                         variable.  If not, use

   CLIPPER  Test /n/w/i..\INCLUDE

   Virtuall all FiveWin applications need to specify at least:

   #include "FiveWin.ch"

   at the top of your program (.prg) file, to extend Clipper syntax to be
   able to use Windows capabilities.

 Linking                Linking with Ms-Link or Blinker
--------------------------------------------------------------------------------

   We provide the following three LIBs:

                       FiveWin.LIB, WinApi.LIB, 501_520

   501_502 is ONLY needed if you are using Microsoft LINK.

   To produce your EXEs with FiveWin you need a Windows linker. FiveWin is
   fully compatible with:

   Microsoft LINK.EXE version 5.3 and over. To use version 5.1 you have
   to use a tool we provide, called ExeType.exe to change the Windows version
   inside the EXE header.  This utility can be found in the
   FiveWin\Source\Tools directory

   Microsoft Link Syntax:
   Link /se:700 /NOE <YourApp>,,nul, FiveWin WinApi Clipper 501_520,
                                                       ..\include\FiveWin.def

   If you use LINK 5.1, after the link run::

   ExeType YourApp.exe 3.1


   Blinker 3.0:

   Blinker fi YourApp @FiveWin.lnk  (you will probably want to edit this file
                                     to point to your library directories)


   See FiveWin.def and FiveWin.lnk for FiveWin application special
   requirements.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson