Administrators AWS Posted February 28, 2013 Administrators Posted February 28, 2013 According to support.microsoft.com/kb/2640696 Consider the scenario that you recompile your application that must run in Windows XP or in Windows Server 2003. In this scenario, you must change #import msado15.dll to the following: #import msado28.tlb This works fine for Windows 7 developer, but the issue we have is some developers are still on Windows XP, so we are thinking of distributing the msado28.tlb alone with our application, so that regardless of platform, it will compile without issue. Here comes the question: what the licensing conditions are? Thanks. View this thread
Recommended Posts