Hi,

I want to write an application which needs a 3rd driver. However, to
download the appliction to a device and debug is troublesome. Can I load the
driver registry and dll into eVC emulator every time it boots up? I hope I
can debug on emulator.



Jemmy

Re: How to load a 3rd driver in eVc emulator? by Ajay

Ajay
Wed Nov 23 23:54:30 CST 2005

Yes, you can load the driver in EMulator. But it depends upon for what
device you are writing a driver. If your driver controls a device which is
not available in Emulator then obviously you can not do it. By using eVC you
can not debug into drivers because they all are loaded by device.exe.

Thanks,
-Ajay

"Jemmy" <jemmy_huang@accton.com.tw> wrote in message
news:dm13gt$hss$1@netnews.hinet.net...
> Hi,
>
> I want to write an application which needs a 3rd driver. However, to
> download the appliction to a device and debug is troublesome. Can I load
> the driver registry and dll into eVC emulator every time it boots up? I
> hope I can debug on emulator.
>
>
>
> Jemmy
>



Re: How to load a 3rd driver in eVc emulator? by Jemmy

Jemmy
Thu Nov 24 02:34:49 CST 2005


> Yes, you can load the driver in EMulator. But it depends upon for what
> device you are writing a driver. If your driver controls a device which is
> not available in Emulator then obviously you can not do it. By using eVC
> you can not debug into drivers because they all are loaded by device.exe.
>

Thanks,
But, how do I install 3rd driver into eVc Platform. The platform is
defaultly startup, and I don't have any idea to maintain it. Such as, I
don't know how to add a device driver registry into that platform. Hence,
platform can find the driver correctly.