home *** CD-ROM | disk | FTP | other *** search
- (*****************************************************************************)
- (* *)
- (* filename : XRES.PAS *)
- (* author : Stefan Boether / Compuserve Id : 100023,275 *)
- (* FidoNet : 2:242/200 *)
- (* FidoNet : 2:243/91 *)
- (* Internet: 100023.275@CompuServe.COM *)
- (* Maus-Net: Stefan Böther @ HRO *)
- (* system : TURBO 6.01 / TPW 1.5 / DOS 3.3 / WIN 3.1 *)
- (* changes : *)
- (* when what who *)
- (*---------------------------------------------------------------------------*)
- (* 18.8.92 Remove extenstion constants and use EXT-unit Stefc *)
- (* 06.9.92 Ude the XFILE unit instead of FILETOOL Stefc *)
- (*****************************************************************************)
- (* Description : Opens a Resource-File for the Application *)
- (*****************************************************************************)
- {$D-,L+,O+}
- UNIT XRes;
-
- INTERFACE
-
- USES (* Y:TVISION\ *) Objects, (* Stnd. objects for use *)
-
- (* R:OBJ\ *) XStream, (* Stream objects *)
- XFile, (* File objects *)
-
- (* R:TPU2\ *) Ext; (* constants for extenstions *)
-
- VAR ResFile : TResourceFile; (* All the resources for a program *)
-
-