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

C / C++ / MFC

 
GeneralRe: How to activating already running application Pin
ranjithgoud19-Sep-09 0:40
ranjithgoud19-Sep-09 0:40 
GeneralRe: How to activating already running application Pin
theCPkid19-Sep-09 0:50
theCPkid19-Sep-09 0:50 
GeneralRe: How to activating already running application Pin
ranjithgoud19-Sep-09 1:03
ranjithgoud19-Sep-09 1:03 
GeneralRe: How to activating already running application [modified] Pin
theCPkid19-Sep-09 1:09
theCPkid19-Sep-09 1:09 
GeneralRe: How to activating already running application Pin
Code-o-mat19-Sep-09 2:38
Code-o-mat19-Sep-09 2:38 
GeneralRe: How to activating already running application Pin
ranjithgoud19-Sep-09 1:07
ranjithgoud19-Sep-09 1:07 
GeneralRe: How to activating already running application Pin
Stuart Dootson19-Sep-09 21:56
professionalStuart Dootson19-Sep-09 21:56 
QuestionRedistributing dependent dlls Pin
Jerinanand18-Sep-09 19:59
Jerinanand18-Sep-09 19:59 
Hai all ,

I have created an application in VC++ using VS2008 in a development machine which runs on Vista, now i need to run that application in a target machine which runs on windows XP SP2 which does not have vc++ dlls or any thing.

i need a help for redistributing the dependent dlls for the application so that it should run well in target machine.


this is the manifest file created for the application ...

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.4053' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
</dependentAssembly>
</dependency>
</assembly>

can any one tell what all the files needed to be redistributed with my application

thanks in advance,
Jerin
AnswerRe: Redistributing dependent dlls Pin
Hristo-Bojilov19-Sep-09 9:29
Hristo-Bojilov19-Sep-09 9:29 
QuestionODBC which function can write value into data base Pin
Rafix11118-Sep-09 11:03
Rafix11118-Sep-09 11:03 
QuestionHow to add Items to Windows start menu? Pin
includeh1018-Sep-09 10:01
includeh1018-Sep-09 10:01 
AnswerRe: How to add Items to Windows start menu? Pin
Stuart Dootson18-Sep-09 12:51
professionalStuart Dootson18-Sep-09 12:51 
QuestionMessage Removed Pin
18-Sep-09 5:02
professionalN_tro_P18-Sep-09 5:02 
AnswerRe: CUDA Anyone? Pin
zhao,kaiyong24-Sep-09 9:02
zhao,kaiyong24-Sep-09 9:02 
AnswerRe: CUDA Anyone? Pin
johnthomaswarner19-Feb-10 10:26
johnthomaswarner19-Feb-10 10:26 
QuestionHow to get rid of warning message from Microsoft code Pin
transoft18-Sep-09 4:57
transoft18-Sep-09 4:57 
AnswerRe: How to get rid of warning message from Microsoft code Pin
Richard MacCutchan18-Sep-09 5:21
mveRichard MacCutchan18-Sep-09 5:21 
AnswerRe: How to get rid of warning message from Microsoft code Pin
Michael Dunn18-Sep-09 8:38
sitebuilderMichael Dunn18-Sep-09 8:38 
AnswerRe: How to get rid of warning message from Microsoft code Pin
Richard MacCutchan18-Sep-09 22:17
mveRichard MacCutchan18-Sep-09 22:17 
Questionsome questions about "reference to pointer" Pin
lhyblue18-Sep-09 3:57
lhyblue18-Sep-09 3:57 
AnswerRe: some questions about "reference to pointer" [modified] Pin
«_Superman_»18-Sep-09 4:08
professional«_Superman_»18-Sep-09 4:08 
GeneralRe: some questions about "reference to pointer" Pin
CPallini18-Sep-09 4:17
mveCPallini18-Sep-09 4:17 
GeneralRe: some questions about "reference to pointer" Pin
«_Superman_»18-Sep-09 4:19
professional«_Superman_»18-Sep-09 4:19 
GeneralRe: some questions about "reference to pointer" Pin
lhyblue18-Sep-09 4:44
lhyblue18-Sep-09 4:44 
GeneralRe: some questions about "reference to pointer" Pin
Stuart Dootson18-Sep-09 4:48
professionalStuart Dootson18-Sep-09 4:48 

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.