I have written a PCMCIA card serial interface driver
using MS Embedded Visual C compiler and Card Services
library.

I can not get my iPAQ to do anything with the card. The
driver does not show any sign of being loaded in the
registry or anywhere else.

I think that I have put in all proper Registry enteries
but am not sure.

How do I go about debugging a possible problem in the
driver?

e-mail: los@ddc-web.com

Re: Pocket PC PCMCIA Card Serial Interface Driver by Magic

Magic
Tue Oct 14 14:48:27 CDT 2003

You must input those contents into registry for load your driver:
[HKEY_LOCAL_MACHINE\Drivers\PCMCIA\PnpId]
"Prefix"="XXX"
"DLL"="YOURDRV.DLL"

if the driver was succesfully loaded, you can got a registry under
HKLM\Drivers\Active with Name XXX1: or something like that.

If you want to debug your driver, just use MessageBox(). It WORKS.
"George Los" <los@ddc-web.com> wrote in message
news:09a901c39274$ec9e12f0$a001280a@phx.gbl...
> I have written a PCMCIA card serial interface driver
> using MS Embedded Visual C compiler and Card Services
> library.
>
> I can not get my iPAQ to do anything with the card. The
> driver does not show any sign of being loaded in the
> registry or anywhere else.
>
> I think that I have put in all proper Registry enteries
> but am not sure.
>
> How do I go about debugging a possible problem in the
> driver?
>
> e-mail: los@ddc-web.com