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

C / C++ / MFC

 
AnswerRe: .NET guy wanting to learn C++ Pin
smithjunior11-Nov-06 1:12
smithjunior11-Nov-06 1:12 
QuestionList of Domains in the network Pin
Taruni10-Nov-06 18:08
Taruni10-Nov-06 18:08 
Questionprogressbar and a manifest Pin
locoone10-Nov-06 13:38
locoone10-Nov-06 13:38 
AnswerRe: progressbar and a manifest Pin
Michael Dunn10-Nov-06 14:17
sitebuilderMichael Dunn10-Nov-06 14:17 
Questiondouble click files to open with single app Pin
includeh1010-Nov-06 13:27
includeh1010-Nov-06 13:27 
AnswerRe: double click files to open with single app Pin
Monty210-Nov-06 18:45
Monty210-Nov-06 18:45 
QuestionMultiagent Systems (MAS) Pin
hahayk10-Nov-06 11:31
hahayk10-Nov-06 11:31 
QuestionMFC Static vs DLL Question Pin
Jethro6310-Nov-06 10:12
Jethro6310-Nov-06 10:12 
Greetings:

I have this application here that builds absolutely error free when I specify that it be built using MFC from the DLL. But when I specify a build with MFC in a static library, suddenly, one of my classes won't compile. I get this message:

MeasurementList.cpp(66) : error C2039: 'classCEditList' : is not a member of 'CEditList'
c:\Development\uLTD\Software\uLTDTagTalk\EditList.h(50) : see declaration of 'CEditList'
MeasurementList.cpp(66) : error C2065: 'classCEditList' : undeclared identifier

CMeasurementList is derived from CEditList which is derived from CListCtrl. The main point I want to stress is that it builds and runs without any problems if I specify "Use MFC in a shared DLL".

Has anybody ever run into this? Any idea what might be going on here?
Thank you,
Mark

QuestionRe: MFC Static vs DLL Question Pin
David Crow10-Nov-06 10:25
David Crow10-Nov-06 10:25 
AnswerRe: MFC Static vs DLL Question Pin
Jethro6313-Nov-06 1:38
Jethro6313-Nov-06 1:38 
QuestionUML Use Case Diagram Pin
heaven12310-Nov-06 6:48
heaven12310-Nov-06 6:48 
AnswerRe: UML Use Case Diagram Pin
Maximilien10-Nov-06 7:18
Maximilien10-Nov-06 7:18 
GeneralRe: UML Use Case Diagram Pin
heaven12310-Nov-06 7:25
heaven12310-Nov-06 7:25 
AnswerRe: UML Use Case Diagram Pin
toxcct11-Nov-06 1:08
toxcct11-Nov-06 1:08 
GeneralRe: UML Use Case Diagram Pin
heaven12311-Nov-06 4:40
heaven12311-Nov-06 4:40 
GeneralRe: UML Use Case Diagram Pin
toxcct12-Nov-06 21:56
toxcct12-Nov-06 21:56 
QuestionWhy not? Pin
Larsson10-Nov-06 5:46
Larsson10-Nov-06 5:46 
AnswerRe: Why not? Pin
Mark Salsbery10-Nov-06 5:49
Mark Salsbery10-Nov-06 5:49 
GeneralRe: Why not? Pin
Larsson10-Nov-06 6:04
Larsson10-Nov-06 6:04 
GeneralRe: Why not? Pin
Mark Salsbery10-Nov-06 6:13
Mark Salsbery10-Nov-06 6:13 
GeneralRe: Why not? Pin
Larsson10-Nov-06 6:15
Larsson10-Nov-06 6:15 
GeneralRe: Why not? Pin
Dominik Reichl10-Nov-06 6:15
Dominik Reichl10-Nov-06 6:15 
AnswerRe: Why not? Pin
Hamid_RT10-Nov-06 6:24
Hamid_RT10-Nov-06 6:24 
QuestionUSB Printer Registry Association [modified] Pin
switang10-Nov-06 5:43
switang10-Nov-06 5:43 
AnswerRe: USB Printer Registry Association Pin
VonHagNDaz10-Nov-06 9:21
VonHagNDaz10-Nov-06 9:21 

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.