Hi guys,

Our company needs an application that tells if our custom software's DLL is compatible with Windows 7. I tried MS Application Compatibility Toolkit but unfortunately it doesn't tell nor determine if DLL is compatible in Windows 7.

If I'm going to create a program just to check if DLLs are good in Windows 7 64bit, what do I need to know? Say I'm going to use VB.net or Java, what are the namespace or classes that I'll be needing. The Custom DLL Checker program-to-be will be ran in Windows XP.

The result would be just saying "myCommon.DLL is not compatible with Windows 7 64 bit"

Many thanks in advance.