Click here to Skip to main content
15,915,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: preprocessor #include Pin
Vaclav_10-Jul-15 4:07
Vaclav_10-Jul-15 4:07 
GeneralRe: preprocessor #include Pin
Richard MacCutchan10-Jul-15 4:22
mveRichard MacCutchan10-Jul-15 4:22 
Vaclav_Sal wrote:
But I want to write   code and not troubleshoot the IDE.
There is nothing to troubleshoot. Whether you use the IDE or not, the issues are the same. The compiler needs to know the paths of any directories which contain header files that you wish to include in your compilations. The linker needs to know the paths of any directories which contain libraries that are referenced by your project. When you install Visual Studio it sets a default set of both, which gives the paths to all the default library components. If you create a project that uses other headers and libraries then you need to add those paths, and the library names, using the Project Properties link in Solution Explorer. If you want to do it without using the IDE then it is much more hard work and you would probably need to set up some complex batch files, or learn how to use Make: something that is not for the fainthearted.
GeneralRe: preprocessor #include Pin
Vaclav_13-Jul-15 7:50
Vaclav_13-Jul-15 7:50 
GeneralRe: preprocessor #include Pin
Richard MacCutchan13-Jul-15 22:05
mveRichard MacCutchan13-Jul-15 22:05 
QuestionRe: preprocessor #include Pin
David Crow10-Jul-15 5:30
David Crow10-Jul-15 5:30 
AnswerRe: preprocessor #include Pin
Vaclav_13-Jul-15 7:34
Vaclav_13-Jul-15 7:34 
GeneralRe: preprocessor #include Pin
David Crow13-Jul-15 10:53
David Crow13-Jul-15 10:53 
QuestionWaiting for open files Pin
Drakesal4-Jul-15 0:46
Drakesal4-Jul-15 0:46 
AnswerRe: Waiting for open files Pin
Richard Andrew x644-Jul-15 4:58
professionalRichard Andrew x644-Jul-15 4:58 
GeneralRe: Waiting for open files Pin
Drakesal4-Jul-15 5:01
Drakesal4-Jul-15 5:01 
AnswerRe: Waiting for open files Pin
Richard Andrew x644-Jul-15 5:23
professionalRichard Andrew x644-Jul-15 5:23 
GeneralRe: Waiting for open files Pin
Drakesal4-Jul-15 5:33
Drakesal4-Jul-15 5:33 
AnswerRe: Waiting for open files Pin
Frankie-C4-Jul-15 5:44
Frankie-C4-Jul-15 5:44 
GeneralRe: Waiting for open files Pin
Drakesal4-Jul-15 20:24
Drakesal4-Jul-15 20:24 
GeneralRe: Waiting for open files Pin
Frankie-C5-Jul-15 1:22
Frankie-C5-Jul-15 1:22 
GeneralRe: Waiting for open files Pin
Drakesal5-Jul-15 10:10
Drakesal5-Jul-15 10:10 
GeneralRe: Waiting for open files Pin
Frankie-C5-Jul-15 10:14
Frankie-C5-Jul-15 10:14 
Questionlinux c++ use V8 crash Pin
kxjhcs3-Jul-15 17:38
kxjhcs3-Jul-15 17:38 
GeneralRe: linux c++ use V8 crash Pin
Richard MacCutchan3-Jul-15 21:20
mveRichard MacCutchan3-Jul-15 21:20 
AnswerRe: linux c++ use V8 crash Pin
Jochen Arndt3-Jul-15 22:04
professionalJochen Arndt3-Jul-15 22:04 
QuestionHome I/P Address Pin
ForNow3-Jul-15 11:41
ForNow3-Jul-15 11:41 
AnswerRe: Home I/P Address Pin
Richard MacCutchan3-Jul-15 21:19
mveRichard MacCutchan3-Jul-15 21:19 
GeneralRe: Home I/P Address Pin
ForNow4-Jul-15 18:30
ForNow4-Jul-15 18:30 
GeneralRe: Richard this code worked for me thanks Pin
ForNow4-Jul-15 19:47
ForNow4-Jul-15 19:47 
QuestionHow to Convert 8bit image data into RGB based on color palette in Direct2D? Pin
Kiran Satish1-Jul-15 16:10
Kiran Satish1-Jul-15 16:10 

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.