error C2504
-
hello.. anybody can help me? Please help me to solve this error problem : "error C2504: 'CRecordset' : base class undefined" tq..
From MSDN Compiler Error C2504 'class' : base class undefined The specified base class was declared but never defined. This error can be caused by a missing include file or an external base class that was not declared with the extern specifier. The following is an example of this error: class A; // error, A is undefined class A {}; // OK, A is defined class B : public A {}; // the error is detected here You may need to include afxdb.h somewhere Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001 Picture the daffodil. And while you do that, I'll be over here going through your stuff. Picture a world without war, without hate. And I can picture us attacking that world, because they would never expect it.
Sonork ID 100.10002:MeanManOz
I live in Bob's HungOut now
-
hello.. anybody can help me? Please help me to solve this error problem : "error C2504: 'CRecordset' : base class undefined" tq..