Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: String from VB to VC Pin
SiddharthAtw24-Feb-04 19:43
SiddharthAtw24-Feb-04 19:43 
GeneralRe: String from VB to VC Pin
Monty225-Feb-04 0:18
Monty225-Feb-04 0:18 
GeneralRe: String from VB to VC Pin
Prakash Nadar24-Feb-04 19:47
Prakash Nadar24-Feb-04 19:47 
QuestionHow to communicate with other windows inside IIS Filter (ISAPI) Pin
mctpursuer24-Feb-04 16:58
mctpursuer24-Feb-04 16:58 
AnswerRe: How to communicate with other windows inside IIS Filter (ISAPI) Pin
basementman25-Feb-04 10:22
basementman25-Feb-04 10:22 
GeneralLNK2001 error Pin
jbmeeh24-Feb-04 14:36
jbmeeh24-Feb-04 14:36 
GeneralRe: LNK2001 error Pin
Michael Dunn24-Feb-04 15:35
sitebuilderMichael Dunn24-Feb-04 15:35 
GeneralUndeclared identifier Pin
CliffClimber24-Feb-04 14:20
CliffClimber24-Feb-04 14:20 
Hi !
(calling an ActiveX thing from Delphi 7)
Any clues as to why I am getting the following error msg ?

error msg; Undeclared identifier: 'Layer2'

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Script

procedure TMinMap.MGMap3onMapLoaded(ASender: TObject;
const Map: IDispatch);
var
Layer2: String;
begin
Layer2 := 'Streets-All-With Names';
TMinMap.Layer2.setVisibility(true);
end;

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<


Thanks, Cliff
GeneralRe: Undeclared identifier Pin
Prakash Nadar24-Feb-04 14:29
Prakash Nadar24-Feb-04 14:29 
GeneralRe: Undeclared identifier Pin
CliffClimber24-Feb-04 14:35
CliffClimber24-Feb-04 14:35 
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 
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 

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.