[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Linking
--------------------------------------------------------------------------------

   We provide the following three LIBs:

                       FiveWin.LIB, WinApi.LIB, 501_520

   501_502 is just 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,  //jhs
                                                       ..\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.

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson