Click here to Skip to main content
16,004,974 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CToolTipCtrl::Create fails... Pin
Diddy2-Jun-04 22:46
Diddy2-Jun-04 22:46 
GeneralRe: CToolTipCtrl::Create fails... Pin
herbert_chow3-Jun-04 6:09
herbert_chow3-Jun-04 6:09 
GeneralToolbar Editor Pin
Bob Stanneveld1-Jun-04 11:06
Bob Stanneveld1-Jun-04 11:06 
GeneralRe: Toolbar Editor Pin
TrungHuynh1-Jun-04 15:22
TrungHuynh1-Jun-04 15:22 
GeneralRe: Toolbar Editor Pin
Bob Stanneveld1-Jun-04 23:25
Bob Stanneveld1-Jun-04 23:25 
GeneralRe: Enumerate registered window messages? Pin
Ryan Binns1-Jun-04 18:14
Ryan Binns1-Jun-04 18:14 
GeneralWeb Query Pin
GWG1-Jun-04 10:43
GWG1-Jun-04 10:43 
GeneralI can't use member variables in new files Pin
Member 11407481-Jun-04 10:43
Member 11407481-Jun-04 10:43 
I have created a new dialog-based Project using MFC. Then I added a few other .cpp-files from older projects to this new Project.
But now I have the problem that member variables from the files created by MFC are not avaiable in the old files i added myself, although I included all avaiable headers in these files.
When I try to use them, the error "C2065: 'm_member' not declared" occurs.

All Files (both old and new) have headers like this:

#include "stdafx.h"
#include "ApplicationName.h"
#include "ApplicationNameDlg.h"
#include "DlgProxy.h"

Thank you for your help,
Ronin.
QuestionDnsQuery equivalent for Win 9x/ME? Pin
LukeV1-Jun-04 10:38
LukeV1-Jun-04 10:38 
AnswerRe: DnsQuery equivalent for Win 9x/ME? Pin
User 5838521-Jun-04 13:08
User 5838521-Jun-04 13:08 
GeneralRe: DnsQuery equivalent for Win 9x/ME? Pin
LukeV1-Jun-04 13:20
LukeV1-Jun-04 13:20 
Generalcarriage return in CFile::Write Pin
BlackDice1-Jun-04 9:30
BlackDice1-Jun-04 9:30 
GeneralRe: carriage return in CFile::Write Pin
f641-Jun-04 10:21
f641-Jun-04 10:21 
GeneralRe: carriage return in CFile::Write Pin
BlackDice1-Jun-04 10:30
BlackDice1-Jun-04 10:30 
GeneralRe: carriage return in CFile::Write Pin
Brad Bruce1-Jun-04 11:13
Brad Bruce1-Jun-04 11:13 
GeneralRe: carriage return in CFile::Write Pin
f641-Jun-04 11:17
f641-Jun-04 11:17 
GeneralRe: carriage return in CFile::Write Pin
BlackDice1-Jun-04 11:31
BlackDice1-Jun-04 11:31 
GeneralRe: carriage return in CFile::Write Pin
Trollslayer2-Jun-04 1:40
mentorTrollslayer2-Jun-04 1:40 
GeneralRe: carriage return in CFile::Write Pin
BlackDice2-Jun-04 2:58
BlackDice2-Jun-04 2:58 
QuestionHow to shut down explorer.exe? Pin
Ian Bowler1-Jun-04 8:51
Ian Bowler1-Jun-04 8:51 
AnswerRe: How to shut down explorer.exe? Pin
Alexander M.,1-Jun-04 10:28
Alexander M.,1-Jun-04 10:28 
GeneralRe: How to shut down explorer.exe? Pin
Bob Stanneveld1-Jun-04 11:10
Bob Stanneveld1-Jun-04 11:10 
GeneralRe: How to shut down explorer.exe? Pin
Ryan Binns1-Jun-04 18:43
Ryan Binns1-Jun-04 18:43 
GeneralRe: How to shut down explorer.exe? Pin
Bob Stanneveld1-Jun-04 23:27
Bob Stanneveld1-Jun-04 23:27 
GeneralCurrent path Pin
BlackDice1-Jun-04 8:22
BlackDice1-Jun-04 8:22 

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.