Hi,
I am using Windows 7 and trying to build a console application for Win XP (32) and got an error.
Compiler i am using is Intel Fortran XE 14.0 compiler and Visual Studio 2012.
Also, in the Configuration Properties, i've set the Linker, System, SubSystem for "Console for Windows XP (/SUBSYSTEM:CONSOLE,"5.1")
The application built fine without any error. It runs fine on Windows 7 but when i run the same application on Win XP, i get the following error:
Error: Entry Point Not Found.
The procedure entry InitOnceExecuteOnce could not be located in the dynamic link library KERNEL32.DLL
Please help.
Thanks.
Ken