Click here to Skip to main content
15,921,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DeferWindowPos Pin
Waldermort25-Nov-06 3:07
Waldermort25-Nov-06 3:07 
GeneralRe: DeferWindowPos Pin
Mark Salsbery25-Nov-06 5:59
Mark Salsbery25-Nov-06 5:59 
GeneralRe: DeferWindowPos Pin
PJ Arends25-Nov-06 6:42
professionalPJ Arends25-Nov-06 6:42 
QuestionHelp Regarding DDK Pin
ram krishna pattnayak24-Nov-06 19:46
ram krishna pattnayak24-Nov-06 19:46 
Questionwhen deconstructor function is called and some other dummy questions Pin
cy163@hotmail.com24-Nov-06 19:26
cy163@hotmail.com24-Nov-06 19:26 
AnswerRe: when deconstructor function is called and some other dummy questions Pin
prasad_som24-Nov-06 19:56
prasad_som24-Nov-06 19:56 
GeneralRe: when deconstructor function is called and some other dummy questions Pin
cy163@hotmail.com24-Nov-06 20:21
cy163@hotmail.com24-Nov-06 20:21 
QuestionHow to add VC++ Build paths from Installer? Pin
uusheikh24-Nov-06 17:58
uusheikh24-Nov-06 17:58 
Visual C++ 2005 Build Paths can be added manually thru the IDE Tools->Options->Project and Solutions-> VC++ Directories. Now, i observed that installers of many SDKs (such as DirectX SDK) automatically adds these paths (paths to dxsdk\lib, \include \bin) to VC++.

How can i do the same with my installer so when the installation of my SDK completes, all the paths to lib, include, bin are automatically added there?

I can add those paths using the environment variables INCLUDE, LIB, but those paths are not available to the IDE unless i launch VC++2005 using the "/useenv" switch (devenv /useenv). (Launching normally does not enable those paths)

Is there a registry key where i can add those paths?

Thanks in advance.
AnswerRe: How to add VC++ Build paths from Installer? Pin
Michael Dunn24-Nov-06 18:30
sitebuilderMichael Dunn24-Nov-06 18:30 
GeneralRe: How to add VC++ Build paths from Installer? Pin
uusheikh26-Nov-06 18:43
uusheikh26-Nov-06 18:43 
QuestionDifference b/w MFC in VC++ 6.0 & VC++.net 2003 Pin
ksandy4524-Nov-06 17:57
ksandy4524-Nov-06 17:57 
AnswerRe: Difference b/w MFC in VC++ 6.0 & VC++.net 2003 Pin
prasad_som24-Nov-06 20:04
prasad_som24-Nov-06 20:04 
GeneralRe: Difference b/w MFC in VC++ 6.0 & VC++.net 2003 Pin
ksandy4524-Nov-06 20:49
ksandy4524-Nov-06 20:49 
GeneralRe: Difference b/w MFC in VC++ 6.0 & VC++.net 2003 Pin
_tasleem25-Nov-06 2:17
_tasleem25-Nov-06 2:17 
GeneralRe: Difference b/w MFC in VC++ 6.0 & VC++.net 2003 Pin
ksandy4527-Nov-06 18:06
ksandy4527-Nov-06 18:06 
GeneralRe: Difference b/w MFC in VC++ 6.0 & VC++.net 2003 Pin
_tasleem27-Nov-06 22:14
_tasleem27-Nov-06 22:14 
GeneralRe: Difference b/w MFC in VC++ 6.0 & VC++.net 2003 Pin
ksandy4528-Nov-06 17:26
ksandy4528-Nov-06 17:26 
GeneralRe: Difference b/w MFC in VC++ 6.0 & VC++.net 2003 Pin
_tasleem30-Nov-06 0:06
_tasleem30-Nov-06 0:06 
QuestionMultilingual Support - MessageBox Problem Pin
dungpapai24-Nov-06 16:05
dungpapai24-Nov-06 16:05 
AnswerRe: Multilingual Support - MessageBox Problem Pin
Waldermort24-Nov-06 17:23
Waldermort24-Nov-06 17:23 
GeneralRe: Multilingual Support - MessageBox Problem Pin
dungpapai26-Nov-06 15:38
dungpapai26-Nov-06 15:38 
AnswerRe: Multilingual Support - MessageBox Problem Pin
CPallini24-Nov-06 22:46
mveCPallini24-Nov-06 22:46 
GeneralRe: Multilingual Support - MessageBox Problem Pin
dungpapai26-Nov-06 15:36
dungpapai26-Nov-06 15:36 
GeneralRe: Multilingual Support - MessageBox Problem Pin
CPallini26-Nov-06 21:17
mveCPallini26-Nov-06 21:17 
QuestionHow can I detect whether the tray of CD drive is open or close by program? Pin
monkinrain24-Nov-06 13:18
monkinrain24-Nov-06 13:18 

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.