database (ADO)
-
hi i download the class that in 'codeproject.com/database' and when i added the ado.h and ado.cpp to my program the following error occures: "fatal error C1010: unexpected end of file while looking for precompiled header directive" the file that indicated in error is ado.cpp any help!!! :-D Best Regards :)
-
hi i download the class that in 'codeproject.com/database' and when i added the ado.h and ado.cpp to my program the following error occures: "fatal error C1010: unexpected end of file while looking for precompiled header directive" the file that indicated in error is ado.cpp any help!!! :-D Best Regards :)
-
try use in your cpp file: #include "stdafx.h" or disable use of precompiled header for that file .... Bye, Orbital^ ...the night is long ... but not long enought to do some real coding ...
-
hi again thakx alot, it works after i added the include line. but what's the precompiled header!! Best Regards :)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/\_core\_creating\_precompiled\_header\_files.asp Bye, Orbital^ ...the night is long ... but not long enought to do some real coding ...