Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Library to solve optimization matrix Pin
Stefan_Lang14-Dec-11 22:34
Stefan_Lang14-Dec-11 22:34 
GeneralRe: Library to solve optimization matrix Pin
qwerty_201115-Dec-11 16:30
qwerty_201115-Dec-11 16:30 
GeneralRe: Library to solve optimization matrix Pin
Stefan_Lang15-Dec-11 22:31
Stefan_Lang15-Dec-11 22:31 
QuestionUse the environment provided by the application instead from system environment. Pin
Member 848801414-Dec-11 16:12
Member 848801414-Dec-11 16:12 
AnswerRe: Use the environment provided by the application instead from system environment. Pin
kakan15-Dec-11 0:05
professionalkakan15-Dec-11 0:05 
AnswerRe: Use the environment provided by the application instead from system environment. Pin
Randor 15-Dec-11 5:46
professional Randor 15-Dec-11 5:46 
GeneralRe: Use the environment provided by the application instead from system environment. Pin
Member 848801418-Dec-11 21:25
Member 848801418-Dec-11 21:25 
GeneralRe: Use the environment provided by the application instead from system environment. Pin
Randor 19-Dec-11 6:38
professional Randor 19-Dec-11 6:38 
Hi Gopal,

Yep, you are correct and BIND_TO_CURRENT_VCLIBS_VERSION will only work for VS2008 and above. It is defined in the crtassem.h file.

However... if you take a closer look... you will find that by defining BIND_TO_CURRENT_VCLIBS_VERSION ... all it does it change the manifest.

I would suggest that you read the article by Martin Richter:

Create projects easily with private MFC, ATL and CRT assemblies[^]

Perhaps a private assembly would allow you to use a local copy of the MFC/CRT runtime.

Best Wishes,
-David Delaune
QuestionTAPI Call program Pin
Hadi Dayvary14-Dec-11 4:52
professionalHadi Dayvary14-Dec-11 4:52 
AnswerRe: TAPI Call program Pin
rahul.kulshreshtha15-Dec-11 19:24
rahul.kulshreshtha15-Dec-11 19:24 
GeneralRe: TAPI Call program Pin
Hadi Dayvary16-Dec-11 20:17
professionalHadi Dayvary16-Dec-11 20:17 
GeneralRe: TAPI Call program Pin
rahul.kulshreshtha17-Dec-11 3:11
rahul.kulshreshtha17-Dec-11 3:11 
GeneralRe: TAPI Call program Pin
Hadi Dayvary17-Dec-11 4:02
professionalHadi Dayvary17-Dec-11 4:02 
QuestionPrevent Windows From Entering Hibernate Mode Pin
Rishav Prabhakar13-Dec-11 21:29
Rishav Prabhakar13-Dec-11 21:29 
AnswerRe: Prevent Windows From Entering Hibernate Mode Pin
Alan Balkany14-Dec-11 4:28
Alan Balkany14-Dec-11 4:28 
GeneralRe: Prevent Windows From Entering Hibernate Mode Pin
Stefan_Lang14-Dec-11 5:46
Stefan_Lang14-Dec-11 5:46 
QuestionRe: Prevent Windows From Entering Hibernate Mode Pin
David Crow14-Dec-11 6:07
David Crow14-Dec-11 6:07 
SuggestionRe: Prevent Windows From Entering Hibernate Mode Pin
Albert Holguin14-Dec-11 8:47
professionalAlbert Holguin14-Dec-11 8:47 
GeneralRe: Prevent Windows From Entering Hibernate Mode Pin
David Crow14-Dec-11 8:55
David Crow14-Dec-11 8:55 
GeneralRe: Prevent Windows From Entering Hibernate Mode Pin
Albert Holguin14-Dec-11 9:21
professionalAlbert Holguin14-Dec-11 9:21 
AnswerRe: Prevent Windows From Entering Hibernate Mode Pin
Rishav Prabhakar14-Dec-11 20:14
Rishav Prabhakar14-Dec-11 20:14 
AnswerRe: Prevent Windows From Entering Hibernate Mode Pin
Randor 14-Dec-11 10:19
professional Randor 14-Dec-11 10:19 
GeneralRe: Prevent Windows From Entering Hibernate Mode Pin
Rishav Prabhakar14-Dec-11 20:39
Rishav Prabhakar14-Dec-11 20:39 
GeneralRe: Prevent Windows From Entering Hibernate Mode Pin
Chris Losinger15-Dec-11 5:59
professionalChris Losinger15-Dec-11 5:59 
AnswerRe: Prevent Windows From Entering Hibernate Mode Pin
jeff616-Dec-11 23:24
jeff616-Dec-11 23:24 

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.