Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
Anthony Appleyard17-Dec-07 4:34
Anthony Appleyard17-Dec-07 4:34 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
toxcct17-Dec-07 4:40
toxcct17-Dec-07 4:40 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
David Crow17-Dec-07 5:03
David Crow17-Dec-07 5:03 
AnswerRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
led mike17-Dec-07 4:46
led mike17-Dec-07 4:46 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
Anthony Appleyard17-Dec-07 5:16
Anthony Appleyard17-Dec-07 5:16 
QuestionRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
David Crow17-Dec-07 5:30
David Crow17-Dec-07 5:30 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
Anthony Appleyard17-Dec-07 5:37
Anthony Appleyard17-Dec-07 5:37 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
Mark Salsbery17-Dec-07 7:00
Mark Salsbery17-Dec-07 7:00 
They'll be in a subfolder of your Windows\winsxs folder.

Take a look at the manifest file generated by your project. There you can get the
version of the VC runtime DLLs your app is using. That will tell you which winsxs
folder to find the DLLs in.

You really need to study the deployment docs if you want to do anything beyond
just running the end-user redistributable installer on other machines.

Mark
Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
led mike17-Dec-07 6:17
led mike17-Dec-07 6:17 
GeneralGet lvalue through rvalue Pin
George_George17-Dec-07 2:56
George_George17-Dec-07 2:56 
QuestionHey man Pin
CPallini17-Dec-07 3:13
mveCPallini17-Dec-07 3:13 
GeneralRe: Hey man Pin
George_George17-Dec-07 3:22
George_George17-Dec-07 3:22 
GeneralRe: Hey man PinPopular
CPallini17-Dec-07 3:25
mveCPallini17-Dec-07 3:25 
GeneralRe: Hey man Pin
George_George17-Dec-07 3:32
George_George17-Dec-07 3:32 
GeneralRe: Hey man Pin
CPallini17-Dec-07 3:54
mveCPallini17-Dec-07 3:54 
GeneralRe: Hey man PinPopular
toxcct17-Dec-07 3:26
toxcct17-Dec-07 3:26 
JokeOff-topic Pin
CPallini17-Dec-07 3:33
mveCPallini17-Dec-07 3:33 
GeneralRe: Off-topic Pin
toxcct17-Dec-07 3:35
toxcct17-Dec-07 3:35 
GeneralRe: Off-topic Pin
George_George17-Dec-07 3:43
George_George17-Dec-07 3:43 
GeneralRe: Off-topic [modified] PinPopular
toxcct17-Dec-07 3:45
toxcct17-Dec-07 3:45 
GeneralRe: Off-topic Pin
toxcct17-Dec-07 4:41
toxcct17-Dec-07 4:41 
GeneralRe: Off-topic Pin
David Crow17-Dec-07 5:32
David Crow17-Dec-07 5:32 
GeneralRe: Off-topic Pin
toxcct17-Dec-07 5:37
toxcct17-Dec-07 5:37 
GeneralRe: Off-topic Pin
David Crow17-Dec-07 11:07
David Crow17-Dec-07 11:07 
Joke[Message Deleted] Pin
rogery27-Dec-07 6:30
rogery27-Dec-07 6:30 

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.