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

C / C++ / MFC

 
QuestionCan not find where to define an identifier.. Pin
Carbonkevlar1324-Jul-24 23:52
Carbonkevlar1324-Jul-24 23:52 
AnswerRe: Can not find where to define an identifier.. Pin
Richard MacCutchan25-Jul-24 0:22
mveRichard MacCutchan25-Jul-24 0:22 
GeneralRe: Can not find where to define an identifier.. Pin
Carbonkevlar1325-Jul-24 0:43
Carbonkevlar1325-Jul-24 0:43 
GeneralRe: Can not find where to define an identifier.. Pin
Richard MacCutchan25-Jul-24 0:58
mveRichard MacCutchan25-Jul-24 0:58 
AnswerRe: Can not find where to define an identifier.. Pin
CPallini25-Jul-24 0:26
mveCPallini25-Jul-24 0:26 
GeneralRe: Can not find where to define an identifier.. Pin
Carbonkevlar1325-Jul-24 0:41
Carbonkevlar1325-Jul-24 0:41 
GeneralRe: Can not find where to define an identifier.. Pin
CPallini25-Jul-24 1:01
mveCPallini25-Jul-24 1:01 
GeneralRe: Can not find where to define an identifier.. Pin
Carbonkevlar1325-Jul-24 1:12
Carbonkevlar1325-Jul-24 1:12 
Thanks
i already have these declarations inside screens3.cpp
void Screen3Enter(void)
void Screen3Create(void)
void Screen3Update(void)
void Screen3Exit(void)

when i am inside screens3.cpp there is a "No issues found" message at the bottom of the screen

but when i launch the simulation i have these 4 error messages
C2065 'Screen3Enter' undeclared identifier from the screens.cpp source referring to the following line
MMIRegisterScreen(SCREENID_3, Screen3Enter, Screen3Create, Screen3Update, Screen3Exit);

Thanks for trying to help me
GeneralRe: Can not find where to define an identifier.. Pin
CPallini25-Jul-24 1:23
mveCPallini25-Jul-24 1:23 
GeneralRe: Can not find where to define an identifier.. Pin
Carbonkevlar1325-Jul-24 2:10
Carbonkevlar1325-Jul-24 2:10 
QuestionRe: Can not find where to define an identifier.. Pin
CPallini25-Jul-24 2:51
mveCPallini25-Jul-24 2:51 
AnswerRe: Can not find where to define an identifier.. Pin
Carbonkevlar1325-Jul-24 3:03
Carbonkevlar1325-Jul-24 3:03 
GeneralRe: Can not find where to define an identifier.. Pin
CPallini25-Jul-24 3:15
mveCPallini25-Jul-24 3:15 
GeneralRe: Can not find where to define an identifier.. Pin
Richard MacCutchan25-Jul-24 5:03
mveRichard MacCutchan25-Jul-24 5:03 
GeneralRe: Can not find where to define an identifier.. Pin
Richard MacCutchan25-Jul-24 2:47
mveRichard MacCutchan25-Jul-24 2:47 
QuestionC++20 UNORDERED_MAP OBJECT WITH CLASS FUNCTIONS FROM DLL AS VALUE Pin
Oscar Kogosov 202322-Jul-24 20:37
Oscar Kogosov 202322-Jul-24 20:37 
AnswerRe: C++20 UNORDERED_MAP OBJECT WITH CLASS FUNCTIONS FROM DLL AS VALUE Pin
Richard MacCutchan23-Jul-24 0:48
mveRichard MacCutchan23-Jul-24 0:48 
GeneralRe: C++20 UNORDERED_MAP OBJECT WITH CLASS FUNCTIONS FROM DLL AS VALUE Pin
Oscar Kogosov 202323-Jul-24 4:41
Oscar Kogosov 202323-Jul-24 4:41 
GeneralRe: C++20 UNORDERED_MAP OBJECT WITH CLASS FUNCTIONS FROM DLL AS VALUE Pin
Richard MacCutchan23-Jul-24 4:51
mveRichard MacCutchan23-Jul-24 4:51 
GeneralRe: C++20 UNORDERED_MAP OBJECT WITH CLASS FUNCTIONS FROM DLL AS VALUE Pin
Oscar Kogosov 202323-Jul-24 5:02
Oscar Kogosov 202323-Jul-24 5:02 
GeneralRe: C++20 UNORDERED_MAP OBJECT WITH CLASS FUNCTIONS FROM DLL AS VALUE Pin
Richard MacCutchan23-Jul-24 5:14
mveRichard MacCutchan23-Jul-24 5:14 
QuestionglReadPixels unmatched values Pin
etechX224-Jul-24 18:40
etechX224-Jul-24 18:40 
AnswerRe: glReadPixels wrong values Pin
Victor Nijegorodov21-Jul-24 19:53
Victor Nijegorodov21-Jul-24 19:53 
QuestionC program(homework) Pin
Member 1631107418-Jul-24 20:36
Member 1631107418-Jul-24 20:36 
AnswerRe: C program(homework) Pin
OriginalGriff18-Jul-24 20:37
mveOriginalGriff18-Jul-24 20:37 

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.