hankejh
10-09-2001, 02:00 AM
Here's a good question - if I develop Active X controls on a Windows 2000/IE6 or Windows XP/IE6 machine using Visual Studio 6 Enterprise, will I end up with controls that only work on Windows 2000/IE6 or WindowsXP/IE6 platforms?
How do I instruct Visual Studio/P&D to produce controls that work on Windows98/IE5 machines? Am I forced to develop/compile my controls on a Windows98/IE5 machine? Clearly, different versions of bootstrap and other dependency files are required for different OS and browser platforms (I'm assuming I can't depend on a WindowsXP .DLL file when running a control on a Windows98 machine) - so how do I specify that I need Windows98/IE5 compliance when I'm developing on a WindowsNT-or-XP/IE6 machine? How do I specify that I ALSO require compliance on a WindowsXP or WindowsNT machine (or every platform from Windows98/IE5 and later)?
Thanks again from a Visual Studio newbie.
How do I instruct Visual Studio/P&D to produce controls that work on Windows98/IE5 machines? Am I forced to develop/compile my controls on a Windows98/IE5 machine? Clearly, different versions of bootstrap and other dependency files are required for different OS and browser platforms (I'm assuming I can't depend on a WindowsXP .DLL file when running a control on a Windows98 machine) - so how do I specify that I need Windows98/IE5 compliance when I'm developing on a WindowsNT-or-XP/IE6 machine? How do I specify that I ALSO require compliance on a WindowsXP or WindowsNT machine (or every platform from Windows98/IE5 and later)?
Thanks again from a Visual Studio newbie.