home *** CD-ROM | disk | FTP | other *** search
- ***
- *** IDE_INFO.DOC
- ***
-
- We do not distribute IDE files in our package because (1) they are
- very large, (2) they are not always upwardly compatible with a
- particular IDE, (3) there is no standard project file format between
- compiler manufactures, and (4) they must be modified anyhow to provide
- the correct path names.
-
- However, creating a project file within the IDE is very easy. Each
- application has a project file (eg: SIMPLE.PRJ, LOGIN.PRJ, SELFTEST.PRJ,
- etc.) containing the filenames that must be entered into the IDE.
-
- *** Microsoft IDE:
-
- Choose "Project", then "New". Select Win16 as the target. A dialog box
- will then pop up into which the project file names are entered.
-
- *** Borland IDE:
-
- Turn off LINKER case sensitivies: Choose "Options", "Projects", "Linker",
- "General". Turn off the "case sensitive link" and "case sensitive exports
- and imports" boxes.
-
- Next, choose "Project", then "New Project". Use the INS (Insert) key to pop
- up a dialog box into which the project file names are entered.
-
- *** Watcom IDE:
-
- Choose "File", then "New Project". Enter the project name and then choose
- Win16 as the target. Use the INS (Insert) key to pop up a dialog box into
- which the project file names are entered.
-