Article ID: 126110
Article Last Modified on 2/14/2002
120888 FIX: Assertion Fails When Use RFX_Text() w/ SQL_VARCHAR Column
123652 FIX: Update() Fails to Write Changed Text Field
121218 FIX: pvarResult Should Be NULL When vtRet==VT_EMPTY
function returned without throwing an exception when the pFile variablewas NULL. This has been corrected to throw a CFileException.
99182 How to Change an MFC-Based MDI Child Window's Frame Text
125645 FIX: Edit Control in Property Page Does Not Get Return Keys
125728 FIX: Problems Occur After Destroying Dockable CControlBar
template<class T> T dFriendFunc(Derived<> *);
char* was treated as char, and int* was treated as int. The compiler did
not deduce the template arguments correctly. This caused an error
because two functions appeared to differ only in their return types.
122303 BUG: __declspec(dllimport) Classes Are Not Caught Correctly
int a = 5;
return &a;
The compiler shipped with Visual C++ version 2.1 now issues a warning'
for the return value.
117796 PRB: Incorrect Debug Information in 32-bit Object Module
Additional query words: kbinf 2.00 2.10
Keywords: kbarttypeinf kbbug kbfix KB126110