定义了一个 _RecordsetPtr pRecordset,已经用这个打开了一个记录集,但是需要打开第二个,我把这个关了,开始用的pRecordset->Close(),但是不行,要报错,后来看到说的是还要把pRecordset置为NULL,并且在CreateInstance(),但是我把pRecordset = NULL一加上就报错
错误信息:warning C4146: unary minus operator applied to unsigned type, result still unsigned
Automatically linking with ToolkitPro1202vc60D.dll
c:\program files\microsoft visual studio\vc98\mfc\include\afxtempl.h(54) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
        c:\program files\microsoft visual studio\vc98\mfc\include\afxtempl.h(1300) : see reference to function template instantiation 'void __stdcall ConstructElements(class CXTPSmartPtrInternalT<class CXTPSyntaxEditLineMarksManager::CLineMarksList>
 *,int)' being compiled
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\StdAfx.sbr': No such file or directory
Error executing bscmake.exe.
StudentUse.exe - 2 error(s), 1 warning(s)不知道是怎么回事???