Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC fails to create main CFrameWnd found casue - now what? Pin
Vaclav8-Oct-04 10:16
Vaclav8-Oct-04 10:16 
QuestionHow to inlude files,getting link error! Pin
Dani1000017-Oct-04 7:11
Dani1000017-Oct-04 7:11 
AnswerRe: How to inlude files,getting link error! Pin
Rage7-Oct-04 7:42
professionalRage7-Oct-04 7:42 
AnswerRe: How to inlude files,getting link error! Pin
Rage7-Oct-04 7:46
professionalRage7-Oct-04 7:46 
GeneralRe: How to inlude files,getting link error! Pin
Dani1000017-Oct-04 8:00
Dani1000017-Oct-04 8:00 
GeneralRe: How to inlude files,getting link error! Pin
David Crow7-Oct-04 9:07
David Crow7-Oct-04 9:07 
Questioncan i use %windir% to get windows directory??? Pin
venadder7-Oct-04 6:54
venadder7-Oct-04 6:54 
AnswerRe: can i use %windir% to get windows directory??? Pin
Rage7-Oct-04 7:33
professionalRage7-Oct-04 7:33 
It is possible to get the value of %windir% with several functions, amongst them

char *getenv( const char *varname );


but from what I understand in your msg, you do not want to use any initialisation, e.g. function call. So I am afraid that the answer to

venadder wrote:
can I do that?

is : yes, you can, but it will unfortunately not be replaced at runtime with "C:\Winnt". Unsure | :~

So, be ready to modify your 60 files Dead | X|



~RaGE();
GeneralEmbedding a dialog from dll in main program's splitter View and doing data exchange in dll Pin
kumar_gaurava7-Oct-04 5:39
kumar_gaurava7-Oct-04 5:39 
GeneralImpersonation Pin
Per Nilsson7-Oct-04 4:42
Per Nilsson7-Oct-04 4:42 
GeneralRe: Impersonation Pin
toxcct7-Oct-04 4:48
toxcct7-Oct-04 4:48 
GeneralRe: Impersonation Pin
Rage7-Oct-04 7:55
professionalRage7-Oct-04 7:55 
Generalplease help- different colored letters Pin
...---...7-Oct-04 4:41
...---...7-Oct-04 4:41 
GeneralRe: please help- different colored letters Pin
Maximilien7-Oct-04 7:19
Maximilien7-Oct-04 7:19 
GeneralDo I know how to iterate? Pin
...---...7-Oct-04 7:41
...---...7-Oct-04 7:41 
GeneralRe: Do I know how to iterate? Pin
David Crow7-Oct-04 8:10
David Crow7-Oct-04 8:10 
GeneralRe: iImperaionation Pin
toxcct7-Oct-04 4:37
toxcct7-Oct-04 4:37 
Generalusing STL to read LARGE text files ... Pin
Maximilien7-Oct-04 4:17
Maximilien7-Oct-04 4:17 
Generalproblem:dll not found Pin
happycpp7-Oct-04 3:37
happycpp7-Oct-04 3:37 
GeneralRe: problem:dll not found Pin
David Crow7-Oct-04 4:07
David Crow7-Oct-04 4:07 
GeneralRe: problem:dll not found Pin
happycpp7-Oct-04 6:39
happycpp7-Oct-04 6:39 
GeneralRe: problem:dll not found Pin
David Crow7-Oct-04 8:07
David Crow7-Oct-04 8:07 
GeneralRe: problem:dll not found Pin
happycpp7-Oct-04 9:03
happycpp7-Oct-04 9:03 
GeneralRe: problem:dll not found Pin
David Crow7-Oct-04 10:06
David Crow7-Oct-04 10:06 
GeneralRe: problem:dll not found Pin
Blake Miller7-Oct-04 10:52
Blake Miller7-Oct-04 10:52 

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.