Hi Jochen!
Thanks a lot, the problem was that i had forgotten manifest file (i copied
only crt*.dll files). Now I had copied Microsoft.VC80.DebugCRT.manifest file
and works fine.
I used Debug version only for a test. Obviously, in realese version i copied
CRT for release instead of CRT for debug.
Thanks...
Gianluca
"Jochen Kalmbach [MVP]" <nospam-(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi Gianluca!
>
>> with error: "The application has failed to start because the application
>> configuration is incorrect. Reinstalling the application may fix this
>> problem".
>
> Youi have two options:
> 1. Install the CRT/MFC/ATL files from VC8
> 2. Copy the CRT/MFC/ATL DLLs in the same dir as your exe *and* put the
> valid manifest for these DLLs in the same dir!
>
> In bith cases you application needs to have a valid manifest for the EXE!
>
> See:
> http://www.codeproject.com/cpp/vcredists_x86.asp
>
>
> --
> Greetings
> Jochen
>
> My blog about Win32 and .NET
> http://blog.kalmbachnet.de/