Hi all:
I am just learning how to use MFC ODBC classes to access Sybase database .and i have two problems .
1:some one said,i can use an SQL server driver to access a Sybase database ,but it just doesn't work to me.
2:this questionis about CRecordset MFC ODBC class ,i know that i can...
sorry ,correct a mistake in the above post,
the second part code is not right ,
the corrected version is here:
void CTestView::OnSize(UINT nType, int cx, int cy)
{
CFormView::OnSize(nType, cx, cy);
// TODO: Add your message handler code here
CWnd *pButton;
RECT rect;
static int iFlag=0...
Hi:
i just begin to learn MFC,and i got a problem about WM_SIZE message.i start a new VC6 MFC Wizard project ,use all the defaul setting of the App wizard,except it is a single doc project,and the base class of the CTestView class is CFormView instead of CView.after the frame work is...
thanks ,uolj,for your detailed explanation.
and i think that is exactly the reason why it
fail to compile.the feeling is wonderful if you
know the reason of something.again,thanks for your
expertise and patience.and forgive my poor English.
i found an obscure bug ,that is a.h has a directive of #include "b.h" and b.h has a directive of #include "a.h" i just know that this is error,but i don't know exactly how it can couse error.any one can help me?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.