Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2010
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.78 KB | None | 0 0
  1. Kompilator: Default compiler
  2. Building Makefile: "C:\Users\kredkołamacz\Desktop\Makefile.win"
  3. Wykonywanie  make...
  4. make.exe -f "C:\Users\kredkołamacz\Desktop\Makefile.win" all
  5. g++.exe MSHTMLTest/DocHostUiHandler.o MSHTMLTest/HTMLWindow.o MSHTMLTest/MSHTMLTest.o MSHTMLTest/OleClientSite.o MSHTMLTest/OleInPlaceSite.o MSHTMLTest/stdHelpers.o MSHTMLTest/Tracer.o MSHTMLTest/UrlHelper.o MSHTMLTest/VariantHelper.o  -o "Projekt1.exe" -L"C:/Dev-Cpp/lib" -mwindows  
  6.  
  7. MSHTMLTest/HTMLWindow.o(.text+0x61e):HTMLWindow.cpp: undefined reference to `OleInitialize@4'
  8. MSHTMLTest/HTMLWindow.o(.text+0x7aa):HTMLWindow.cpp: undefined reference to `OleUninitialize@0'
  9. MSHTMLTest/HTMLWindow.o(.text+0x7f8):HTMLWindow.cpp: undefined reference to `OleUninitialize@0'
  10. MSHTMLTest/HTMLWindow.o(.text+0x846):HTMLWindow.cpp: undefined reference to `OleUninitialize@0'
  11. MSHTMLTest/HTMLWindow.o(.text+0x894):HTMLWindow.cpp: undefined reference to `IID_IUnknown'
  12. MSHTMLTest/HTMLWindow.o(.text+0x8b3):HTMLWindow.cpp: undefined reference to `IID_IDispatch'
  13. MSHTMLTest/HTMLWindow.o(.text+0xa7e):HTMLWindow.cpp: undefined reference to `IID_IWebBrowser2'
  14. MSHTMLTest/HTMLWindow.o(.text+0xad8):HTMLWindow.cpp: undefined reference to `IID_IHTMLDocument2'
  15. MSHTMLTest/HTMLWindow.o(.text+0xb09):HTMLWindow.cpp: undefined reference to `SafeArrayCreate@12'
  16. MSHTMLTest/HTMLWindow.o(.text+0xb2b):HTMLWindow.cpp: undefined reference to `SafeArrayAccessData@8'
  17. MSHTMLTest/HTMLWindow.o(.text+0xbf9):HTMLWindow.cpp: undefined reference to `SysAllocString@4'
  18. MSHTMLTest/HTMLWindow.o(.text+0xc9e):HTMLWindow.cpp: undefined reference to `SafeArrayDestroy@4'
  19. MSHTMLTest/HTMLWindow.o(.text+0x10c1):HTMLWindow.cpp: undefined reference to `IID_IOleObject'
  20. MSHTMLTest/HTMLWindow.o(.text+0x10c8):HTMLWindow.cpp: undefined reference to `CLSID_WebBrowser'
  21. MSHTMLTest/HTMLWindow.o(.text+0x10d4):HTMLWindow.cpp: undefined reference to `OleCreate@28'
  22. MSHTMLTest/HTMLWindow.o(.text+0x11a4):HTMLWindow.cpp: undefined reference to `OleSetContainedObject@8'
  23. MSHTMLTest/HTMLWindow.o(.text+0x121c):HTMLWindow.cpp: undefined reference to `IID_IWebBrowser2'
  24. MSHTMLTest/HTMLWindow.o(.text+0x1363):HTMLWindow.cpp: undefined reference to `IID_IWebBrowser2'
  25. MSHTMLTest/HTMLWindow.o(.text+0x176c):HTMLWindow.cpp: undefined reference to `IID_IUnknown'
  26. MSHTMLTest/HTMLWindow.o(.text+0x1795):HTMLWindow.cpp: undefined reference to `IID_IConnectionPointContainer'
  27. MSHTMLTest/HTMLWindow.o(.text+0x17cb):HTMLWindow.cpp: undefined reference to `DIID_DWebBrowserEvents2'
  28. MSHTMLTest/HTMLWindow.o(.text+0x1a87):HTMLWindow.cpp: undefined reference to `IID_IWebBrowser2'
  29. MSHTMLTest/HTMLWindow.o(.text+0x1ab3):HTMLWindow.cpp: undefined reference to `IID_IOleInPlaceActiveObject'
  30.  
  31. MSHTMLTest/HTMLWindow.o(.text+0x1e75):HTMLWindow.cpp: undefined reference to `IID_IWebBrowser2'
  32. MSHTMLTest/HTMLWindow.o(.text+0x1e98):HTMLWindow.cpp: undefined reference to `VariantInit@4'
  33. MSHTMLTest/HTMLWindow.o(.text+0x1f4f):HTMLWindow.cpp: undefined reference to `SysAllocString@4'
  34. MSHTMLTest/HTMLWindow.o(.text+0x1fd1):HTMLWindow.cpp: undefined reference to `VariantClear@4'
  35. MSHTMLTest/OleClientSite.o(.text+0x85):OleClientSite.cpp: undefined reference to `IID_IUnknown'
  36. MSHTMLTest/OleClientSite.o(.text+0xa4):OleClientSite.cpp: undefined reference to `IID_IOleClientSite'
  37. MSHTMLTest/OleClientSite.o(.text+0xd7):OleClientSite.cpp: undefined reference to `IID_IOleInPlaceSite'
  38. MSHTMLTest/OleClientSite.o(.text+0x135):OleClientSite.cpp: undefined reference to `DIID_DWebBrowserEvents2'
  39. MSHTMLTest/OleClientSite.o(.text+0x160):OleClientSite.cpp: undefined reference to `IID_IDispatch'
  40. MSHTMLTest/OleInPlaceSite.o(.text$_ZN14OleInPlaceSite15OnPosRectChangeEPK7tagRECT+0x19):OleInPlaceSite.cpp: undefined reference to `IID_IOleInPlaceObject'
  41. collect2: ld returned 1 exit status
  42.  
  43. make.exe: *** [Projekt1.exe] Error 1
  44.  
  45. Wykonanie zakończone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement