examples.plg
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:3k
源码类别:

模拟服务器

开发平台:

C/C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: examples - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:WINDOWSTEMPRSP3172.TMP" with contents
  10. [
  11. /nologo /MD /GX /O2 /I "../include" /I "../mysql/include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/examples.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
  12. "C:WindowsDesktoplazymysql++examplesresetdb.cpp"
  13. ]
  14. Creating command line "xicl6.exe @C:WINDOWSTEMPRSP3172.TMP" 
  15. Creating temporary file "C:WINDOWSTEMPRSP3173.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 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:no /pdb:"Release/examples.pdb" /machine:I386 /out:"Release/examples.exe" 
  18. "..libmysql++.lib"
  19. ".Releaseresetdb.obj"
  20. ]
  21. Creating command line "xilink6.exe @C:WINDOWSTEMPRSP3173.TMP"
  22. <h3>Output Window</h3>
  23. Compiling...
  24. resetdb.cpp
  25. ../includetype_info1.hh(39) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  26. ../includetype_info1.hh(159) : warning C4800: 'unsigned int' : forcing value to bool 'true' or 'false' (performance warning)
  27. ../includetype_info1.hh(172) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  28. ../includetype_info1.hh(176) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  29. ../includetype_info1.hh(180) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  30. ../includetype_info1.hh(184) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  31. ../includeconvert1.hh(40) : warning C4273: 'strtol' : inconsistent dll linkage.  dllexport assumed.
  32. ../includeconvert1.hh(41) : warning C4273: 'strtoul' : inconsistent dll linkage.  dllexport assumed.
  33. ../includesql_query1.hh(37) : warning C4800: 'class SQLQuery *' : forcing value to bool 'true' or 'false' (performance warning)
  34. ../includesql_query1.hh(135) : warning C4355: 'this' : used in base member initializer list
  35. ../includecompare1.hh(48) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  36. ../includeresult1.hh(33) : warning C4355: 'this' : used in base member initializer list
  37. ../includeresult1.hh(42) : warning C4800: 'char' : forcing value to bool 'true' or 'false' (performance warning)
  38. Linking...
  39. <h3>Results</h3>
  40. examples.exe - 0 error(s), 13 warning(s)
  41. </pre>
  42. </body>
  43. </html>