When I link to the VixAllProducts lib, I can't get my application (Win32 console app) to run on Windows XP Professional.
The following error message is displayed in a message box:
"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."
The same executable works fine on Vista and Windows 2000 Server.
I built it using MS Visual Studio 2005 and VIX API v.1.1.2 and VixAllProducts.lib (tried both debug and release builds). Libcmt/d.lib had to be ignored of course.
This is not a problem with server-1 and ws-# binaries.
Dependency walker shows a dependency on MSVCR80.DLL. I copied this to the Windows\System32 folder but this didn't help. Is there some other DLL that I need?
Message was edited by: derekrodrigues. Corrected the thread subject.