This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Procedure to build TUSBWINVCP

Hi All,

Would you advise to following questions about TUSBWINVCP?

1. I know I should build on each pair of Windows version and 32bit/64bit when I build TUSBWINVCP using WDK.
   When I rebuild a driver using source code, don't I have to distinguish for each windows version?
   I would like to get TUSBWINVCP for WindowsXP, Vista and Windows7.

2. Should I use which WDK version to build TUSBWINVCP for WindowsXP, Vista and Windows7?

3. As single sled CRT is abolished, is it necessary to appoint CRT explicitly?

Regards,

KAZU

  • Hi,

    Regarding your questions:

    1) The same source code is used to build different binary version depending on the OS you are using. Within DDK, there are different build enviroment according the OS you may want to compile.

    2) You need DDK 7600.

    3) It's not necessary to appoint any runtime library.