Click here to Skip to main content
15,899,937 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
charlieg25-Aug-19 2:16
charlieg25-Aug-19 2:16 
AnswerRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
Gerry Schmitz25-Aug-19 3:44
mveGerry Schmitz25-Aug-19 3:44 
GeneralRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
charlieg25-Aug-19 14:57
charlieg25-Aug-19 14:57 
AnswerRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
mo149225-Aug-19 11:34
mo149225-Aug-19 11:34 
GeneralRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
charlieg25-Aug-19 15:03
charlieg25-Aug-19 15:03 
GeneralRe: VS2008 entropy - cannot open project resource views RC1015 error Pin
mo149225-Aug-19 20:11
mo149225-Aug-19 20:11 
Questionerror C2059 Pin
_Flaviu20-Aug-19 2:05
_Flaviu20-Aug-19 2:05 
AnswerRe: error C2059 Pin
CPallini20-Aug-19 3:08
mveCPallini20-Aug-19 3:08 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 3:27
_Flaviu20-Aug-19 3:27 
GeneralRe: error C2059 Pin
Richard MacCutchan20-Aug-19 4:11
mveRichard MacCutchan20-Aug-19 4:11 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 21:30
_Flaviu20-Aug-19 21:30 
GeneralRe: error C2059 Pin
Richard MacCutchan20-Aug-19 21:56
mveRichard MacCutchan20-Aug-19 21:56 
GeneralRe: error C2059 Pin
CPallini20-Aug-19 6:46
mveCPallini20-Aug-19 6:46 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 21:42
_Flaviu20-Aug-19 21:42 
GeneralRe: error C2059 Pin
CPallini20-Aug-19 21:59
mveCPallini20-Aug-19 21:59 
QuestionRe: error C2059 Pin
David Crow20-Aug-19 3:09
David Crow20-Aug-19 3:09 
AnswerRe: error C2059 Pin
_Flaviu20-Aug-19 3:32
_Flaviu20-Aug-19 3:32 
QuestionRe: error C2059 Pin
David Crow20-Aug-19 3:35
David Crow20-Aug-19 3:35 
AnswerRe: error C2059 Pin
mo149220-Aug-19 9:01
mo149220-Aug-19 9:01 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 22:04
_Flaviu20-Aug-19 22:04 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 22:14
_Flaviu20-Aug-19 22:14 
GeneralRe: error C2059 Pin
Stefan_Lang20-Aug-19 22:31
Stefan_Lang20-Aug-19 22:31 
You can't use -> or * on a value of 0! That causes the compiler errors. Try any non-null value, and at least these compiler errors should go away.

Moreover, typeof is not standard C/C++. There are implementations for that in the GCC extension for C, or in the BOOST library. You may need to find the correct BOOST library and include that in your project to make this code work.
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 23:22
_Flaviu20-Aug-19 23:22 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 23:28
_Flaviu20-Aug-19 23:28 
GeneralRe: error C2059 Pin
_Flaviu20-Aug-19 23:39
_Flaviu20-Aug-19 23:39 

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.