ExEquation.plg
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:4k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ExEquation - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "midl.exe /tlb ".ExEquation.tlb" /h "ExEquation.h" /iid "ExEquation_i.c" /Oicf "C:VCday14ExEquationExEquation.idl""
  10. Creating command line "rc.exe /l 0x804 /fo"Debug/ExEquation.res" /d "_DEBUG" /d "_AFXDLL" "C:VCday14ExEquationExEquation.rc"" 
  11. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP5E.tmp" with contents
  12. [
  13. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/ExEquation.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  14. "C:VCday14ExEquationExEquation.cpp"
  15. "C:VCday14ExEquationMyEquation.cpp"
  16. ]
  17. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP5E.tmp" 
  18. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP5F.tmp" with contents
  19. [
  20. /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/ExEquation.pdb" /debug /machine:I386 /def:".ExEquation.def" /out:"Debug/ExEquation.dll" /implib:"Debug/ExEquation.lib" /pdbtype:sept 
  21. .DebugExEquation.obj
  22. .DebugMyEquation.obj
  23. .DebugStdAfx.obj
  24. .DebugExEquation.res
  25. ]
  26. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP5F.tmp"
  27. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP60.bat" with contents
  28. [
  29. @echo off
  30. regsvr32 /s /c ".DebugExEquation.dll"
  31. echo regsvr32 exec. time > ".Debugregsvr32.trg"
  32. ]
  33. Creating command line "C:DOCUME~1ADMINI~1LOCALS~1TempRSP60.bat"
  34. Creating Type Library...
  35. Microsoft (R) MIDL Compiler Version 5.01.0164  
  36. Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
  37. Processing C:VCday14ExEquationExEquation.idl
  38. ExEquation.idl
  39. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEoaidl.idl
  40. oaidl.idl
  41. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEobjidl.idl
  42. objidl.idl
  43. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEunknwn.idl
  44. unknwn.idl
  45. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEwtypes.idl
  46. wtypes.idl
  47. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEocidl.idl
  48. ocidl.idl
  49. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEoleidl.idl
  50. oleidl.idl
  51. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEservprov.idl
  52. servprov.idl
  53. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEurlmon.idl
  54. urlmon.idl
  55. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEmsxml.idl
  56. msxml.idl
  57. C:VCday14ExEquationExEquation.idl(31) : warning MIDL2039 : interface does not conform to [oleautomation] attribute : [ Parameter 'equ' of Procedure 'solve' ( Interface 'IMyEquation' ) ]
  58. C:VCday14ExEquationExEquation.idl(31) : warning MIDL2039 : interface does not conform to [oleautomation] attribute : [ Parameter 'roots' of Procedure 'solve' ( Interface 'IMyEquation' ) ]
  59. Compiling resources...
  60. Compiling...
  61. ExEquation.cpp
  62. Generating Code...
  63. Compiling...
  64. MyEquation.cpp
  65. C:VCday14ExEquationMyEquation.cpp(25) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
  66. C:VCday14ExEquationMyEquation.cpp(29) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
  67. C:VCday14ExEquationMyEquation.cpp(30) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
  68. C:VCday14ExEquationMyEquation.cpp(31) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
  69. Generating Code...
  70. Linking...
  71. <h3>Output Window</h3>
  72. Performing registration
  73. <h3>Results</h3>
  74. ExEquation.dll - 0 error(s), 6 warning(s)
  75. </pre>
  76. </body>
  77. </html>