Click here to Skip to main content
15,918,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Resource header Pin
Tomasz Sowinski26-Sep-02 6:35
Tomasz Sowinski26-Sep-02 6:35 
GeneralRe: Resource header Pin
Zizilamoroso26-Sep-02 6:34
Zizilamoroso26-Sep-02 6:34 
GeneralRe: Resource header Pin
Tomasz Sowinski26-Sep-02 6:39
Tomasz Sowinski26-Sep-02 6:39 
GeneralRe: Resource header Pin
Zizilamoroso26-Sep-02 6:37
Zizilamoroso26-Sep-02 6:37 
GeneralRe: Resource header Pin
Atlantys26-Sep-02 7:08
Atlantys26-Sep-02 7:08 
GeneralRe: Resource header Pin
Zizilamoroso26-Sep-02 12:57
Zizilamoroso26-Sep-02 12:57 
GeneralRe: Resource header Pin
Zizilamoroso26-Sep-02 6:32
Zizilamoroso26-Sep-02 6:32 
GeneralRe: Resource header Pin
Gary R. Wheeler29-Sep-02 6:01
Gary R. Wheeler29-Sep-02 6:01 
The question remains: Why do you want to do this? Anyone else maintaining your program will want to find the resource symbols, and will look for resource.h. Another problem with this is you will be tempted to put other symbols or definitions in else.h (treating it like any other header file). DevStudio tends to get cranky when resource.h (or whatever you've named it) contains anything in it other than the stuff it puts there.

I'm not meaning to sound critical, this is just the voice of experience.

Gary R. Wheeler

GeneralCopy of files from one folder to another Pin
Cintch26-Sep-02 6:08
Cintch26-Sep-02 6:08 
GeneralRe: Copy of files from one folder to another Pin
Tomasz Sowinski26-Sep-02 6:15
Tomasz Sowinski26-Sep-02 6:15 
GeneralForm Scrolling Problem Pin
RuiSantiago26-Sep-02 5:53
RuiSantiago26-Sep-02 5:53 
GeneralRe: Form Scrolling Problem Pin
lucy26-Sep-02 9:25
lucy26-Sep-02 9:25 
GeneralRe: Form Scrolling Problem Pin
RuiSantiago26-Sep-02 23:57
RuiSantiago26-Sep-02 23:57 
GeneralRe: Form Scrolling Problem Pin
lucy27-Sep-02 2:27
lucy27-Sep-02 2:27 
GeneralRe: Form Scrolling Problem Pin
RuiSantiago27-Sep-02 3:52
RuiSantiago27-Sep-02 3:52 
Questionhow to terminate a dll? Pin
ns26-Sep-02 5:36
ns26-Sep-02 5:36 
AnswerRe: how to terminate a dll? Pin
Zizilamoroso26-Sep-02 6:15
Zizilamoroso26-Sep-02 6:15 
GeneralRe: how to terminate a dll? Pin
ns26-Sep-02 6:22
ns26-Sep-02 6:22 
AnswerRe: how to terminate a dll? Pin
Tomasz Sowinski26-Sep-02 6:32
Tomasz Sowinski26-Sep-02 6:32 
Generalthanks Pin
ns26-Sep-02 6:43
ns26-Sep-02 6:43 
QuestionHow can VC++ setup DrawText with TabStop with 7 character & DT_EXPANTABS? Pin
ATC26-Sep-02 5:06
ATC26-Sep-02 5:06 
AnswerRe: How can VC++ setup DrawText with TabStop with 7 character & DT_EXPANTABS? Pin
Daniel Ferguson26-Sep-02 5:14
Daniel Ferguson26-Sep-02 5:14 
GeneralRe: How can VC++ setup DrawText with TabStop with 7 character & DT_EXPANTABS? Pin
ATC26-Sep-02 7:25
ATC26-Sep-02 7:25 
AnswerRe: How can VC++ setup DrawText with TabStop with 7 character & DT_EXPANTABS? Pin
Tomasz Sowinski26-Sep-02 5:18
Tomasz Sowinski26-Sep-02 5:18 
GeneralRe: where did you get this (0x0700 | DT_EXPANDTABS) stuff? Pin
Anh26-Sep-02 6:14
Anh26-Sep-02 6:14 

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.