Click here to Skip to main content
15,792,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
Gerry Schmitz25-Aug-19 4:44
mveGerry Schmitz25-Aug-19 4:44 
GeneralRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
charlieg25-Aug-19 15:57
charlieg25-Aug-19 15:57 
AnswerRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
mo149225-Aug-19 12:34
mo149225-Aug-19 12:34 
GeneralRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
charlieg25-Aug-19 16:03
charlieg25-Aug-19 16:03 
GeneralRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
mo149225-Aug-19 21:11
mo149225-Aug-19 21:11 
Questionerror C2059 Pin
_Flaviu20-Aug-19 3:05
_Flaviu20-Aug-19 3:05 
AnswerRe: error C2059 Pin
CPallini20-Aug-19 4:08
mveCPallini20-Aug-19 4:08 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 4:27
_Flaviu20-Aug-19 4:27 
C++
const int nTest = list_next_entry(0, 0);    // <-- error C2059: syntax error : ')'

where list_next_entry is
C++
#define list_next_entry(pos, member)		list_entry(0, 0, 0)

and list_entry is defined in the first post.

P.S. Of course, 0 values are for testing purpose only.
GeneralRe: error C2059 Pin
Richard MacCutchan20-Aug-19 5:11
mveRichard MacCutchan20-Aug-19 5:11 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 22:30
_Flaviu20-Aug-19 22:30 
GeneralRe: error C2059 Pin
Richard MacCutchan20-Aug-19 22:56
mveRichard MacCutchan20-Aug-19 22:56 
GeneralRe: error C2059 Pin
CPallini20-Aug-19 7:46
mveCPallini20-Aug-19 7:46 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 22:42
_Flaviu20-Aug-19 22:42 
GeneralRe: error C2059 Pin
CPallini20-Aug-19 22:59
mveCPallini20-Aug-19 22:59 
QuestionRe: error C2059 Pin
David Crow20-Aug-19 4:09
David Crow20-Aug-19 4:09 
AnswerRe: error C2059 Pin
_Flaviu20-Aug-19 4:32
_Flaviu20-Aug-19 4:32 
QuestionRe: error C2059 Pin
David Crow20-Aug-19 4:35
David Crow20-Aug-19 4:35 
AnswerRe: error C2059 Pin
mo149220-Aug-19 10:01
mo149220-Aug-19 10:01 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 23:04
_Flaviu20-Aug-19 23:04 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 23:14
_Flaviu20-Aug-19 23:14 
GeneralRe: error C2059 Pin
Stefan_Lang20-Aug-19 23:31
Stefan_Lang20-Aug-19 23:31 
GeneralRe: error C2059 Pin
_Flaviu21-Aug-19 0:22
_Flaviu21-Aug-19 0:22 
GeneralRe: error C2059 Pin
_Flaviu21-Aug-19 0:28
_Flaviu21-Aug-19 0:28 
GeneralRe: error C2059 Pin
_Flaviu21-Aug-19 0:39
_Flaviu21-Aug-19 0:39 
GeneralRe: error C2059 Pin
Richard MacCutchan21-Aug-19 1:03
mveRichard MacCutchan21-Aug-19 1:03 

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.