Is there a tool that can check a DLL against a specific API Level? We have run into problems with a DLL from an external Developer that does not work under Windows 2000 and now we are trying to find all Windows API calls that do not exist in Win2k.
Is there something like that?
That’s not how it works. You have to specify what OS support you require when you build the DLL.
You’ll get a compile error when you try to use an api function that isn’t available.