!!Topspeed configuration file (DOS C)

!!------- Conditional settings -------------

!set dos
!set asm
!set masm
!set C

!set mod
!!set pas

!!------- Compilers installed ----------------------------------

!if asm
! Compiler | [TopSpeed Assembler V#a] TSASM  src.A
!end

!if masm
! Compiler | [Microsoft Assembler] TSMASM src.ASM
!end

!if C
! Compiler | [TopSpeed C V#c] TSC src.C inc.H
!end

!if tasm
! Compiler | [Borland Assembler] TSTASM src.ASM
!end

!if mod
! Compiler | [TopSpeed Modula-2 V#m] TSMOD src.MOD inc.DEF
!end

!if pas
! Compiler | [TopSpeed Pascal V#m] TSPAS src.PAS inc.ITF
!end

!!------- Menu definition for TS Environment  ------------------

! PullDown                             | [ TopSpeed ]  <F10>

  {F}iles                              |              <AltF>

    {L}oad file                        | LoadFile     <F3>
    {V}iew file                        | LoadF RO     <ShiftF3>
    {P}ick file                        | PickFile     <AltF3>
    {S}ave file                        | SaveFile     <F2>
    {A}ll save                         | SaveAllF
    {C}hange dir                       | ChangeDir
    {F}iles dir                        | Directory
    {D}OS shell                        | DOSShell      <AltD>
    {E}xecute                          | Execute
    {Q}uit                             | Quit          <AltX>

  {E}dit                               | Editor        <AltE>

  {C}ompile                            | Compiler      <AltC>

  {M}ake                               | Make          <AltM>

  {R}un                                | Run program   <AltR>

  {P}roject                                | {ProjOptions} [Project Options] <AltP>
    {N} - New Project              : ________ | ProjNew
    {E} - Edit project file                   | ProjEdit
    {T} - File type                : ________ | {Filetype} ProjOpt [*]
    {M} - Memory models                       | {MODELOPT}
      {M} - Model                     : _______| ModelOpt [*]
      {F} - Far calls                 : ___    | ModelOpt [XF%f|-=Off|+=On]
      {L} - Large data                : ___    | ModelOpt [XL%f|-=Off|+=On]
      {D} - Double word pointers      : ___    | ModelOpt [XD%f|-=Off|+=On]
      {G} - Global threshold          : ______ | ModelOpt [XG%n|New threshold:|65335]
      {J} - JPI calling convention    : ___    | ModelOpt [XJ%f|+=On|-=Off]
      {T} - Multi-thread              : ___    | ModelOpt [XT%f|-=Off|+=On]
      {I} - Library id                : ___    | ModelOpt [XI%s|Library id:]
    {L} - Link options                     | {ProjOptions} [Link Options]
      {C} - Case-sensitive link      : ___ | ProjOpt [case%f|+=On|-=Off]
      {V} - Generate VID info        : ___ | ProjOpt [vid%f|-=Off|+=On]
      {D} - Generate Codeview info   : ___ | ProjOpt [codeview%f|-=Off|+=On]
      {F} - Fixed (no remake)        : ___ | ProjOpt [fixed%f|-=Off|+=On]
      {G} - Generate map             : ___ | ProjOpt [map%f|-=Off|+=On]
      {S} - Pack segments            : ___ | ProjOpt [pack%f|+=On|-=Off]
      {A} - Manual export            : ___ | ProjOpt [manual%f|-=Off|+=On]
!if os2
      {L} - Use Microsoft linker     : ___ | ProjOpt [standard%f|-=Off|+=On]
      {I} - Use Implib               : ___ | ProjOpt [implib%f|-=Off|+=On]
      {K} - Version check for DLLs   : ___ | ProjOpt [check%f|+=On|-=Off]
      {X} - PM only                  : ___ | ProjOpt [pm%f|-=Off|+=On]
      {Y} - Non PM                   : ___ | ProjOpt [nonpm%f|-=Off|+=On]
!end
  {O}ptions                            | [ Options ] {Options} <AltO>

    {C}ompiler                         | {CompOpt}

      {W} - Warnings limit         : ___  | CompOpt [*W%n|New limit:|100]
      {E} - Errors limit           : ___  | CompOpt [*E%n|New limit:|300]
      {V} - VID debug level        : ____ | CompOpt [V%f|0=Off|2=Full|1=Min]
      {B} - Line number info       : ___  | CompOpt [B%f|-=Off|+=On]
      {L} - Smart linking          : ___  | CompOpt [L%f|+=On|-=Off]
      
      {C} - C options                              | $TSC
        {A} - ANSI keywords only    : ___            | $TSC CompOpt [A%f|-=Off|+=On]
        {E} - Language extensions   : ___            | $TSC CompOpt [E%f|+=On|-=Off]
        {N} - Nested comments       : ___            | $TSC CompOpt [N%f|-=Off|+=On]
        {J} - Default char type     : ________       | $TSC CompOpt [J%f|-=Signed|+=Unsigned]
        {P} - Preprocessor output   : _____________  | $TSC CompOpt [P%f|-=Off|C=With Comments|L=Minimize]
        {Z} - Generate protypes     : ___            | $TSC CompOpt [ZG%f|-=Off|+=On]
        {B} - Nil pointer check     : ___            | $TSC CompOpt [RN%f|-=Off|+=On]
        {I} - Array index check     : ___            | $TSC CompOpt [RI%f|-=Off|+=On]
        {S} - Stack overflow check  : ___            | $TSC CompOpt [RS%f|-=Off|+=On]
        {D} - Define macro          : _____________  | $TSC CompOpt [D%s|Define:]
        {U} - Undefine macro        : _____________  | $TSC CompOpt [U%s|Undefine:]
        {W} - Warning menus                          | [ C Warnings ] $TSC
          {A} - ANSI Violations                      | [ ANSI Violations ]
            {A} - Pointer conversion                         : _____ | $TSC CompOpt [WPCV%f|+=On|-=Off|*=Error]
            {B} - Declaration has no effect                  : _____ | $TSC CompOpt [WDNE%f|+=On|-=Off|*=Error]
            {C} - Storage class redeclared in declaration    : _____ | $TSC CompOpt [WSTO%f|+=On|-=Off|*=Error]
            {D} - Unexpected text in preprocessor command    : _____ | $TSC CompOpt [WTXT%f|+=On|-=Off|*=Error]
            {E} - No expression in return statement          : _____ | $TSC CompOpt [WNRE%f|-=Off|*=Error|+=On]
            {F} - No value returned in function              : _____ | $TSC CompOpt [WNRV%f|-=Off|*=Error|+=On]
            {G} - Value of escape sequence is too big        : _____ | $TSC CompOpt [WETB%f|+=On|-=Off|*=Error]
            {H} - Value of constant is out of range          : _____ | $TSC CompOpt [WCOR%f|+=On|-=Off|*=Error]
            {I} - Default type promotion on parameter        : _____ | $TSC CompOpt [WPIN%f|+=On|-=Off|*=Error]
            {J} - Function redeclared with fixed parmeters   : _____ | $TSC CompOpt [WRFP%f|+=On|-=Off|*=Error]
          {T} - Type Checking                        | [ Type Checking ]
            {A} - Function not declared                      : _____ | $TSC CompOpt [WFND%f|-=Off|*=Error|+=On]
            {B} - Function has no prototype                  : _____ | $TSC CompOpt [WPND%f|-=Off|*=Error|+=On]
            {C} - Different 'const' attributes               : _____ | $TSC CompOpt [WATR%f|+=On|-=Off|*=Error]
            {D} - Far to near pointer conversion             : _____ | $TSC CompOpt [WFTN%f|+=On|-=Off|*=Error]
            {E} - Near to far pointer conversion             : _____ | $TSC CompOpt [WNTF%f|+=On|-=Off|*=Error]
            {F} - Conversion may lose significant digits     : _____ | $TSC CompOpt [WCLD%f|+=On|-=Off|*=Error]
            {G} - Constant is long                           : _____ | $TSC CompOpt [WCLT%f|-=Off|*=Error|+=On]
          {P} - Possible Errors                      | [ Possible Errors ]
            {A} - Code has no effect                         : _____ | $TSC CompOpt [WCNE%f|+=On|-=Off|*=Error]
            {B} - Assignment in test expression              : _____ | $TSC CompOpt [WAIT%f|+=On|-=Off|*=Error]
            {C} - Returns the address of a local variable    : _____ | $TSC CompOpt [WRAL%f|+=On|-=Off|*=Error]
            {D} - Variable declared but never used           : _____ | $TSC CompOpt [WDNU%f|+=On|-=Off|*=Error]
            {E} - Variable is assigned but never used        : _____ | $TSC CompOpt [WVNU%f|+=On|-=Off|*=Error]
            {F} - Possible use of variable before assignment : _____ | $TSC CompOpt [WUBD%f|+=On|-=Off|*=Error]
            {G} - Parameter never used in function           : _____ | $TSC CompOpt [WPNU%f|-=Off|*=Error|+=On]
            {H} - Unknown pragma                             : _____ | $TSC CompOpt [WPRG%f|-=Off|*=Error|+=On]
            {I} - Address for local variable not in DGROUP   : _____ | $TSC CompOpt [WNID%f|+=On|-=Off|*=Error]
      {O} - Optimizations                          | [ Optimizations ]
        {T} - Time/Space             : _____ | Comp Opt [OT%f|+=Time|-=Space]
        {E} - Common subexpressions  : ___   | Comp Opt [OE%f|+=On|-=Off]
        {C} - Constant optimization  : ___   | Comp Opt [OC%f|+=On|-=Off]
        {H} - Peephole               : ___   | Comp Opt [OH%f|+=On|-=Off]
        {J} - Jump optimization      : ___   | Comp Opt [OJ%f|+=On|-=Off]
        {L} - Loop optimization      : ___   | Comp Opt [OL%f|+=On|-=Off]
        {A} - Alias optimization     : ___   | Comp Opt [OA%f|+=On|-=Off]
        {R} - Register usage         : ___   | Comp Opt [OR%f|+=On|-=Off]
        {F} - Stack frame            : ___   | Comp Opt [OF%f|+=On|-=Off]
        
        {P} - Processor              : ___   | Comp Opt [OP%f|0=86|2=286|3=386|4=486]
        {Q} - Coprocessor            : ___   | Comp Opt [OQ%f|0=Emu|1=87|2=287|3=387]


    {M}ake                            | {MakeOptions}
      {R} - Remake all project OBJs unconditionally    : ___ | MakeOpt[R]
      {S} - Single make (i.e. sublibraries not made)   : ___ | MakeOpt[S]
      {T} - Trace make actions to MAKE.LST             : ___ | MakeOpt[T]
      {N} - Suppress automatic recompilation           : ___ | MakeOpt[N]
      {O} - Check compiler options consistent for make : ___ | MakeOpt[O]

    {R}un                              | {RunOptions}
      {C} - Command line               | Command Line
      {A} - Auto make    : ___         | RunOpt[A]
!if os2
      {S} - Session run  : ___         | RunOpt[S]
!end
      {T} - Timed run    : ___         | RunOpt[T]

    {E}ditor                           | {EditorOptions}

      {A} - Auto save files      : ___ | EdOpt[A]
      {F} - Default filenames          | Default Filenames
      {E} - Default extensions         | Default Extensions
      {N} - Number of backups    : ___ | No Of Backups
      {T} - Top scroll zone      : ___ | Top Scroll Zone
      {B} - Bottom scroll zone   : ___ | Bottom Scroll Zone

    {S}etup                             | [Environment Setup] {Setup} <AltS>
!if os2
      {V} - VIO screen output     : ___ | EnvOpt[S]
!end
!if dos
      {V} - Snow check            : ___ | EnvOpt[S]
!end
      {D} - Delayed screen update : ___ | EnvOpt[D]
      {H} - High background       : ___ | EnvOpt[H]
      {C} - Solid cursor          : ___ | EnvOpt[C]
!if dos
      {M} - Use expanded memory   : ___ | EnvOpt[M]
!end
      {Q} - Help line             : ___ | EnvOpt[Q]
      
      {R} - Load redirection file      | Load Red File
      {E} - Edit redirection file      | Red Edit
      {J} - Load keyboard macros       | Load Macs
      {K} - Save keyboard macros       | Save Macs
      {L} - Load options/windows       | Load Config File
      {S} - Save options/windows       | Save Config File

  {U}tilities                          | [Utilities] {Utilities} <AltU>

    {A} - ASCII table                      | Asciitab      <AltA>
    {C} - Calculator                       | Calculator    <AltL>
    {E} - Find run-time error              | Find Error
    {F} - File search                      | WildSearch    <F4>
    {S} - Search list                      | Search List   <AltF4>
    {K} - Keyboard codes                   | ScanCodes
    {P} - Print file                       | Print
    {Q} - Print settings                   | PrintSet
    {R} - Review DOS screen                | Review Screen <AltF5>
    {V} - View file as data                | View File
    {H} - Help window                      | Help          <AltF1> <AltH>
    {I} - System Info                      | Info          <AltI>
  {V}ID                                    | {VID} '^VID %M(Program to debug: ) %L'  <AltV>

! key                                  | Edit1         <Alt1>
! key                                  | Edit2         <Alt2>
! key                                  | Edit3         <Alt3>
! key                                  | Edit4         <Alt4>
! key                                  | Edit5         <Alt5>
! key                                  | Edit6         <Alt6>
! key                                  | Edit7         <Alt7>
! key                                  | Edit8         <Alt8>
! key                                  | Edit9         <Alt9>
! key                                  | Edit0         <Alt0>
! key                                  | Zoom Window   <F5>
! key                                  | Cycle Windows <F6>
! key                                  | CutKey        <AltK>
! key                                  | WinKey        <AltW>


!!----- Editor menus and keys - Active in editor windows ------
! Editor
! Pop Up                               | [ Editor Menu ] {Edit1}    <F9>
  {L} - load new file                  | Ed Load File        <F3>
  {V} - view file read only            | Ed Load F RO        <ShiftF3>
  {S} - save file                      | Save File
  {W} - write to ...                   | Ed Write File
  {Q} - quick commands                 | [ Quick Menu ]      <CtrlQ>
    {F} - find                         | Ed Find             <CtrlQ F>
    {A} - replace                      | Ed Replace          <CtrlQ A>
    {E} - top of window                | Ed Start Screen     <CtrlQ E> <CtrlHome>
    {X} - bottom of window             | Ed End Screen       <CtrlQ X> <CtrlEnd>
    {R} - top of file                  | Ed Start File       <CtrlQ R> <CtrlPageUp>
    {C} - bottom of file               | Ed End File         <CtrlQ C> <CtrlPageDown>
    {S} - start of line                | Ed Start Line       <CtrlQ S> <Home>
    {D} - end of line                  | Ed End Line         <CtrlQ D> <End>
    {B} - beginning of block           | Ed Goto Begin Block <CtrlQ B>
    {K} - end of block                 | Ed Goto End Block   <CtrlQ K>
    {P} - previous position            | Ed Prev Position    <CtrlQ P>
    {Y} - delete to end of line        | Ed Del End Line     <CtrlQ Y>
    {L} - restore line                 | Ed Restore Line     <CtrlQ L>
    {G} - goto line                    | Ed Goto Line        <CtrlQ G>
  {K} - block commands                 | [ Block Menu ]      <CtrlK>
    {D} - save file                    | Save File           <CtrlK D>
    {A} - all save                     | Save All Files      <CtrlK A>
    {B} - begin block                  | Ed Begin Block      <CtrlK B>
    {K} - end block                    | Ed End Block        <CtrlK K>
    {H} - hide block                   | Ed Hide Block       <CtrlK H>
    {T} - mark word                    | Ed Mark Word        <CtrlK T>
    {L} - mark line                    | Ed Mark Line        <CtrlK L>
    {C} - copy block                   | Ed Copy Block       <CtrlK C>
    {V} - move block                   | Ed Move Block       <CtrlK V>
    {Y} - delete block                 | Ed Del Block        <CtrlK Y>
    {R} - read block                   | Ed Read Block       <CtrlK R>
    {W} - write block                  | Ed Write Block      <CtrlK W>
    {G} - get block                    | Ed Get Block        <CtrlK G>
    {P} - print block                  | Ed Print Block      <CtrlK P>
    {I} - indent block                 | Ed Indent Block     <CtrlK I>
    {U} - undo deletion                | Ed Undo             <CtrlK U>
    {Q} - quit file                    | Ed Quit             <CtrlK Q>

  {O} - editor options                 | [ Options Menu ]    <CtrlO>
    {V} - insert mode    : ___         | EdOpt[V]            <CtrlO V> <CtrlV> <Ins>
    {I} - auto indent    : ___         | EdOpt[I]            <CtrlO I>
    {T} - hard tabs      : ___         | EdOpt[T]            <CtrlO T>
    {C} - control chars  : ___         | EdOpt[C]            <CtrlO C>
    {R} - read only      : ___         | Toggle RO           <CtrlO R>
    {W} - tab width      : ___         | Ed Tab Width        <CtrlO W>

! key                                  | Ed Word Left        <CtrlA> <CtrlLeftArr>
! key                                  | Ed Page Down        <CtrlC> <PageDown>
! key                                  | Ed Move Right       <CtrlD> <RightArr>
! key                                  | Ed Move Up          <CtrlE> <UpArr>
! key                                  | Ed Word Right       <CtrlF> <CtrlRightArr>
! key                                  | Ed Del Forward      <CtrlG> <Del>
! key                                  | Ed Del Backward     <CtrlH>
! key                                  | Ed Tab              <CtrlI>
! key                                  | Ed Find Again       <CtrlL>
! key                                  | Ed Ins Line         <CtrlM>
! key                                  | Ed Ins Below        <CtrlN>
! key                                  | Ed Prefix           <CtrlP>
! key                                  | Ed Page Up          <CtrlR> <PageUp>
! key                                  | Ed Move Left        <CtrlS> <LeftArr>
! key                                  | Ed Del Word         <CtrlT>
! key                                  | Ed Upper Case       <CtrlU>
! key                                  | Ed Scrl Down        <CtrlW>
! key                                  | Ed Move Down        <CtrlX> <DownArr>
! key                                  | Ed Del Line         <CtrlY>
! key                                  | Ed Scrl Up          <CtrlZ>
! key                                  | Ed Next Error       <F8>
! key                                  | Ed Prev Error       <F7>
! key                                  | Ed Case Correct     <ShiftF7>
! key                                  | Ed Goto M1          <CtrlQ 1>
! key                                  | Ed Goto M2          <CtrlQ 2>
! key                                  | Ed Set M1           <CtrlK 1>
! key                                  | Ed Set M2           <CtrlK 2>
! key                                  | Paste               <AltJ>


!! Text messages for TopSpeed environment
!! ======================================

! MsgText
001 5
002 TopSpeed Version 2.02e
003 Copyright (C) 1989 Jensen & Partners International
004 DOS Version 2.02e
005 OS2 Version 2.02e
006 Serial number: @
007 Copyright (C) 1988,1989
008 TopSpeed
009 Jensen & Partners International
010 Error: Menu text line @
011  : "
012 " duplicate key
013 " not recognized
014 TS.MNU : Too many keys defined
015 Menu definition too large
016 Not Enough Memory
017 Date Not set
018 Not enough memory to run Help
019 Save file @
020 Sharing @
021 Change directory to @
022 Load file
023 New file: @
024 Window 1: |Window 2: |Window 3: |Window 4: |Window 5: |Window 6: |Window 7: |Window 8: |Window 9: @
025 BAK
026 BKn
027 Saving @
028 Write to file: @
029 Writing @
030 Write block to file: @
031 Read block
032 File to read: @
033 File not found.
034 PRN
035 Printing
036 \_!%$@?
037 Window to copy block from: @
038 Block not defined in window.
039 Indent size: (+/-)
040 Search string not found.
041 Find:    |Options: @
042 Find:         |Replace with: |Options:      @
043  {Esc}-cancel
044  Replace
045 Line length error
046 ^P
047  Insert  @
048 Overwrite
049 Line @
050 Col @
051 Total file size is too big! (>1MB)
052 File too big! (>500KB)
053 Warning, Disk almost full!
054 Failed to load file @
055 File read failure on @
056 Copy Data fail (source)
057 Load file
058 New file: @
059  (Y/N): @
060  {~17~217}-select  {~25}-pick file  {Esc}-cancel
061 YN
062  Press Esc @
063  {~17~217}-select  {Esc}-cancel
064  Recolor   {~27~26}-background  {~24~25}-foreground  {PgUp}/{PgDn}/{*}-select area       {Esc}-exit @
065  Window   @
066 Write fail, Disk full? @
067 Execute failure on @
068 Error: @
069 SYSTEM ERROR @
070 File: @
071 Terminate environment?
072 Abort or Retry? (A/R)
073 AR
074 Project name: @
075 Run
076 Command line: @
077 Change directory
078 New directory: @
079 File directory
080 File mask: @
081 pm
082 am
!! 83-90 spare
091 View file (read only)
092 Filename: @
093 File not found
094 Invalid CFG file
095 Too many lines in redirection file
096 OS Command Shell
097 Type EXIT to return to TopSpeed Environment
098 Program terminated
099 .EXE
100 On @
101 Off
102 Redirection filename: @
103 Set High Background on Exit?
104 Top scroll zone size: @
105 Bottom scroll zone size: @
106 No of backups: @
107 Execute: @
108 Goto line: @
109 Tab width: @
110 Searching @
111 Block delete to big to be "undone" - Delete anyway?
!! 112-115 *spare*
116  {F1}-help  {~24~25}-choose  {~17~217}-select  {CtrlY}-delete  {Esc}-close
117  Pick file @
!! 118 *spare*
119  {F1}-help  {~27~26~24~25}-choose  {~17~217}-select  {Esc}-close
120   <Dir>
121 Invalid directory: @
122 Overwrite old @
123 File "
124 " not found.
125 File: @
126 Compile
127  Cut text   {~27~26~24~25}-move  {Ctrl~27~26}-fast move   {B}-begin block   {~17~217}-end block
128 ALL
129 Error: Unknown extension: @
130 Search string:   |Files to search: |Options:         @
131 Directories not allowed
132 No match found
!! 133-146 spare
144                          Press {Esc} to abort
145                          Press any key to continue
146 Project   @
147 Alt|Ctrl|Shift|UpArr|PgDn|DownArr|PgUp|Home|End|Del|Tab|Equal|LeftArr|RightArr|Ins|Enter|Esc|PageDown|PageUp|Space
148 Options:
149                          {~17~217}-edit warnings/errors                {Esc}-continue
150 Time taken (H:M:S:HS) =
151 File not found: @
152 TopSpeed V2.02
154 Save Macro File?
155 Read Only
156                          Press {CtrlBreak} to abort
157  Made @
158 Line
159  found
160  warning @
161  warnings @
162  error
163  errors
164 No errors
165 , @
166 Max code size  : @
167 Max const size : @
168 Max data size  : @
169 Make completed
170 Press  to edit
171 Press key to continue
172 Compile completed
173 Make aborted
174 RED
175 TS.RED
176 CFG
177 TS.CFG
178 TS.SES
179  {U}-ignore case  {W}-word  {B}-back  {G}-global  {L}-in block  {N}-no ask  {num}-repeat num
180 BUWGLNR*
181 {~27~26~24~25 Home End PgUp PgDn}-move  @
182 {Shift ~27~26~24~25}-resize   @
183 {~17~217}-recolor  @
184 Execute : unable to find @
!! default filename
185 *.*
!! default extension
186    @
187 Filename not found or extension not recognized: @
188 C:\OSO001.MSG
189 TS.MAC
190 MAC
191 Press key to define
192 Too many errors/warnings
193 /C START "TS SHELL" /F/K @
194 Compiler not installed for this language
195  {F1}-help  {F10}-main menu                                   {Esc}-close  {Alt-X}-exit
196  {F1}-help  {F5}-zoom  {F6}-cycle  {F9}-edit menu  {F10}-main menu  {Esc}-close  {Alt-X}-exit
197  Recording macro for key: {}               Press Alt= to End.
198  {ScrollLock}-exit @
199  {AltW}-exit @

200 Out of memory
201 Dynamic pool limit exceeded
210 Invalid function number
211 File not found
212 Path not found
213 Too many open files (no handles left)
214 Access denied
215 Invalid handle
216 Memory control blocks destroyed
217 Insufficient memory
218 Invalid memory block address
219 Invalid environment
220 Invalid format
221 Invalid access code
222 Invalid data
223 DOS System Error: @
224 Invalid drive was specified
225 Attempt to remove the current directory
226 Not same device
227 No more files
228 Attempt to write on write-protected diskette
229 Unknown unit
230 Drive not ready
231 Unknown command
232 Data error (CRC)
233 Bad request structure length
234 Seek error
235 Unknown media type
236 Sector not found
237 Printer out of paper
238 Write fault
239 Read fault
240 General failure
241 Sharing Violation
242 Lock Violation
243 Invalid disk change
244 FCB unavailable
245 File exists
246 Write failed (disk full?)

250 DEFAULT
251 PRJ
252 PRJ.$$$
253 MAKE|OPTION|MODEL|IMPORT|EXPORT|PRIVATE|INCLUDE|RUN|OVERRIDE|STUB
254 MAIN|OLDEXE|DYNAEXE|LIBRARY|CASE|FIXED|MAP|PACK|CHECK|VID|WINDOWS|MANUAL|STANDARD|IMPLIB|PM|NONPM|CODEVIEW
255 U|S|C|M|L|X|MT
256 Custom|Small|Compact|Medium|Large|XLarge|MThread
257 Reading project @
258 Invalid directive: @
259 Options must begin with "+" or "-" : @
260 Invalid option: @
261 Invalid model: @
262 DOS EXE|OS2 EXE|DOS DLL|OS2 DLL|Library|DynaEXE|WinEXE|WinDLL
263 EXE|EXE|DLL|DLL|LIB|DYNA|WIN|WIN
264 Invalid make result: @




300 Print File
301 Lines per page     : |Page width         : |Top margin         : |Left margin        : |Page heading       : |Init string        : |
302 Form Feed string   : |Final string       : |Output file/device : |Options            : @
303 Printer Options   {H}-Heading  {F}ile date  {W}-Wrap       {Esc}-Exit
305 Printing @
306 Printer Settings
307 File to print: @

310 Unexpected option: @
311 Valid options are:
312   filename     Edit filename.
313   /n filename  Edit file in editor window n (1-9).
314   /L           Set 43/50 line mode
315   /N           New session (ignore TS.SES).
319 DLL load failed: @
322      Total size loaded
323 Time : @
324               Date : @
325  Environment Information @
326  Current dir @
327      Editor windows                 File size
328  Disk free space   : @
329  bytes
330  Processor: @
331 Unknown|V20|V30|8088|8086|80188|80186|80286|80386
332  CoProcessor: @
333 None|8087|80287|80387

340  TopSpeed Help System @
341  {*}-wildcard search {U}-ignore case  {1-9}-editor to load  {R}-use redirection
342 *UR
349 Cannot find file ERRORINF.$$$
350 ERRORINF.$$$
351 Program    : @
352 Error      : @
353 at CS:IP   : @
354 Segment    : @
355 Source     : @
356 Procedure  : @
357  Line @
358  Col @
359 Not enough information to find error
360 Remake program with debug information
361 DBD
362 EXE
363 MAP
364 Find error in source?
365 HLP
366 TSMAIN
367 $index
368  {F1}-index  {~27~26~24~25}-choose {~17~217}-select topic                                {Esc}-close
369  {F1}-index  {~27~26~24~25}-choose {~17~217}-select topic                {PgDn}-next page  {Esc}-close
370  {F1}-index  {~27~26~24~25}-choose {~17~217}-select topic {PgUp}-prev page                 {Esc}-close
371  {F1}-index  {~27~26~24~25}-choose {~17~217}-select topic {PgUp}-prev page {PgDn}-next page  {Esc}-close
372 Help file "
373 " not found.
374 More..
375 Keyboard codesDecHex
376  Keyboard character codes    Press any key       Press {Esc} twice to exit
377  Ascii code   : @
378  Extended code: @
379  Key name     : @
380 DHChCtrlNmDHChCtrlNm
381 DHChDHChDHChDHCh
382 DHChDHChDHDisplayAttr
383  Ascii Table   {PgUp}-prev page  {PgDn}-next page   {Esc}-Close
384 Black|Blue|Green|Cyan|Red|Magenta|Brown|Light Gray|Dark Gray|Light Blue|Light Green|Light Cyan|Light Red|Light Magenta|Yellow|White
385  View File     {PgUp}-prev page  {PgDn}-next page   {Esc}-Close
386 File to view: @
387 File: @
390 ͻ
391                         
392 ͼ
393  {d}ec {a}nd  {+} {-} {s}     {m+} {m-}
394  {h}ex {o}r   {*} {/} {%}     {m*} {m/}
395  {b}in {x}or  {=} {c}lr  {m=} {mr} {mc}
396 Dec|Hex|Bin|M
397 0123456789ABCDEF>dhbaox+-s*/%=cmr
398 Calculator


400 Unknown type of error :
401 Stack overflow
402 Null pointer de-reference
403 Index out of range
404 Arithmetic Overflow
405 Variable out of range
406 No return value from function

410 Memory allocation initialization
411 I/O initialization
430 Invalid window
431 Use memory allocation
432 Settitle memory allocation
433 Initialization error
440 Too many processes
441 New process memory allocation
442 Signal memory allocation
443 Scheduler memory allocation
444 Initialization error
445 Stop process error
450 StartScheduler error.
451 StopScheduler error.
452 StartProcess error.
453 SEND error.
454 WAIT error.
455 Notify error.
456 Init error.
457 Delay error.
460 Dos environment memory allocation

480 MASM.EXE
481 MASM-MOD.EXE
482 /Mx/e
483 Cannot find @
485 TASM.EXE

500 DLL error: @
501 Loader cannot find entry point of main program.
502 Module count exceeded.
503 Wrong DLL version.
504 DLL corrupt.
505 Illegal fixup type found in imported module.
506 Imported module not found.
507 Relocation information corrupt.
508 Imported module not and .EXE or .DLL file.
509 Incorrect .DLL file format.
510 No memory available - load phase 1.
511 Module failed to initialize.
512 Error opening file.
513 No memory available - load phase 2.
514 Error reading file.
515 Error seeking file.
516 Internal error.


!! Default.PRJ contents
!! ====================

900 make DOS EXE
901 option +case +map +pack +vid -fixed
902 model Small
903 include %N initexe
904 import %O%M_clib

!! Batch introductory screen
!! =========================

950 ͻ
951   TopSpeed Version 2.02              Copyright Jensen & Partners Intl 1989   
952                                                                              
953   Usage:  TSC filename(s) [compiler options]             Compile file(s)     
954           TSC projectname /m [make options]              Make project        
955                                                                              
956  General Options Ķ
957   /v0    no VID information                 /v1    minimum VID information   
958   /v2    full VID information               /b     generate line numbers     
959   /rs    stack overflow checking            /rn    nil pointer checking      
960   /ri    array index checking                                                
961  C Options Ķ
962   /a+    ANSI C keywords only               /e-    language extensions off   
963   /j+    default char is unsigned           /n+    allow nested comments     
964   /dnnn  define macro                       /unnn  undefine predefined macro 
965   /p     preprocessor output                /pc    ... with comments         
966   /pl    ... minimize blank space           /zg    generate prototypes       
967   /wxxx+ enable warning xxx                 /wxxx- disable warning xxx       
968   /wxxx* treat warning as an error          /w+    enable all warnings       
969   /w-    disable all warnings               /w*    turn warnings into errors 
970  Model Options Ķ
971   /ms    small model                        /mm    medium model              
972   /mc    compact model                      /ml    large model               
973   /mx    extra large model                  /mmt   multi thread model        
974 More..                                                                        
975   /xgnnn global data threshold              /xj    JPI call convention       
976   /xf    far function calls                 /xd    xlarge model data         
977   /xl    far data pointers                  /xt    multi-thread programming  
978  Optimization Options Ķ
979   /ox-   disable all optimizations                                           
980   /ot-   disable time optimization          /oe-   disable CSE optimization  
981   /oc-   disable constant optimization      /oh-   disable peep hole optim.  
982   /oj-   disable jump optimization          /ol-   disable loop optimization 
983   /oa-   disable alias optimization         /or-   disable register optim.   
984   /of-   disable stack frame optim.         /opx   select processor 80x86    
985   /oq0   select fp-emulator (default)       /oqx   select co-processor 80x87 
986  Misc. Options Ķ
987   /fpnnn define project file                /y     use DOS environment vars  
988   /Iddd  include files directory            /zq    quiet mode                
989  Make Options Ķ
990   /r     remake all objects                 /s     single make               
991   /t     trace make actions                 /n     suppress re-compilation   
992 ͼ

!! Compiler text messages
!! ======================

! MsgText 'tsmake.txt'

!if mod
! MsgText 'tsmod.txt'
!end

! MsgText 'tsasm.txt'

!if C
! MsgText 'tsc.txt'
!end

!if pas
! MsgText 'tspas.txt'
!end

! MsgText 'tsisl.txt'

