Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to upate one child dialog from other child dilaog? Pin
amitmistry_petlad 25-Feb-07 22:03
amitmistry_petlad 25-Feb-07 22:03 
AnswerRe: how to upate one child dialog from other child dilaog? Pin
jhwurmbach25-Feb-07 22:15
jhwurmbach25-Feb-07 22:15 
GeneralRe: how to upate one child dialog from other child dilaog? Pin
amitmistry_petlad 25-Feb-07 22:47
amitmistry_petlad 25-Feb-07 22:47 
GeneralRe: how to upate one child dialog from other child dilaog? Pin
jhwurmbach25-Feb-07 23:00
jhwurmbach25-Feb-07 23:00 
GeneralRe: how to upate one child dialog from other child dilaog? Pin
amitmistry_petlad 25-Feb-07 23:13
amitmistry_petlad 25-Feb-07 23:13 
GeneralRe: how to upate one child dialog from other child dilaog? Pin
jhwurmbach25-Feb-07 23:33
jhwurmbach25-Feb-07 23:33 
QuestionDeploying VS2005 applications without administrator rights Pin
Cedric Moonen25-Feb-07 22:02
Cedric Moonen25-Feb-07 22:02 
AnswerRe: Deploying VS2005 applications without administrator rights Pin
sps-itsec4625-Feb-07 23:41
sps-itsec4625-Feb-07 23:41 
Hi Cédric,

what you are looking for is known as 'Private Assemblies'. The VS2005 DLLs (CRT, ATL, MFC) can be installed as shared assemblies in the WinSxS folder so every application can use them or they can be locally installed as private assemblies. In the latter case only your application will be able to use them.

You'll likely get all necessary information here:
Assembly Searching Sequence[^]

Short summary: If the redistributable package (vcredist_x86.exe) isn't installed on the target machine then your local app folder is checked for the DLLs. I propose to test it well, e.g. Windows 2000 and XP don't behave in the same way.

But the fun really starts if you have an application that has references to VS2005 RTM and SP1 DLLs. So... welcome to Manifest Hell!


cheers,
mykel

OMM: "Let us be thankful we have commerce. Buy more. Buy more now. Buy. And be happy."

AnswerRe: Deploying VS2005 applications without administrator rights Pin
Michael Dunn26-Feb-07 10:28
sitebuilderMichael Dunn26-Feb-07 10:28 
GeneralRe: Deploying VS2005 applications without administrator rights Pin
sps-itsec4627-Feb-07 2:37
sps-itsec4627-Feb-07 2:37 
QuestionHow can I load French Stringtable Pin
dungpapai25-Feb-07 21:58
dungpapai25-Feb-07 21:58 
AnswerWhat is the big deal? Pin
Rajesh R Subramanian25-Feb-07 22:29
professionalRajesh R Subramanian25-Feb-07 22:29 
AnswerRe: How can I load French Stringtable Pin
KaЯl27-Feb-07 4:05
KaЯl27-Feb-07 4:05 
Questionassignment operator for CDBVariant Pin
prithaa25-Feb-07 21:25
prithaa25-Feb-07 21:25 
AnswerRe: assignment operator for CDBVariant Pin
Try25-Feb-07 21:31
Try25-Feb-07 21:31 
AnswerRe: assignment operator for CDBVariant Pin
prasad_som25-Feb-07 21:38
prasad_som25-Feb-07 21:38 
GeneralRe: assignment operator for CDBVariant Pin
prithaa25-Feb-07 22:03
prithaa25-Feb-07 22:03 
AnswerRe: assignment operator for CDBVariant Pin
prasad_som25-Feb-07 22:10
prasad_som25-Feb-07 22:10 
GeneralRe: assignment operator for CDBVariant Pin
Cedric Moonen25-Feb-07 22:17
Cedric Moonen25-Feb-07 22:17 
Questionvideo compression Pin
viliam25-Feb-07 21:11
viliam25-Feb-07 21:11 
AnswerRe: video compression Pin
Russell'26-Feb-07 7:41
Russell'26-Feb-07 7:41 
AnswerRe: video compression Pin
KaЯl27-Feb-07 4:13
KaЯl27-Feb-07 4:13 
QuestionStatic Text control. Pin
Sameer_Thakur25-Feb-07 20:13
Sameer_Thakur25-Feb-07 20:13 
AnswerRe: Static Text control. Pin
prasad_som25-Feb-07 20:39
prasad_som25-Feb-07 20:39 
AnswerRe: Static Text control. Pin
Try25-Feb-07 20:59
Try25-Feb-07 20:59 

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.