home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / utility / resc / resc.doc < prev    next >
Encoding:
Text File  |  1993-07-05  |  1.7 KB  |  44 lines

  1.  
  2. Are you confused of building menus for your Turbo-Vision program
  3. or find it hard to use Strings from resources. Under windows it
  4. does give resource-designers for that for TV not so much yet.
  5. With my tools RESC.EXE and RESLINK.EXE you'll be able to use
  6. Resource-Script also for your MENU and STRINGTABLE's also under
  7. DOS for TV-programms. Instead of writing a complex
  8. NewMenu(,,nil,nil))))) structure down you can easy write it down
  9. as a menu-script (the file BPMENU.RC is an example for that)
  10. and compile it with RESC to a Resource-File. The Resource is
  11. easier to use for you and saves also place in the EXE File.
  12.  
  13. The script language can be compared to MS's RC.EXE syntax.
  14. So if you familar with my syntax it would be easy for you
  15. to convert your script to windows. The other direction
  16. it would be the same.
  17.  
  18. Another resource type currently supported are a 'StringTable'
  19. this is stored under the same name in the Resource and holds
  20. all strings. I've used this method because under Windows it's
  21. not possible to use more than one stringtable in a program.
  22. If you design your TV program with in that manner it's easier
  23. to go later to Windows-platform with your programs.
  24.  
  25. In future I plan to develop further Resource Type likes
  26. VERSIONINFO and DIALOG. To use you favortie Resource-Desingers
  27. together with this compiler you can use RESLINK in you makescript
  28. to building the final resourcefile from several smaller ones.
  29.  
  30. If you have some additional questions or suggestions about the program
  31. you can reach me under following addresses ( I prefer E-Mail ):
  32.  
  33.  Stefan Boether          E-Mail:  CompuServe   100023,275
  34.  Methfesselstr. 38                Internet     100023.275@CompuServe.COM
  35.  W-20257 Hamburg
  36.  = West-Germany =
  37.  
  38.  
  39. - Mfg Stefc -
  40.  
  41.  
  42.  
  43.  
  44.