Click here to Skip to main content
15,885,366 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: vs2019 + v71 + v80 Pin
hmd-omani22-Jul-20 1:34
hmd-omani22-Jul-20 1:34 
GeneralRe: vs2019 + v71 + v80 Pin
Richard MacCutchan22-Jul-20 1:43
mveRichard MacCutchan22-Jul-20 1:43 
GeneralRe: vs2019 + v71 + v80 Pin
Mircea Neacsu21-Jul-20 23:06
Mircea Neacsu21-Jul-20 23:06 
GeneralRe: vs2019 + v71 + v80 Pin
hmd-omani22-Jul-20 0:44
hmd-omani22-Jul-20 0:44 
AnswerRe: vs2019 + v71 + v80 Pin
Mircea Neacsu22-Jul-20 2:31
Mircea Neacsu22-Jul-20 2:31 
QuestionSOLVED compiler "unresolved inclusion" is not an error ? Pin
Vaclav_18-Jul-20 6:30
Vaclav_18-Jul-20 6:30 
AnswerRe: compiler "unresolved inclusion" is not an error ? Pin
k505418-Jul-20 7:44
mvek505418-Jul-20 7:44 
GeneralRe: compiler "unresolved inclusion" is not an error ? Pin
Vaclav_18-Jul-20 7:55
Vaclav_18-Jul-20 7:55 
If it is the case that you're using #include "gtkmm.h" try changing to #include <gtkmm.h>, and see if that removes the warning.

I do not know how to enter greater / less then charactere here.

I did try #include <gtkmm.h> ( i just cut and paste your text ) with same result.

If you czech my next post you will find the answer - I am inclined to believe it is IDE problem.

After I did "new project" from scratch the build fails as expected when the file cannot be found.

Addendum
This is just to keep the discussion going.
I did not verify this , but it looks as every time backtick string is added the build process has no error but the includes which cannot be satisfied are flagged as such in source file.

I am begging to question WHERE does the backtick string belong - as an option to complier or elsewhere?

( See the other discussion about backtick.)

modified 18-Jul-20 20:59pm.

GeneralPutting pkg-config as options generates this error Pin
Vaclav_18-Jul-20 16:39
Vaclav_18-Jul-20 16:39 
GeneralRe: Putting pkg-config as options generates this error Pin
leon de boer21-Jul-20 19:22
leon de boer21-Jul-20 19:22 
GeneralRe: compiler "unresolved inclusion" is not an error ? Pin
Richard MacCutchan18-Jul-20 22:06
mveRichard MacCutchan18-Jul-20 22:06 
Question[SOLVED CLOSED] See addendum GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_16-Jul-20 14:30
Vaclav_16-Jul-20 14:30 
AnswerRe: GCC ` backtick` CLI - what does it actually do ? Pin
Peter_in_278016-Jul-20 15:44
professionalPeter_in_278016-Jul-20 15:44 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_16-Jul-20 15:57
Vaclav_16-Jul-20 15:57 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
k505417-Jul-20 3:53
mvek505417-Jul-20 3:53 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_17-Jul-20 4:55
Vaclav_17-Jul-20 4:55 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_17-Jul-20 5:19
Vaclav_17-Jul-20 5:19 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
k505417-Jul-20 5:38
mvek505417-Jul-20 5:38 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_17-Jul-20 6:05
Vaclav_17-Jul-20 6:05 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Richard MacCutchan17-Jul-20 6:19
mveRichard MacCutchan17-Jul-20 6:19 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
k505417-Jul-20 6:57
mvek505417-Jul-20 6:57 
GeneralUndefined reference GTK issue was Re: GCC ` backtick` CLI - what does it actually do ? Pin
Vaclav_17-Jul-20 7:35
Vaclav_17-Jul-20 7:35 
GeneralRe: GCC ` backtick` CLI - what does it actually do ? Pin
Richard MacCutchan17-Jul-20 21:54
mveRichard MacCutchan17-Jul-20 21:54 
QuestionDevelop VC++ for IPad Pin
_Flaviu15-Jul-20 7:01
_Flaviu15-Jul-20 7:01 
AnswerRe: Develop VC++ for IPad Pin
Richard MacCutchan15-Jul-20 22:56
mveRichard MacCutchan15-Jul-20 22:56 

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.