// [Linker Error]Unresolved external ‘System::__linkproc__ __fastcall CheckAutoResult() ‘ referenced from D:\PROGRAM FILES\BORLAND\CBUILDER6\LIB\RELEASE\VCLE.LIB|syssupp
//
// 这个问题已经解决了,确实是CB6的问题,但我不知道为什么能这样解决:
// 在主文件中加入:
namespace System
{
void __fastcall CheckSafecallResult(HRESULT hr)
{
OleCheck(hr);
}
}
xe7不存在此问题,不用这样处理啦!
时间: 2024-10-20 01:15:25