DLL.PLG
上传用户:hyb6888
上传日期:2016-01-24
资源大小:5186k
文件大小:5k
源码类别:

输入法编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: dll - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "D:DOCUME~1wwLOCALS~1TempRSP1F.tmp" with contents
  10. [
  11. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DLL_EXPORTS" /FR"Debug/" /Fp"Debug/dll.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp"
  13. "D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0dll.cpp"
  14. "D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0myHDC.cpp"
  15. "D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0myWinAttrib.cpp"
  16. ]
  17. Creating command line "cl.exe @D:DOCUME~1wwLOCALS~1TempRSP1F.tmp" 
  18. Creating temporary file "D:DOCUME~1wwLOCALS~1TempRSP20.tmp" with contents
  19. [
  20. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DLL_EXPORTS" /FR"Debug/" /Fp"Debug/dll.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  21. "D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0StdAfx.cpp"
  22. ]
  23. Creating command line "cl.exe @D:DOCUME~1wwLOCALS~1TempRSP20.tmp" 
  24. Creating temporary file "D:DOCUME~1wwLOCALS~1TempRSP21.tmp" with contents
  25. [
  26. IMM32.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 /dll /incremental:yes /pdb:"Debug/myWinclass.pdb" /debug /machine:I386 /def:".DLL.DEF" /out:"Debug/myWinclass.dll" /implib:"Debug/myWinclass.lib" /pdbtype:sept 
  27. ".DebugCMyWnd.obj"
  28. ".Debugdll.obj"
  29. ".DebugmyHDC.obj"
  30. ".DebugmyWinAttrib.obj"
  31. ".DebugStdAfx.obj"
  32. ]
  33. Creating command line "link.exe @D:DOCUME~1wwLOCALS~1TempRSP21.tmp"
  34. <h3>Output Window</h3>
  35. Compiling...
  36. StdAfx.cpp
  37. Compiling...
  38. CMyWnd.cpp
  39. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(197) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
  40. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(219) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
  41. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(219) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
  42. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(335) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
  43. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(345) : warning C4018: '<' : signed/unsigned mismatch
  44. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(354) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
  45. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(354) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
  46. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(355) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
  47. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(366) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
  48. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(367) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
  49. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(368) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
  50. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(369) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
  51. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(370) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
  52. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0CMyWnd.cpp(371) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
  53. dll.cpp
  54. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0dll.cpp(64) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
  55. D:Documents and Settingsww桌面JSiem20_XT_XP2007-1-19VB窗口WinDLL0dll.cpp(64) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
  56. myHDC.cpp
  57. myWinAttrib.cpp
  58. Generating Code...
  59. Linking...
  60.    Creating library Debug/myWinclass.lib and object Debug/myWinclass.exp
  61. Creating command line "bscmake.exe /nologo /o"Debug/dll.bsc"  ".DebugStdAfx.sbr" ".DebugCMyWnd.sbr" ".Debugdll.sbr" ".DebugmyHDC.sbr" ".DebugmyWinAttrib.sbr""
  62. Creating browse info file...
  63. <h3>Output Window</h3>
  64. <h3>Results</h3>
  65. myWinclass.dll - 0 error(s), 16 warning(s)
  66. </pre>
  67. </body>
  68. </html>