home *** CD-ROM | disk | FTP | other *** search
- This file contains frequently asked questions on Adhesive. Your questions
- may be added to this file unless you indicate you would prefer otherwise.
-
- 1.
- Q: How do I use DDT on code I wish to put in objects?
- A: Compile and link the code using CC and Link as normal with the application
- which you intend to use the object. (i.e. debug without treating the code
- as an object.) When you have debugged you can update your application to
- call the object using Adhesive and recompile the code as an object.
-
- 2.
- Q: How do I ensure a suitable version of Adhesive is present before my
- program runs (ie in an !Run file)?
- A: Place a line such as:
- RMEnsure Adhesive 1.00 Error You must run the !Adhesive application before using this application.
- The best way of ensuring Adhesive is installed is to place it in your boot
- sequence or to place it in the appropriate boot directory if you have
- a RiscPC or above.
-
- Do not try RMLoading the Adhesive module, it will not function correctly
- if it is not loaded with the correct !Adhesive.init program.
-