Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2010
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.10 KB | None | 0 0
  1. 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" -L"C:/Program Files/Microsoft Platform SDK/Lib" -L"C:/Devcpp/lib" -lole32 -lkernel32 -lgdi32 -luuid -luser32 -mwindows -mwindows  
  2.  
  3. MSHTMLTest/HTMLWindow.o(.text+0xb09):HTMLWindow.cpp: undefined reference to `SafeArrayCreate@12'
  4. MSHTMLTest/HTMLWindow.o(.text+0xb2b):HTMLWindow.cpp: undefined reference to `SafeArrayAccessData@8'
  5. MSHTMLTest/HTMLWindow.o(.text+0xbf9):HTMLWindow.cpp: undefined reference to `SysAllocString@4'
  6. MSHTMLTest/HTMLWindow.o(.text+0xc9e):HTMLWindow.cpp: undefined reference to `SafeArrayDestroy@4'
  7. MSHTMLTest/HTMLWindow.o(.text+0x1e98):HTMLWindow.cpp: undefined reference to `VariantInit@4'
  8. MSHTMLTest/HTMLWindow.o(.text+0x1f4f):HTMLWindow.cpp: undefined reference to `SysAllocString@4'
  9. MSHTMLTest/HTMLWindow.o(.text+0x1fd1):HTMLWindow.cpp: undefined reference to `VariantClear@4'
  10. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement