From: mooni on
Hi all,

I am currently trying to simulate my USB device using DSF. As I am new to
this framework I am trying to modify existing samples. I modified USBLOOPBACK
sample but I am unable to generate DLL of it. My OS is XP and I just add my
own code in sample loopback in src\Test\DSF\USB\SoftUSBLoopback. After this I
ran
Windows XP Free Build Environment and run nmake command in
src\Test\DSF\USB\SoftUSBLoopback directory.
It generated SoftUSBLoopback.lib but no SoftUSBLoopback.dll. How to generate
dll?

From: Nancy Wu [MSFT] on
On May 29, 10:27 pm, mooni <mo...(a)discussions.microsoft.com> wrote:
> Hi all,
>
> I am currently trying to simulate my USB device using DSF. As I am new to
> this framework I am trying to modify existing samples. I modified USBLOOPBACK
> sample but I am unable to generate DLL of it. My OS is XP and I just add my
> own code in sample loopback in src\Test\DSF\USB\SoftUSBLoopback. After this I
> ran
> Windows XP Free Build Environment and run nmake command in
> src\Test\DSF\USB\SoftUSBLoopback directory.
> It generated SoftUSBLoopback.lib but no SoftUSBLoopback.dll. How to generate
> dll?

From the Windows XP Free Build Environment, you can build the dll:

C:\WinDDK\6001.18001\src\Test\DSF\USB\SoftUSBLoopback> bcz

You should find the dll under here:

C:\WinDDK\6001.18001\src\Test\DSF\USB\SoftUSBLoopback
\objfre_wxp_x86\i386

Please direct further questions about DSF to DSFSupp(a)microsoft.com