home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / desklib / examples / DeskLib / Examples / !TestApp / !RunDLL < prev    next >
Encoding:
Text File  |  1995-06-05  |  452 b   |  15 lines

  1. IconSprites <Obey$Dir>.!Sprites
  2.  
  3. WimpSlot -min 32k -max 32k
  4.  
  5. Set Tester$Dir <Obey$Dir>
  6.  
  7. | Here is the SDLS-specific stuff...
  8. If "<DLL$Dir>" = "" Then Error This application needs the Straylight Dynamic Linking System.
  9. RMEnsure DLLManager 1.05 Run <DLL$Dir>.DLLManager
  10. RMEnsure DLLManager 1.05 Error This application needs at least version 1.05 of DLLManager
  11. | Should test for version numbers of the DeskLib DLLs here.
  12.  
  13.  
  14. Run <Tester$Dir>.!DLL.!RunImage
  15.