How to compile "Express OLE DB Library" under VS2003 Std
-
I wanted to use the "Express OLE DB Library" (http://www.codeproject.com/database/expressodl.asp?df=100&tid=837433&forumid=3215&noise=5&exp=1&mpp=50&select=1293756) in my Visual Studio 2003 Standard (with MFC) application. But when i compile the first programm i have an erros: Compiling... stdafx.cpp d:\AAA\SPR\SPR\Include\SypODLCommand.h(27) : error C3203: 'CRowset' : class template invalid as template argument for template parameter 'TRowset', expected a real type d:\AAA\SPR\SPR\Include\SypODLRecordBase.h(53) : error C3200: 'int' : invalid template argument for template parameter 'TRowset', expected a class template d:\AAA\SPR\SPR\Include\SypODLCommand.h(29) : see reference to class template instantiation 'CSypODLRecordBase' being compiled with [ TAccessor=CDynamicParameterAccessorEx ] d:\AAA\SPR\SPR\Include\SypODLRecordset.h(25) : error C3203: 'CRowset' : class template invalid as template argument for template parameter 'TRowset', expected a real type d:\AAA\SPR\SPR\Include\SypODLRecordBase.h(53) : error C3200: 'int' : invalid template argument for template parameter 'TRowset', expected a class template d:\AAA\SPR\SPR\Include\SypODLRecordset.h(27) : see reference to class template instantiation 'CSypODLRecordBase' being compiled with [ TAccessor=CSypODLDynAccessor ] d:\AAA\SPR\SPR\SypOLEDBLib.rc(3) : fatal error C1083: Cannot open include file: 'SypODLResource.h': No such file or directory Build log was saved at "file://d:\Aaa\Spr\Spr\Debug\BuildLog.htm" SPR - 5 error(s), 0 warning(s) Can you help me? regards mwgomez