Win XP error

Hi,
I was made an application at home with Win XP IT.
At office I was received the following erro in Win XP ENr:

This application has failed to start because the application
configuration is incorrect. Reinstalling the application may fix this
problem.

Anybody knows why?

It sounds like you compiled it with Visual Studio 2005 in which case you
need its runtime libraries in the directory of the application on
machines without visual studio installed.

See your visual studio\vc\redist directory.

Salvatore Di Fazio wrote:> Hi,

I was made an application at home with Win XP IT.
At office I was received the following erro in Win XP ENr:

This application has failed to start because the application
configuration is incorrect. Reinstalling the application may fix this
problem.

Anybody knows why?


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

William Weilep ha scritto:

It sounds like you compiled it with Visual Studio 2005 in which case you
need its runtime libraries in the directory of the application on
machines without visual studio installed.

See your visual studio\vc\redist directory.

Ehm… what I need to looking for?

I have resolved just putting the file msvcr80.dll in the same directory.

To know what kind of file you need you can use the depends.exe program
of microsoft.

bye