[wx 2.8, WinXP, VS2005]Application runs on dev machine but not on other WinXP machines

Laurent Humbertclaude laurent.humbertclaude at gmail.com
Tue Feb 20 06:04:15 PST 2007


On 2/20/07, Knut P. Lehre <knutpl at broadpark.no> wrote:
> I installed vcredist (The Microsoft Visual C++ 2005 Redistributable
> Package (x86) installs runtime components of Visual C++ Libraries
> required to run applications developed with Visual C++ on a computer
> that does not have Visual C++ 2005 installed.) but still the same error.
> Probably because the redist does not install the debug versions of the
> libraries...
> I think I went through the list and checked and copied the missing dlls
> (by name, not necessarily version). Still the same message. Isn't there
> a way to tell the app to give a more verbose error message with some
> more details of the missing files?
Have a look at
http://www.codeproject.com/cpp/vcredists_x86.asp
It explains the meaning of your error message.

I use the "Alternatives to deployment" method.
Copying dll AND manifest from vcredist folder ( I am using VC8 Pro )
I don't know if it works for Debug dll.


Laurent




More information about the wx-users mailing list