home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / ADSDK.ZIP / Samples / General / ADQI / helper.plg < prev    next >
Encoding:
Text File  |  1998-10-26  |  3.9 KB  |  62 lines

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: helper - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:\TEMP\RSP172.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/helper.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "H:\adsi25b1\sdk\Samples\cpp\adqi\helper.cpp"
  13. ]
  14. Creating command line "cl.exe @C:\TEMP\RSP172.tmp" 
  15. Creating temporary file "C:\TEMP\RSP173.tmp" with contents
  16. [
  17. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/helper.pdb" /debug /machine:I386 /out:"Debug/helper.exe" /pdbtype:sept 
  18. .\Debug\helper.obj
  19. ]
  20. Creating command line "link.exe @C:\TEMP\RSP173.tmp"
  21. <h3>Output Window</h3>
  22. Compiling...
  23. helper.cpp
  24. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(333) : error C2065: 'ADSTYPE_NT_SECURITY_DESCRIPTOR' : undeclared identifier
  25. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(333) : error C2051: case expression not constant
  26. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(517) : error C2065: 'ADSTYPE_CASEIGNORE_LIST' : undeclared identifier
  27. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(517) : error C2051: case expression not constant
  28. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(520) : error C2065: 'ADSTYPE_OCTET_LIST' : undeclared identifier
  29. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(520) : error C2051: case expression not constant
  30. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(523) : error C2065: 'ADSTYPE_PATH' : undeclared identifier
  31. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(523) : error C2051: case expression not constant
  32. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(526) : error C2065: 'ADSTYPE_POSTALADDRESS' : undeclared identifier
  33. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(526) : error C2051: case expression not constant
  34. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(529) : error C2065: 'ADSTYPE_TIMESTAMP' : undeclared identifier
  35. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(529) : error C2051: case expression not constant
  36. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(532) : error C2065: 'ADSTYPE_BACKLINK' : undeclared identifier
  37. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(532) : error C2051: case expression not constant
  38. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(535) : error C2065: 'ADSTYPE_TYPEDNAME' : undeclared identifier
  39. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(535) : error C2051: case expression not constant
  40. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(538) : error C2065: 'ADSTYPE_HOLD' : undeclared identifier
  41. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(538) : error C2051: case expression not constant
  42. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(541) : error C2065: 'ADSTYPE_NETADDRESS' : undeclared identifier
  43. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(541) : error C2051: case expression not constant
  44. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(544) : error C2065: 'ADSTYPE_REPLICAPOINTER' : undeclared identifier
  45. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(544) : error C2051: case expression not constant
  46. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(547) : error C2065: 'ADSTYPE_FAXNUMBER' : undeclared identifier
  47. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(547) : error C2051: case expression not constant
  48. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(550) : error C2065: 'ADSTYPE_EMAIL' : undeclared identifier
  49. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(550) : error C2051: case expression not constant
  50. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(553) : error C2051: case expression not constant
  51. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(556) : error C2065: 'ADSTYPE_UNKNOWN' : undeclared identifier
  52. h:\adsi25b1\sdk\samples\cpp\adqi\helper.cpp(556) : error C2051: case expression not constant
  53. Error executing cl.exe.
  54.  
  55.  
  56.  
  57. <h3>Results</h3>
  58. helper.exe - 29 error(s), 0 warning(s)
  59. </pre>
  60. </body>
  61. </html>
  62.