home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / sspsidl.h < prev    next >
Text File  |  1998-04-25  |  1KB  |  35 lines

  1. #error You must re-compile the supplied IDL files using your MIDL compiler.
  2.  
  3. /*
  4.     The Microsoft Smart Card system utilizes IDL files to describe its COM-based
  5.     interfaces.  However, due to differences between MIDL compilers on the
  6.     various platforms, it is necessary that you compile these IDL files with the
  7.     MIDL compiler that corresponds to your development platform.
  8.  
  9.     To resolve this problem, execute the following commands in this file's
  10.     directory:
  11.  
  12.         midl scarddat.idl
  13.         midl scardsrv.idl
  14.         midl scardmgr.idl
  15.         midl sspsidl.idl
  16.  
  17.     Depending on your platform, you may have to specify the default SDK include
  18.     directory.  For example, if you are using Microsoft Visual Studio 97 with
  19.     the default installation options, you may have to modify the above commands
  20.     as follows:
  21.  
  22.         midl -I "C:\Program Files\DevStudio\VC\include" scarddat.idl
  23.         midl -I "C:\Program Files\DevStudio\VC\include" scardsrv.idl
  24.         midl -I "C:\Program Files\DevStudio\VC\include" scardmgr.idl
  25.         midl -I "C:\Program Files\DevStudio\VC\include" sspsidl.idl
  26.  
  27.     It is possible that you will get warnings of the form,
  28.  
  29.         warning MIDL2039 : interface does not conform to [oleautomation]
  30.                            attribute : ...
  31.  
  32.     These warnings may be safely ignored.
  33. */
  34.  
  35.