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

C / C++ / MFC

 
AnswerRe: Connecting to SQL CE from MFC Pocket PC 2003 Pin
Richard MacCutchan14-Dec-11 22:20
mveRichard MacCutchan14-Dec-11 22:20 
QuestionLibrary to solve optimization matrix Pin
qwerty_201114-Dec-11 16:49
qwerty_201114-Dec-11 16:49 
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 
Hi Gopal,

Member 8488014 wrote:
My WinForm application uses C++ runtime dll's(msvcm80.dll, msvcp80.dll and msvcr80.dll) and bundling them as part of the application. How to make sure that my application will use the C++ runtime dll's that bundled along with product even though the dll's present else where in the system(c:\Windows\Winsxs)


Based on your description it seems that perhaps you want to 'Bind to a specific MFC runtime'. If I am correct then you should have a look at #defining:

C++
#define _BIND_TO_CURRENT_MFC_VERSION 1


Some documentation on MSDN that covers this subject:

Redistributing an Application and Binding It to Specific Libraries[^]

Best Wishes,
-David Delaune
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 
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 

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.