News

  • Home > News

        Mini how-to: componentizing third-party audio drivers

        Staff | Date: Nov 14, 2003 | Comments: 1



        This mini how-to describes the solution to a common complaint from XP Embedded developers, regarding issues with componentizing third-party audio drivers that are not supplied in the default dependency database. Quoting from the introduction . . .




        "Componentizing audio drivers can be a little different than componentizing most other drivers. This is because your audio driver's associated INF probably has "needs" or "include" dependencies. This means Component Designer needs access not only to your device's INF but also needs access to the INFs referenced within it. Note that this is also true with some of the multimedia devices like TV Tuners, etc. . . ."

        Read full story