home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 339.lha / M2Lib / ReadMe < prev    next >
Text File  |  1990-02-08  |  746b  |  29 lines

  1.    Modula-2 object code to Exec loadable library procedure.
  2.  
  3.  
  4. Basically, all the explanation is in LibraryStub.mod. Any further information is
  5.  
  6. in RKM:Libraries and Devices, appendix F. The 2 example programs in this appendix
  7.  
  8. are a skeleton device and library.
  9.  
  10.  
  11. Anyway, after you set up you Modula-2 library stub - using LibraryStub.mod as a base
  12.  
  13. example, you have to compile and link using your Modula-2 system. Then, when you have
  14.  
  15. an object code file, run it through the M2Lib converter program.
  16.  
  17.    Example:
  18.          M2Lib  myProgram myProgram.library
  19.  
  20.  
  21. You will now have an Exec library that can be loaded using OpenLibrary().
  22.  
  23.  
  24.  
  25. Let me know of problems, questions on use.
  26.  
  27.    Tim Coffey  (BIX tcoffey ; CIS 72377,2617)
  28.    (614) 848-9724
  29.