Pointer Port Driver on Windows ME

Dear All,
I have a pointer port driver which talks to Serial Ports. This code
was written for Windows XP/2k. Now i need to support Windows ME also. I
heard that we need to write a vxd on Windows ME to interface with VMOUSE.

Can’t i get around just doing changes to code i have for XP? Do i
need to develop a VXD for this from scratch?

If some changes would be sufficient, how do i go about this?

thanks
Sesha.
**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************

VMOUSE is completely 16 bit, you will most likely have to go the VXD
route and pretty much scrap most of the win2k/xp code.

d

-----Original Message-----
From: Seshagiri_Babu [mailto:xxxxx@Satyam.com]
Sent: Thursday, July 04, 2002 2:40 AM
To: NT Developers Interest List
Subject: [ntdev] Pointer Port Driver on Windows ME

Dear All,
I have a pointer port driver which talks to Serial Ports. This
code
was written for Windows XP/2k. Now i need to support Windows ME also. I
heard that we need to write a vxd on Windows ME to interface with
VMOUSE.

Can’t i get around just doing changes to code i have for XP? Do
i
need to develop a VXD for this from scratch?

If some changes would be sufficient, how do i go about this?

thanks
Sesha.
************************************************************************
**
This email (including any attachments) is intended for the sole use of
the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
or
distribution or forwarding of any or all of the contents in this message
is
STRICTLY PROHIBITED. If you are not the intended recipient, please
contact
the sender by email and delete all copies; your cooperation in this
regard
is appreciated.
************************************************************************
**


You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to %%email.unsub%%

Hi Doron,
Instead of the VXD route,How would it be,if we write a Driver which
communicates with the Serial/USB stack and is itself a HIDMini Driver ?.How
do I specify that my driver is a HIDMini Driver (Is it through .inf or
through some API)?

Thanks.
Best Regards,
Sai

~The minute you settle for less than you deserve, you get even
less than you settled for. ~
Keep :slight_smile:


From: Doron Holan[SMTP:xxxxx@windows.microsoft.com]
Reply To: NT Developers Interest List
Sent: Friday, July 05, 2002 11:59 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Pointer Port Driver on Windows ME

VMOUSE is completely 16 bit, you will most likely have to go the VXD
route and pretty much scrap most of the win2k/xp code.

d

-----Original Message-----
From: Seshagiri_Babu [mailto:xxxxx@Satyam.com]
Sent: Thursday, July 04, 2002 2:40 AM
To: NT Developers Interest List
Subject: [ntdev] Pointer Port Driver on Windows ME

Dear All,
I have a pointer port driver which talks to Serial Ports. This
code
was written for Windows XP/2k. Now i need to support Windows ME also. I
heard that we need to write a vxd on Windows ME to interface with
VMOUSE.

Can’t i get around just doing changes to code i have for XP? Do
i
need to develop a VXD for this from scratch?

If some changes would be sufficient, how do i go about this?

thanks
Sesha.
************************************************************************
**
This email (including any attachments) is intended for the sole use of
the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
or
distribution or forwarding of any or all of the contents in this message
is
STRICTLY PROHIBITED. If you are not the intended recipient, please
contact
the sender by email and delete all copies; your cooperation in this
regard
is appreciated.
************************************************************************
**


You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to %%email.unsub%%


You are currently subscribed to ntdev as: xxxxx@bla.satyam.com
To unsubscribe send a blank email to %%email.unsub%%

**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************