
Which API's (16 or 32 bit)
Hi Steve.
Check out Conditional Compilation in VB's Help. It shows how to create a
single app that will execute different code depending on the operating
system on the user's machine.
Let me know if I can be of any more help.
=========================================
"When the going gets tough, the weird turn pro."
-- R. Duke
=========================================
Quote:
> I have an application written in VB4 16 bit that will be ran on both Win
> 3.11 and WIn 95 OS's.
> I want to introduce API's, such as the FlashWIndow API. Do I need to make
> separate versions of the program for each OS, or can I just call the 16
bit
> version of an API and all will be OK on the WIn 95 OS?
> TIA
> Steve Anderson