Click here to Skip to main content
15,921,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: AVIFileOpen trouble Pin
R.A.V.E.21-Apr-07 8:41
R.A.V.E.21-Apr-07 8:41 
QuestionRe: AVIFileOpen trouble Pin
Mark Salsbery22-Apr-07 7:14
Mark Salsbery22-Apr-07 7:14 
AnswerRe: AVIFileOpen trouble Pin
R.A.V.E.23-Apr-07 3:05
R.A.V.E.23-Apr-07 3:05 
GeneralRe: AVIFileOpen trouble Pin
Mark Salsbery23-Apr-07 4:52
Mark Salsbery23-Apr-07 4:52 
Questionright way to implement a popup window Pin
Jim Crafton20-Apr-07 8:43
Jim Crafton20-Apr-07 8:43 
QuestionSqlConnection does't work with CString????? Pin
Romiks20-Apr-07 8:27
Romiks20-Apr-07 8:27 
AnswerRe: SqlConnection does't work with CString????? Pin
Mark Salsbery20-Apr-07 9:19
Mark Salsbery20-Apr-07 9:19 
QuestionTrouble linking to SQL DB in VC++ Pin
@largeinsd20-Apr-07 8:14
@largeinsd20-Apr-07 8:14 
Hi All,

I'm new to these boards. You guys seem like
a knowledgeable group of programmers, so let me throw
out my first question:

I'm enhancing a c++ MFC application that querys
various databases and displays the info. I need to add
a new query class for a brand new query. I went
ahead and copied one of the previous queries
and changed the variables and parameters, etc..

When I compile I get the following error:

Error 1 error C2039: 'classCSetspQueryForTimeOverlap' : is not a member of 'CSetspQueryForTimeOverlap' c:\setspqueryfortimeoverlap.cpp 15

Because the class that it's talking about,
classCSetspQueryForTimeOverlap
is not something I've created, This seems to have something to do with dynamic linking. I have declared the header file

CSetspQueryTimeOverlap.h:

DECLARE_DYNAMIC(CSetspQueryTimeOverlap)

and in the implementation file

CSetspQueryTimeOverlap.cpp:

IMPLEMENT_DYNAMIC(CSetspQueryForTimeOverlap, CBaseRecordset)

Any help, suggestions, advice appreciated.

Thanks.




AnswerRe: Trouble linking to SQL DB in VC++ Pin
Mark Salsbery20-Apr-07 8:25
Mark Salsbery20-Apr-07 8:25 
GeneralRe: Trouble linking to SQL DB in VC++ Pin
@largeinsd20-Apr-07 8:40
@largeinsd20-Apr-07 8:40 
GeneralRe: Trouble linking to SQL DB in VC++ Pin
Mark Salsbery20-Apr-07 9:01
Mark Salsbery20-Apr-07 9:01 
GeneralRe: Trouble linking to SQL DB in VC++ Pin
@largeinsd20-Apr-07 9:55
@largeinsd20-Apr-07 9:55 
GeneralRe: Trouble linking to SQL DB in VC++ Pin
Mark Salsbery20-Apr-07 10:02
Mark Salsbery20-Apr-07 10:02 
Questionhoe design control for C#.net ? Pin
hamid_m20-Apr-07 8:04
hamid_m20-Apr-07 8:04 
QuestionProblems moving date and time control on MFC dialog [modified] Pin
Barry True20-Apr-07 7:19
Barry True20-Apr-07 7:19 
AnswerRe: Problems moving date and time control on MFC dialog Pin
Barry True26-Apr-07 11:41
Barry True26-Apr-07 11:41 
Questionhtml and C++ Pin
Tully200320-Apr-07 6:06
Tully200320-Apr-07 6:06 
QuestionAnybody done any Speex development? Pin
Heavenword120-Apr-07 5:28
Heavenword120-Apr-07 5:28 
QuestionUsing UI-Thread Pin
CDRAIN20-Apr-07 4:58
CDRAIN20-Apr-07 4:58 
Questionstrcpy - Doing something wrong ?? Pin
Programm3r20-Apr-07 4:12
Programm3r20-Apr-07 4:12 
AnswerRe: strcpy - Doing something wrong ?? Pin
Programm3r20-Apr-07 4:17
Programm3r20-Apr-07 4:17 
GeneralRe: strcpy - Doing something wrong ?? Pin
Mark Salsbery20-Apr-07 7:43
Mark Salsbery20-Apr-07 7:43 
AnswerRe: strcpy - Doing something wrong ?? Pin
Michael Dunn20-Apr-07 7:01
sitebuilderMichael Dunn20-Apr-07 7:01 
AnswerRe: strcpy - Doing something wrong ?? Pin
krmed20-Apr-07 10:10
krmed20-Apr-07 10:10 
GeneralRe: strcpy - Doing something wrong ?? Pin
Mark Salsbery20-Apr-07 10:26
Mark Salsbery20-Apr-07 10:26 

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.