Click here to Skip to main content
15,909,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Undeclared identifier Pin
Michael Dunn24-Feb-04 15:36
sitebuilderMichael Dunn24-Feb-04 15:36 
GeneralRe: Undeclared identifier Pin
CliffClimber24-Feb-04 15:44
CliffClimber24-Feb-04 15:44 
GeneralRe: Undeclared identifier Pin
John M. Drescher24-Feb-04 15:55
John M. Drescher24-Feb-04 15:55 
GeneralRe: Undeclared identifier Pin
CliffClimber24-Feb-04 16:04
CliffClimber24-Feb-04 16:04 
GeneralRe: Undeclared identifier Pin
John M. Drescher24-Feb-04 16:18
John M. Drescher24-Feb-04 16:18 
GeneralRe: Undeclared identifier Pin
CliffClimber24-Feb-04 16:39
CliffClimber24-Feb-04 16:39 
GeneralRe: Undeclared identifier Pin
CliffClimber24-Feb-04 16:41
CliffClimber24-Feb-04 16:41 
GeneralRe: Undeclared identifier Pin
Prakash Nadar24-Feb-04 16:53
Prakash Nadar24-Feb-04 16:53 
Ok, I will apply some VC++ knowledge to it, lets see.

I assume TMinMap is a class as in c++;

so when you say TMinMap.Layer2.setVisibility(true); it is refering to the member variable of the class, but it is not coz i guess its a local variable of the procudure so you will get variable not declared error.

In one of the post you said Layer2.setVisibility(true) gives a different error as its not an object or so, that means setVisibility(true) is not a member function(procudure) of String.

So i guess these lines of code is quite wrong.


Still Alive!!!
Thank you God.
GeneralRe: Undeclared identifier ** Solved ** Pin
CliffClimber24-Feb-04 17:15
CliffClimber24-Feb-04 17:15 
Generaloutputting persistant files in MFC Pin
strik24-Feb-04 12:48
strik24-Feb-04 12:48 
GeneralRe: outputting persistant files in MFC Pin
John M. Drescher24-Feb-04 14:18
John M. Drescher24-Feb-04 14:18 
GeneralRe: outputting persistant files in MFC Pin
strik24-Feb-04 14:27
strik24-Feb-04 14:27 
General* solved * Pin
strik24-Feb-04 15:20
strik24-Feb-04 15:20 
GeneralRe: * solved * Pin
John M. Drescher24-Feb-04 15:49
John M. Drescher24-Feb-04 15:49 
Generalconsole window with focus Pin
ddellis24-Feb-04 12:27
ddellis24-Feb-04 12:27 
GeneralRe: console window with focus Pin
Prakash Nadar24-Feb-04 14:28
Prakash Nadar24-Feb-04 14:28 
GeneralRe: console window with focus Pin
ddellis24-Feb-04 16:06
ddellis24-Feb-04 16:06 
GeneralVC6 Project dependencies and project configurations Pin
Diarrhio24-Feb-04 12:22
Diarrhio24-Feb-04 12:22 
GeneralRe: VC6 Project dependencies and project configurations Pin
Prakash Nadar24-Feb-04 14:31
Prakash Nadar24-Feb-04 14:31 
GeneralRe: VC6 Project dependencies and project configurations Pin
Michael Dunn24-Feb-04 15:40
sitebuilderMichael Dunn24-Feb-04 15:40 
GeneralRe: VC6 Project dependencies and project configurations Pin
Diarrhio24-Feb-04 17:54
Diarrhio24-Feb-04 17:54 
GeneralRe: VC6 Project dependencies and project configurations *solved* Pin
Diarrhio25-Feb-04 10:59
Diarrhio25-Feb-04 10:59 
GeneralMFC SDI FormView - need multi-edit views Pin
braddenn24-Feb-04 11:55
braddenn24-Feb-04 11:55 
GeneralRe: MFC SDI FormView - need multi-edit views Pin
CodeBrain25-Feb-04 2:04
CodeBrain25-Feb-04 2:04 
GeneralDistinguish btwn click within and more than one second Pin
vancouver77724-Feb-04 11:08
vancouver77724-Feb-04 11:08 

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.