I create a Win32 project (+ MFC) in VS2010. At first the system swore that there are no necessary libraries. I statically linked MFC10 and MSVCR100.dll. Now at startup it displays the message: alt text

With which options to compile, so that the exe-box runs on Win 98 SE?

    1 answer 1

    Build the program in VC98. I think this is the only reasonable solution. Well, or at least 2005 studio try.