im just wondering how i can use kernel32.dll api and comctrl and still be able to use the program in both win98 and winnt/2k?
or must i compile 2 different versions 98 and nt?
Printable View
im just wondering how i can use kernel32.dll api and comctrl and still be able to use the program in both win98 and winnt/2k?
or must i compile 2 different versions 98 and nt?
What do you want to use, and what do you need to accomplish?
yes, it all depends on what functions you want to use ;)
If you stick to API functions that work for both OS families then your compiled binary will run on both OSes.
Most of the APIs will work cross platform. Thats why I wanted to know what you are trying to do, and/or what you are trying to use.