Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Kompilator: Default compiler
- Building Makefile: "C:\Users\kredkołamacz\Desktop\Makefile.win"
- Wykonywanie make...
- make.exe -f "C:\Users\kredkołamacz\Desktop\Makefile.win" all
- 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
- MSHTMLTest/HTMLWindow.o(.text+0x61e):HTMLWindow.cpp: undefined reference to `OleInitialize@4'
- MSHTMLTest/HTMLWindow.o(.text+0x7aa):HTMLWindow.cpp: undefined reference to `OleUninitialize@0'
- MSHTMLTest/HTMLWindow.o(.text+0x7f8):HTMLWindow.cpp: undefined reference to `OleUninitialize@0'
- MSHTMLTest/HTMLWindow.o(.text+0x846):HTMLWindow.cpp: undefined reference to `OleUninitialize@0'
- MSHTMLTest/HTMLWindow.o(.text+0x894):HTMLWindow.cpp: undefined reference to `IID_IUnknown'
- MSHTMLTest/HTMLWindow.o(.text+0x8b3):HTMLWindow.cpp: undefined reference to `IID_IDispatch'
- MSHTMLTest/HTMLWindow.o(.text+0xa7e):HTMLWindow.cpp: undefined reference to `IID_IWebBrowser2'
- MSHTMLTest/HTMLWindow.o(.text+0xad8):HTMLWindow.cpp: undefined reference to `IID_IHTMLDocument2'
- MSHTMLTest/HTMLWindow.o(.text+0xb09):HTMLWindow.cpp: undefined reference to `SafeArrayCreate@12'
- MSHTMLTest/HTMLWindow.o(.text+0xb2b):HTMLWindow.cpp: undefined reference to `SafeArrayAccessData@8'
- MSHTMLTest/HTMLWindow.o(.text+0xbf9):HTMLWindow.cpp: undefined reference to `SysAllocString@4'
- MSHTMLTest/HTMLWindow.o(.text+0xc9e):HTMLWindow.cpp: undefined reference to `SafeArrayDestroy@4'
- MSHTMLTest/HTMLWindow.o(.text+0x10c1):HTMLWindow.cpp: undefined reference to `IID_IOleObject'
- MSHTMLTest/HTMLWindow.o(.text+0x10c8):HTMLWindow.cpp: undefined reference to `CLSID_WebBrowser'
- MSHTMLTest/HTMLWindow.o(.text+0x10d4):HTMLWindow.cpp: undefined reference to `OleCreate@28'
- MSHTMLTest/HTMLWindow.o(.text+0x11a4):HTMLWindow.cpp: undefined reference to `OleSetContainedObject@8'
- MSHTMLTest/HTMLWindow.o(.text+0x121c):HTMLWindow.cpp: undefined reference to `IID_IWebBrowser2'
- MSHTMLTest/HTMLWindow.o(.text+0x1363):HTMLWindow.cpp: undefined reference to `IID_IWebBrowser2'
- MSHTMLTest/HTMLWindow.o(.text+0x176c):HTMLWindow.cpp: undefined reference to `IID_IUnknown'
- MSHTMLTest/HTMLWindow.o(.text+0x1795):HTMLWindow.cpp: undefined reference to `IID_IConnectionPointContainer'
- MSHTMLTest/HTMLWindow.o(.text+0x17cb):HTMLWindow.cpp: undefined reference to `DIID_DWebBrowserEvents2'
- MSHTMLTest/HTMLWindow.o(.text+0x1a87):HTMLWindow.cpp: undefined reference to `IID_IWebBrowser2'
- MSHTMLTest/HTMLWindow.o(.text+0x1ab3):HTMLWindow.cpp: undefined reference to `IID_IOleInPlaceActiveObject'
- MSHTMLTest/HTMLWindow.o(.text+0x1e75):HTMLWindow.cpp: undefined reference to `IID_IWebBrowser2'
- MSHTMLTest/HTMLWindow.o(.text+0x1e98):HTMLWindow.cpp: undefined reference to `VariantInit@4'
- MSHTMLTest/HTMLWindow.o(.text+0x1f4f):HTMLWindow.cpp: undefined reference to `SysAllocString@4'
- MSHTMLTest/HTMLWindow.o(.text+0x1fd1):HTMLWindow.cpp: undefined reference to `VariantClear@4'
- MSHTMLTest/OleClientSite.o(.text+0x85):OleClientSite.cpp: undefined reference to `IID_IUnknown'
- MSHTMLTest/OleClientSite.o(.text+0xa4):OleClientSite.cpp: undefined reference to `IID_IOleClientSite'
- MSHTMLTest/OleClientSite.o(.text+0xd7):OleClientSite.cpp: undefined reference to `IID_IOleInPlaceSite'
- MSHTMLTest/OleClientSite.o(.text+0x135):OleClientSite.cpp: undefined reference to `DIID_DWebBrowserEvents2'
- MSHTMLTest/OleClientSite.o(.text+0x160):OleClientSite.cpp: undefined reference to `IID_IDispatch'
- MSHTMLTest/OleInPlaceSite.o(.text$_ZN14OleInPlaceSite15OnPosRectChangeEPK7tagRECT+0x19):OleInPlaceSite.cpp: undefined reference to `IID_IOleInPlaceObject'
- collect2: ld returned 1 exit status
- make.exe: *** [Projekt1.exe] Error 1
- Wykonanie zakończone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement