Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Running an exe file. Pin
Hamid_RT24-May-06 21:54
Hamid_RT24-May-06 21:54 
AnswerRe: Running an exe file. Pin
Sarath C24-May-06 22:00
Sarath C24-May-06 22:00 
AnswerRe: Running an exe file. Pin
G Haranadh24-May-06 23:37
G Haranadh24-May-06 23:37 
GeneralRe: Running an exe file. Pin
Suganya.D25-May-06 2:17
Suganya.D25-May-06 2:17 
QuestionRe: Running an exe file. Pin
David Crow25-May-06 4:21
David Crow25-May-06 4:21 
QuestionDo we need dll Files for running EXE File Pin
k.n.ruban24-May-06 21:40
k.n.ruban24-May-06 21:40 
AnswerRe: Do we need dll Files for running EXE File Pin
Naveen24-May-06 21:43
Naveen24-May-06 21:43 
AnswerRe: Do we need dll Files for running EXE File Pin
Nibu babu thomas24-May-06 21:46
Nibu babu thomas24-May-06 21:46 
k.n.ruban wrote:
I have created an EXE File in VC++.The Exe Works fine since i am having VC++ installed in my machine.But i copied the Exe File to another machine where VC++ is not installed,there EXE doesnt work.
What is the reason for that,is there any possibility for it work.


Use Dependency Walker to find out what all dll's does your application depend on. When you take your app to new location you have to have these dependent dll's there too else the application won't work.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

AnswerRe: Do we need dll Files for running EXE File Pin
Hamid_RT24-May-06 21:52
Hamid_RT24-May-06 21:52 
GeneralRe: Do we need dll Files for running EXE File Pin
k.n.ruban25-May-06 1:30
k.n.ruban25-May-06 1:30 
GeneralRe: Do we need dll Files for running EXE File Pin
Hamid_RT25-May-06 3:50
Hamid_RT25-May-06 3:50 
AnswerRe: Do we need dll Files for running EXE File Pin
zahid_ash24-May-06 21:55
zahid_ash24-May-06 21:55 
GeneralRe: Do we need dll Files for running EXE File Pin
k.n.ruban25-May-06 1:33
k.n.ruban25-May-06 1:33 
QuestionProblem calling JavaScript from C++ Pin
alitokmen24-May-06 21:36
alitokmen24-May-06 21:36 
QuestionRe: Problem calling JavaScript from C++ [modified] Pin
alitokmen25-May-06 6:13
alitokmen25-May-06 6:13 
QuestionCMenu Pin
Anu_Bala24-May-06 21:20
Anu_Bala24-May-06 21:20 
AnswerRe: CMenu Pin
Hamid_RT24-May-06 21:35
Hamid_RT24-May-06 21:35 
AnswerRe: CMenu Pin
Nibu babu thomas24-May-06 21:42
Nibu babu thomas24-May-06 21:42 
AnswerRe: CMenu Pin
Sarath C24-May-06 22:06
Sarath C24-May-06 22:06 
GeneralRe: CMenu Pin
Nibu babu thomas24-May-06 22:11
Nibu babu thomas24-May-06 22:11 
AnswerRe: CMenu Pin
NiceNaidu24-May-06 22:29
NiceNaidu24-May-06 22:29 
Questionpossible to link and run with .lib file without .dll file? Pin
George_George24-May-06 21:15
George_George24-May-06 21:15 
AnswerRe: possible to link and run with .lib file without .dll file? Pin
NiceNaidu24-May-06 21:40
NiceNaidu24-May-06 21:40 
QuestionCTreeCtrl: Index of and item from parent Pin
Sarath C24-May-06 21:02
Sarath C24-May-06 21:02 
AnswerRe: CTreeCtrl: Index of and item from parent Pin
Nibu babu thomas24-May-06 21:08
Nibu babu thomas24-May-06 21:08 

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.