标签:文件 sp 问题 ef bs as res ui file
// [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不存在此问题,不用这样处理啦!
Unresolved external CheckAutoResult
标签:文件 sp 问题 ef bs as res ui file
原文地址:http://www.cnblogs.com/cb168/p/4018546.html