wince 精简的时候,去掉Interner Explorer 6.0 Sample Browser就报错.该如何处理

wince 精简的时候,去掉Interner Explorer 6.0 Sample Browser就报错.
wince 精简的时候,去掉Interner Explorer 6.0 Sample Browser就报错.

网上查了半天 没有找到有效的信息.

问开发板厂家的技术:竟然说"wince中所有窗体都依赖ie,你去掉,这不是找事呢嘛"  

无语,所以求助万能的CSDN

编译的时候是DCOM之后出错的

查看日志错误部分如下

C/C++ code


E:\OSDesign3\OSDesign3\Wince600\SMDK6410_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\oleaut32_ALL.lib 
C:\WINCE600\public\dcom\oak\lib\ARMV4I\retail\oleautstubs.lib C:\WINCE600\public\dcom\oak\lib\ARMV4I\retail\oleaut32.res C:\WINCE600\public\dcom\sdk\lib\ARMV4I\retail\uuid.lib E:\OSDesign3\OSDesign3\Wince600\SMDK6410_ARMV4I\cesysgen\sdk\lib\ARMV4I\retail\ole32.lib E:\OSDesign3\OSDesign3\Wince600\SMDK6410_ARMV4I\cesysgen\sdk\lib\ARMV4I\retail\coredll.lib C:\WINCE600\public\common\oak\lib\ARMV4I\retail\corelib0.lib E:\OSDesign3\OSDesign3\Wince600\SMDK6410_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\corelib1.lib C:\WINCE600\public\common\oak\lib\ARMV4I\retail\corelib0.lib E:\OSDesign3\OSDesign3\Wince600\SMDK6410_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\corelib1.lib 
E:\OSDesign3\OSDesign3\Wince600\SMDK6410_ARMV4I\cesysgen\sdk\lib\ARMV4I\retail\oleaut32.exp 
oleaut32_ALL.lib(mydlldata.obj) : error LNK2019: unresolved external symbol NdrCStdStubBuffer_Release referenced in function CStdStubBuffer_Release
oleaut32_ALL.lib(mydlldata.obj) : error LNK2019: unresolved external symbol NdrDllCanUnloadNow referenced in function IDispatchProxyDllCanUnloadNow
oleaut32_ALL.lib(mydlldata.obj) : error LNK2019: unresolved external symbol NdrDllGetClassObject referenced in function IDispatchProxyDllGetClassObject
oleaut32_ALL.lib(mydlldata.obj) : error LNK2019: unresolved external symbol NdrDllRegisterProxy referenced in function IDispatchProxyDllRegisterServer
oleaut32_ALL.lib(mydlldata.obj) : error LNK2019: unresolved external symbol NdrDllUnregisterProxy referenced in function IDispatchProxyDllUnregisterServer
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol CStdStubBuffer_DebugServerRelease
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol CStdStubBuffer_DebugServerQueryInterface
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol CStdStubBuffer_CountRefs
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol CStdStubBuffer_IsIIDSupported
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol CStdStubBuffer_Invoke
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol CStdStubBuffer_Disconnect
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol CStdStubBuffer_Connect
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol CStdStubBuffer_AddRef
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol CStdStubBuffer_QueryInterface
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol IUnknown_Release_Proxy
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol IUnknown_AddRef_Proxy
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol IUnknown_QueryInterface_Proxy
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol NdrOleFree
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external symbol NdrOleAllocate
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2019: unresolved external symbol NdrClientCall2 referenced in function IDispatch_RemoteInvoke_Proxy
oleaut32_ALL.lib(rpcoadt.obj) : error LNK2019: unresolved external symbol NdrGetDcomProtocolVersion referenced in function "int __cdecl RequiredDcomProtocolVersion(unsigned long *,unsigned long,unsigned long)" (?RequiredDcomProtocolVersion@@YAHPAKKK@Z)
oleaut32_ALL.lib(rpcoadt.obj) : error LNK2019: unresolved external symbol WdtpInterfacePointer_UserSize referenced in function BRECORD_UserSize
oleaut32_ALL.lib(rpcoadt.obj) : error LNK2019: unresolved external symbol RpcRaiseException referenced in function BRECORD_UserSize
oleaut32_ALL.lib(rpcoadt.obj) : error LNK2019: unresolved external symbol WdtpInterfacePointer_UserMarshal referenced in function BRECORD_UserMarshal
oleaut32_ALL.lib(rpcoadt.obj) : error LNK2019: unresolved external symbol WdtpInterfacePointer_UserUnmarshal referenced in function BRECORD_UserUnmarshal
E:\OSDesign3\OSDesign3\Wince600\SMDK6410_ARMV4I\cesysgen\oak\target\ARMV4I\retail\oleaut32.dll : fatal error LNK1120: 25 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'C:\WINCE600\sdk\bin\i386\nmake.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\WINCE600\sdk\bin\i386\nmake.exe' : return code '0x2'
Stop.