EXAMPLE.PLG
上传用户:wqdppr
上传日期:2022-05-08
资源大小:39k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Example - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/Example.res" /d "NDEBUG" /d "_AFXDLL" "D:VC写作目录源代码第三章动态创建文本框控件Example.rc"" 
  10. Creating temporary file "C:DOCUME~1tangbinLOCALS~1TempRSPFF.tmp" with contents
  11. [
  12. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Example.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "D:VC写作目录源代码第三章动态创建文本框控件Example.cpp"
  14. "D:VC写作目录源代码第三章动态创建文本框控件ExampleDlg.cpp"
  15. ]
  16. Creating command line "cl.exe @C:DOCUME~1tangbinLOCALS~1TempRSPFF.tmp" 
  17. Creating temporary file "C:DOCUME~1tangbinLOCALS~1TempRSP100.tmp" with contents
  18. [
  19. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Example.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  20. "D:VC写作目录源代码第三章动态创建文本框控件StdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @C:DOCUME~1tangbinLOCALS~1TempRSP100.tmp" 
  23. Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/Example.pdb" /machine:I386 /out:"Release/Example.exe"  ".ReleaseExample.obj" ".ReleaseExampleDlg.obj" ".ReleaseStdAfx.obj" ".ReleaseExample.res" "
  24. <h3>Output Window</h3>
  25. Compiling resources...
  26. Compiling...
  27. StdAfx.cpp
  28. Compiling...
  29. Example.cpp
  30. ExampleDlg.cpp
  31. Generating Code...
  32. Linking...
  33. <h3>Results</h3>
  34. Example.exe - 0 error(s), 0 warning(s)
  35. </pre>
  36. </body>
  37. </html>