Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: MFC (ODBC) Pin
David Crow7-Feb-06 2:35
David Crow7-Feb-06 2:35 
QuestionElegant way of handling a lot of variables ? Pin
BeakX6-Feb-06 0:29
BeakX6-Feb-06 0:29 
AnswerRe: Elegant way of handling a lot of variables ? Pin
Owner drawn6-Feb-06 0:32
Owner drawn6-Feb-06 0:32 
GeneralRe: Elegant way of handling a lot of variables ? Pin
BeakX6-Feb-06 0:34
BeakX6-Feb-06 0:34 
GeneralRe: Elegant way of handling a lot of variables ? Pin
Owner drawn6-Feb-06 0:53
Owner drawn6-Feb-06 0:53 
GeneralRe: Elegant way of handling a lot of variables ? Pin
Cedric Moonen6-Feb-06 1:03
Cedric Moonen6-Feb-06 1:03 
GeneralRe: Elegant way of handling a lot of variables ? Pin
Owner drawn6-Feb-06 1:04
Owner drawn6-Feb-06 1:04 
QuestionHow to compile "Express OLE DB Library" under VS2003 Std Pin
gomez_a6-Feb-06 0:25
gomez_a6-Feb-06 0:25 
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<taccessor>' 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<taccessor>' 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
QuestionHow to ignore '/EDITANDCONTINUE' option Pin
arunperi6-Feb-06 0:25
arunperi6-Feb-06 0:25 
AnswerRe: How to ignore '/EDITANDCONTINUE' option Pin
ThatsAlok6-Feb-06 0:46
ThatsAlok6-Feb-06 0:46 
GeneralRe: How to ignore '/EDITANDCONTINUE' option Pin
arunperi6-Feb-06 0:57
arunperi6-Feb-06 0:57 
QuestionNo tooltips within message loop Pin
Wim Engberts5-Feb-06 23:49
Wim Engberts5-Feb-06 23:49 
AnswerRe: No tooltips within message loop Pin
Blake Miller6-Feb-06 13:51
Blake Miller6-Feb-06 13:51 
GeneralRe: No tooltips within message loop Pin
Wim Engberts7-Feb-06 22:33
Wim Engberts7-Feb-06 22:33 
GeneralRe: No tooltips within message loop Pin
Blake Miller8-Feb-06 4:43
Blake Miller8-Feb-06 4:43 
QuestionErrors! Migrating Adobe Acrobat 7.0 Pin
Antonymaharaj5-Feb-06 23:37
Antonymaharaj5-Feb-06 23:37 
QuestionWritting a data insame file again Pin
zahid_ash5-Feb-06 23:33
zahid_ash5-Feb-06 23:33 
AnswerRe: Writting a data insame file again Pin
Cedric Moonen5-Feb-06 23:36
Cedric Moonen5-Feb-06 23:36 
GeneralRe: Writting a data insame file again Pin
zahid_ash5-Feb-06 23:40
zahid_ash5-Feb-06 23:40 
AnswerRe: Writting a data insame file again Pin
_anil_5-Feb-06 23:45
_anil_5-Feb-06 23:45 
GeneralRe: Writting a data insame file again Pin
Wim Engberts5-Feb-06 23:53
Wim Engberts5-Feb-06 23:53 
GeneralRe: Writting a data insame file again Pin
_anil_5-Feb-06 23:56
_anil_5-Feb-06 23:56 
AnswerRe: Writting a data insame file again Pin
ThatsAlok6-Feb-06 0:39
ThatsAlok6-Feb-06 0:39 
Questionhow do we check if the computer is connected to the network Pin
namaskaaram5-Feb-06 23:30
namaskaaram5-Feb-06 23:30 
AnswerRe: how do we check if the computer is connected to the network Pin
namaskaaram5-Feb-06 23:31
namaskaaram5-Feb-06 23:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.