Click here to Skip to main content
16,005,099 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: FreeRTOS Pin
David Crow12-Jan-07 4:34
David Crow12-Jan-07 4:34 
GeneralRe: FreeRTOS Pin
ikbahrian12-Jan-07 4:38
ikbahrian12-Jan-07 4:38 
AnswerRe: FreeRTOS Pin
Roger Stoltz12-Jan-07 5:45
Roger Stoltz12-Jan-07 5:45 
AnswerRe: FreeRTOS Pin
ThatsAlok14-Jan-07 19:46
ThatsAlok14-Jan-07 19:46 
Question"Detecting" *.h files from the current project directory Pin
ljr2412-Jan-07 3:13
ljr2412-Jan-07 3:13 
AnswerRe: "Detecting" *.h files from the current project directory Pin
benjymous12-Jan-07 3:18
benjymous12-Jan-07 3:18 
AnswerRe: "Detecting" *.h files from the current project directory Pin
James R. Twine12-Jan-07 3:18
James R. Twine12-Jan-07 3:18 
AnswerRe: "Detecting" *.h files from the current project directory Pin
#realJSOP12-Jan-07 23:26
professional#realJSOP12-Jan-07 23:26 
I haven't tried this, by how about...

1) In your project folder, create a file named appname.h, and inside that, put #include "myapp.h"

2) In your shared folder includes, add #include "appname.h"

3) In your project settings "other include directories", make sure you have "." as your first entry, so it would look something like this:

.,../some_folder,../../some_other_folder

If it works, all you have to do is create the file in step one in all your projects...








"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


QuestionDisplaying an html page in a window Derived from CWnd Pin
georgekjolly12-Jan-07 3:06
georgekjolly12-Jan-07 3:06 
AnswerRe: Displaying an html page in a window Derived from CWnd Pin
James R. Twine12-Jan-07 3:09
James R. Twine12-Jan-07 3:09 
AnswerRe: Displaying an html page in a window Derived from CWnd Pin
Hamid_RT12-Jan-07 6:29
Hamid_RT12-Jan-07 6:29 
AnswerRe: Displaying an html page in a window Derived from CWnd Pin
Gary R. Wheeler13-Jan-07 2:57
Gary R. Wheeler13-Jan-07 2:57 
QuestionHelp with MDI Apps with Picture Control Pin
kitty512-Jan-07 2:52
kitty512-Jan-07 2:52 
AnswerRe: Help with MDI Apps with Picture Control Pin
James R. Twine12-Jan-07 3:11
James R. Twine12-Jan-07 3:11 
GeneralRe: Help with MDI Apps with Picture Control Pin
kitty512-Jan-07 3:35
kitty512-Jan-07 3:35 
GeneralRe: Help with MDI Apps with Picture Control Pin
James R. Twine12-Jan-07 6:51
James R. Twine12-Jan-07 6:51 
GeneralRe: Help with MDI Apps with Picture Control Pin
kitty516-Jan-07 3:25
kitty516-Jan-07 3:25 
AnswerRe: Help with MDI Apps with Picture Control Pin
Hamid_RT12-Jan-07 17:34
Hamid_RT12-Jan-07 17:34 
GeneralRe: Help with MDI Apps with Picture Control Pin
kitty516-Jan-07 3:33
kitty516-Jan-07 3:33 
Questionmotion detection Pin
ceejeeb12-Jan-07 1:49
ceejeeb12-Jan-07 1:49 
JokeRe: motion detection Pin
Rajesh R Subramanian12-Jan-07 2:26
professionalRajesh R Subramanian12-Jan-07 2:26 
AnswerRe: motion detection Pin
Cool Ju12-Jan-07 2:48
Cool Ju12-Jan-07 2:48 
GeneralRe: motion detection Pin
ceejeeb12-Jan-07 4:33
ceejeeb12-Jan-07 4:33 
GeneralRe: motion detection Pin
Cool Ju13-Jan-07 4:12
Cool Ju13-Jan-07 4:12 
AnswerRe: motion detection Pin
Hamid_RT22-May-07 19:23
Hamid_RT22-May-07 19:23 

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.