Archive for October, 1996

Creating Dual-Version Apps for Win95

Tuesday, October 1st, 1996

Your 16-bit application may run fine under Windows 95, but you have to mark it as a 4.0 application to get access to some Windows 95 features, such as the new icon messages. Unfortunately, if you mark it as 4.0, then Windows 3.x will refuse to run it. The trick is to mark your application 4.0 at runtime when it executes under Windows 95. Here’s the code you need to do the trick. (more…)