home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / turbocad / v8trial / TurboCADv8ProfessionalNoReg.exe / Data.Cab / F38955_Progids.rc < prev    next >
Encoding:
Text File  |  2001-10-16  |  511 b   |  15 lines

  1. // ProgIDs.RC -- Resource script for Delphi TurboCAD local servers.
  2. // Delphi doesn't support type libraries, so we use this resource
  3. // to find out what servers are in the .EXE.
  4. // (In lieu of performing a big search of the registry).
  5.  
  6. // "PROGIDS" is the predefined name for the resource -- Do not change.
  7. // Each server in the EXE should have its prog id listed here.
  8. // Separate server prog ids by "\0".
  9. // Terminate with an additional "\0".
  10.  
  11. PROGIDS RCDATA
  12. BEGIN
  13.     "RRect.RoundedRect\0\0"
  14. END
  15.