Metropoli BBS
VIEWER: makeres.dif MODE: TEXT (ASCII)
  MAKERES, the Resource Generator for TVFM

  In order for the original source code from Borland to work with
  Virtual Pascal for OS/2, the following changes need to be made.

  * Add Use32 to all the Uses clause of MakeRes.Pas

  * Change MakeRes.Pas:
    - After the Uses clause, add the following:

        {$IFDEF VPDEMO}
          {$Dynamic VP11Demo.Lib}
        {$ENDIF}

      This means, that the program will use all units stored in the
      Demo Licence DLL (vp11demo.dll) when the program is compiled with
      the demonstration version of VP/2.


[ RETURN TO DIRECTORY ]