home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VB / IDGEN / README.TXT < prev    next >
Encoding:
Text File  |  1996-06-20  |  1.1 KB  |  31 lines

  1. IDGEN
  2. -----
  3.  
  4. Both GUIDGEN and UUIDGEN are tools for generating globally unique identifiers
  5. known as GUIDs.  GUIDS are commonly used in OLE to identify classes (CLSID) or
  6. interfaces (IID.)  These utilities are included with VB for developers who want
  7. to generate IDL (Interface Description Language) or ODL (Object Description
  8. Language.)  IDL and ODL are used with the MIDL.EXE and MKTYPLIB.EXE tools to
  9. generate type libraries that can be used with VB.  
  10.  
  11. GUIDGEN.EXE
  12. -----------
  13.  
  14. GUIDGEN is a windows program that generates GUIDs in several different formats.
  15. GUIDGEN places GUIDs in the clipboard so that you can paste them where you need
  16. to use them.
  17.  
  18. UUIDGEN.EXE
  19. -----------
  20.  
  21. UUIDGEN is a command line utility that also generates GUIDs in different formats.
  22. You use UUIDGEN as follows:
  23.  
  24. UUIDGEN [-isonvh?]
  25.  
  26.  i - Output UUID in an IDL interface template
  27.  s - Output UUID as an initialized C struct
  28.  o<filename> - redirect output to a file, specified immediately after o
  29.  n<number> - Number of UUIDs to generate, specified immediately after n
  30.  v - display version information about uuidgen
  31.  h,? - Display command option summary