BCB的WebBrowser控件 编译问题,着急 !!!!!!!!!!!!!!!!!!!
bcb6.0新建空工程 , 在form上放入TWebBrowser控件 然后编译出现下列错误:
(新安装的BCB,无第三方控件),貌似和某些东西发生命名冲突, 以前遇到过这个问题 忘了怎么解决的了。。。
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppSearchAssistantOC::BeforeDestruction()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppSearchAssistantOC::InitServerData()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppSearchAssistantOC::InvokeEvent(int, System::DynamicArray<System::OleVariant>&)' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppSearchAssistantOC::Connect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppSearchAssistantOC::Disconnect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppCScriptErrorList::BeforeDestruction()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppCScriptErrorList::InitServerData()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppCScriptErrorList::Connect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppCScriptErrorList::Disconnect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TShellFavoritesNameSpace::BeforeDestruction()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TShellFavoritesNameSpace::InitServerData()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TShellFavoritesNameSpace::InvokeEvent(int, System::DynamicArray<System::OleVariant>&)' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TShellFavoritesNameSpace::Connect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TShellFavoritesNameSpace::Disconnect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellUIHelper::BeforeDestruction()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellUIHelper::InitServerData()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellUIHelper::Connect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellUIHelper::Disconnect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellWindows::BeforeDestruction()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellWindows::InitServerData()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellWindows::InvokeEvent(int, System::DynamicArray<System::OleVariant>&)' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellWindows::Connect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellWindows::Disconnect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellBrowserWindow::BeforeDestruction()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellBrowserWindow::InitServerData()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellBrowserWindow::InvokeEvent(int, System::DynamicArray<System::OleVariant>&)' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellBrowserWindow::Connect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppShellBrowserWindow::Disconnect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppInternetExplorer::BeforeDestruction()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppInternetExplorer::InitServerData()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppInternetExplorer::InvokeEvent(int, System::DynamicArray<System::OleVariant>&)' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppInternetExplorer::Connect()' referenced from ...\TESTWEB\UNIT1.OBJ
[Linker Error] Unresolved external '__fastcall Shdocvw_tlb::TCppInternetExplorer::Disconnect()' referenced from ...\TESTWEB\UNIT1.OBJ