[gameprogrammer] Re: problem deploying app
- From: Rasmus Toftdahl Olesen <halfdan@xxxxxxxxxxxx>
- To: gameprogrammer@xxxxxxxxxxxxx
- Date: Thu, 22 Mar 2007 17:04:48 +0100
tor, 22 03 2007 kl. 08:22 -0500, skrev Roger D Vargas:
> Im trying to test my application in another PC. I compiled it in VC
> Express 2005 and copied all needed DLLs (at least, the ones I know). I
> thought that the system would ask for the missing ones, but I have found
> that in WinXP I always got an error: Incorrect configuration. In Win2k
> it asks for the missing DLLS. I have tested before in my 2 development
> workstations with Win 2k and XP.
> Windows is not my speciality, so I have no idea about whats happening.
> How can I solve this without having to install VC in all PCs?
I have had the same problem at work some time ago, i used a PE (the
binary format that windows executables are in, think ELF for windows)
viewer. I can't quite remember the name of it, i thought it was from
sysinternals.com but they don't seem to offer it.
I found this Java application that might solve your problem:
http://www.ucware.com/apev/index.htm#apevdl
Haven't tried it though, i'm _happily_ running Linux here at home :-)
--
Rasmus Toftdahl Olesen <halfdan@xxxxxxxxxxxx>
halfdans.net
---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html
- References:
- [gameprogrammer] problem deploying app
- From: Roger D Vargas
Other related posts:
- » [gameprogrammer] problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- [gameprogrammer] problem deploying app
- From: Roger D Vargas