I have a file that is included in a .cpp file and I keep getting this error:
error LNK2001: unresolved external symbol "public: void __thiscall CDBFRecordset::Open(char const *,unsigned int)" (?Open@CDBFRecordset@@QAEXPBDI@Z)
the file is right in the same project directory. anyone know what's going on?
bdiamond
error LNK2001: unresolved external symbol "public: void __thiscall CDBFRecordset::Open(char const *,unsigned int)" (?Open@CDBFRecordset@@QAEXPBDI@Z)
the file is right in the same project directory. anyone know what's going on?
bdiamond