Click here to Skip to main content
15,896,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: read write and delete from the registry Pin
_AnsHUMAN_ 12-Feb-06 16:58
_AnsHUMAN_ 12-Feb-06 16:58 
AnswerRe: read write and delete from the registry Pin
LivingThoughts12-Feb-06 17:03
LivingThoughts12-Feb-06 17:03 
AnswerRe: read write and delete from the registry Pin
ThatsAlok14-Feb-06 18:25
ThatsAlok14-Feb-06 18:25 
Questionerror when run app. in other computer Pin
leenmie12-Feb-06 16:11
leenmie12-Feb-06 16:11 
AnswerRe: error when run app. in other computer Pin
Ryan Binns12-Feb-06 17:11
Ryan Binns12-Feb-06 17:11 
GeneralRe: error when run app. in other computer Pin
leenmie12-Feb-06 18:02
leenmie12-Feb-06 18:02 
GeneralRe: error when run app. in other computer Pin
Ryan Binns12-Feb-06 18:41
Ryan Binns12-Feb-06 18:41 
AnswerRe: error when run app. in other computer Pin
S Douglas12-Feb-06 20:21
professionalS Douglas12-Feb-06 20:21 
leenmie wrote:
When I run it on other computer, error like above too


The problem you’re experiencing is a dependency issue.

If you’re running W2k then you can open the exe with dependency walker to figure out which dlls you need to include with the exe (distribute).

If the computer is a Windows XP system, there is a new paradigm for dealing with DLLs. It’s called SXS (side by side) DLL support. In other words it allows the target computer to run multiple versions of the same DLL. This was done to eliminate DLL hell issues.

What this means to you is, your app will now need an installer to add the new DLLs to the system.

Redistributing Visual C++ Files[^]

http://msdn2.microsoft.com/en-us/library/ms235285.aspx[^]

http://blogs.msdn.com/nikolad/archive/2005/09/02/460368.aspx[^]



-- modified at 2:23 Monday 13th February, 2006
AnswerRe: error when run app. in other computer Pin
Michael Dunn13-Feb-06 7:40
sitebuilderMichael Dunn13-Feb-06 7:40 
QuestionBeginning with VC++ Pin
Nguyen Thi Thanh12-Feb-06 15:52
Nguyen Thi Thanh12-Feb-06 15:52 
AnswerRe: Beginning with VC++ Pin
HOW WHAT12-Feb-06 16:00
HOW WHAT12-Feb-06 16:00 
AnswerRe: Beginning with VC++ Pin
leenmie12-Feb-06 16:02
leenmie12-Feb-06 16:02 
AnswerRe: Beginning with VC++ Pin
LivingThoughts12-Feb-06 16:47
LivingThoughts12-Feb-06 16:47 
GeneralRe: Beginning with VC++ Pin
John R. Shaw12-Feb-06 22:35
John R. Shaw12-Feb-06 22:35 
GeneralRe: Beginning with VC++ Pin
LivingThoughts14-Feb-06 19:54
LivingThoughts14-Feb-06 19:54 
AnswerRe: Beginning with VC++ Pin
John R. Shaw12-Feb-06 22:57
John R. Shaw12-Feb-06 22:57 
AnswerRe: Beginning with VC++ Pin
ThatsAlok14-Feb-06 17:37
ThatsAlok14-Feb-06 17:37 
Questionwhat is path,directory, file, filename? Pin
HOW WHAT12-Feb-06 15:42
HOW WHAT12-Feb-06 15:42 
AnswerRe: what is path,directory, file, filename? Pin
LivingThoughts12-Feb-06 16:59
LivingThoughts12-Feb-06 16:59 
GeneralRe: what is path,directory, file, filename? Pin
HOW WHAT12-Feb-06 17:20
HOW WHAT12-Feb-06 17:20 
AnswerRe: what is path,directory, file, filename? Pin
ThatsAlok14-Feb-06 17:34
ThatsAlok14-Feb-06 17:34 
QuestionDMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 12:17
Lord Kixdemp12-Feb-06 12:17 
AnswerRe: DMC and GCC not compatible with each other! Damn! Pin
rspielmann12-Feb-06 12:23
rspielmann12-Feb-06 12:23 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 12:32
Lord Kixdemp12-Feb-06 12:32 
AnswerRe: DMC and GCC not compatible with each other! Damn! Pin
Ryan Binns12-Feb-06 12:30
Ryan Binns12-Feb-06 12: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.