home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / template / atl / addatl.idl < prev    next >
Encoding:
Text File  |  1998-06-16  |  426 b   |  21 lines

  1. // [!ProjectName].idl : IDL source for [!ProjectName].exe
  2. //
  3.  
  4. // This file will be processed by the MIDL tool to
  5. // produce the type library ([!ProjectName].tlb) and marshalling code.
  6.  
  7. import "oaidl.idl";
  8. import "ocidl.idl";
  9.  
  10. [
  11.     uuid([!TypelibGUID]),
  12.     version(1.0),
  13.     helpstring("[!ProjectName] 1.0 Type Library")
  14. ]
  15. library [!ProjectNameSafe]Lib
  16. {
  17.     importlib("stdole32.tlb");
  18.     importlib("stdole2.tlb");
  19.  
  20. };
  21.