Click here to Skip to main content
15,860,844 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2678 Pin
_Flaviu5-Oct-19 23:50
_Flaviu5-Oct-19 23:50 
GeneralRe: error C2678 Pin
Richard MacCutchan6-Oct-19 0:04
mveRichard MacCutchan6-Oct-19 0:04 
GeneralRe: error C2678 Pin
_Flaviu6-Oct-19 5:20
_Flaviu6-Oct-19 5:20 
GeneralRe: error C2678 Pin
Richard MacCutchan6-Oct-19 5:34
mveRichard MacCutchan6-Oct-19 5:34 
GeneralRe: error C2678 Pin
_Flaviu6-Oct-19 6:35
_Flaviu6-Oct-19 6:35 
GeneralRe: error C2678 Pin
Richard MacCutchan6-Oct-19 7:12
mveRichard MacCutchan6-Oct-19 7:12 
GeneralRe: error C2678 Pin
_Flaviu6-Oct-19 7:26
_Flaviu6-Oct-19 7:26 
GeneralRe: error C2678 Pin
_Flaviu6-Oct-19 10:04
_Flaviu6-Oct-19 10:04 
I am afraid that I cannot change that enum into #defines, because I have:
C++
na->flags |= flag;

where
C++
FILE_FLAGS flag;

and
na is struct level1, and inside this level1 struct, I have
C++
struct level1
{
FILE_FLAGS flags;
....
};

I have entered in some deadlock ? Please help me to solve this error ...
GeneralRe: error C2678 Pin
Victor Nijegorodov6-Oct-19 20:34
Victor Nijegorodov6-Oct-19 20:34 
GeneralRe: error C2678 Pin
_Flaviu6-Oct-19 21:30
_Flaviu6-Oct-19 21:30 
GeneralRe: error C2678 Pin
Victor Nijegorodov6-Oct-19 21:43
Victor Nijegorodov6-Oct-19 21:43 
GeneralRe: error C2678 Pin
_Flaviu6-Oct-19 21:58
_Flaviu6-Oct-19 21:58 
GeneralRe: error C2678 Pin
Richard MacCutchan6-Oct-19 22:22
mveRichard MacCutchan6-Oct-19 22:22 
GeneralRe: error C2678 Pin
_Flaviu7-Oct-19 9:16
_Flaviu7-Oct-19 9:16 
GeneralRe: error C2678 Pin
Victor Nijegorodov7-Oct-19 9:24
Victor Nijegorodov7-Oct-19 9:24 
GeneralRe: error C2678 Pin
_Flaviu7-Oct-19 20:21
_Flaviu7-Oct-19 20:21 
GeneralRe: error C2678 Pin
Victor Nijegorodov7-Oct-19 20:39
Victor Nijegorodov7-Oct-19 20:39 
GeneralRe: error C2678 Pin
Richard MacCutchan7-Oct-19 21:55
mveRichard MacCutchan7-Oct-19 21:55 
GeneralRe: error C2678 Pin
_Flaviu7-Oct-19 23:24
_Flaviu7-Oct-19 23:24 
GeneralRe: error C2678 Pin
Richard MacCutchan7-Oct-19 23:33
mveRichard MacCutchan7-Oct-19 23:33 
GeneralRe: error C2678 Pin
Richard MacCutchan8-Oct-19 1:11
mveRichard MacCutchan8-Oct-19 1:11 
GeneralRe: error C2678 Pin
_Flaviu8-Oct-19 1:41
_Flaviu8-Oct-19 1:41 
GeneralRe: error C2678 Pin
_Flaviu8-Oct-19 4:12
_Flaviu8-Oct-19 4:12 
GeneralRe: error C2678 Pin
Richard MacCutchan8-Oct-19 5:12
mveRichard MacCutchan8-Oct-19 5:12 
GeneralRe: error C2678 Pin
_Flaviu8-Oct-19 5:25
_Flaviu8-Oct-19 5:25 

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.