Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Symbol Pocket PC communicating with Zebra RW420 printer

1 view
Skip to first unread message

jude

unread,
Jul 6, 2006, 5:10:53 AM7/6/06
to
I am going to developing an application on a Symbol Pocket PC to
communicate with a Zebra RW420 printer. Platform Builder is used to
build a OS device as the platform for writing the .dll and application.
Does anyone have the experience on developing Symbol Print Driver? Are
there any exisiting .dll that can be used on web?

Thank you very much.

r_z_...@pen_fact.com

unread,
Jul 6, 2006, 1:25:31 PM7/6/06
to

Check www.fieldsoftware.com

>
>Thank you very much.

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com

jude

unread,
Jul 7, 2006, 3:06:16 AM7/7/06
to
If I coded on an application with DeviceIoControl(), then called out a
function inside .dll though the IOCTL_flag. I don't know how to pass
the parameters. As the following:

Inside the applicatio:
BOOL DeviceIoControl (HANDLE hDevice, DWORD dwIoControlCode,
LPVOID lpInBuffer, DWORD nInBufferSize,
LPVOID lpOutBuffer, DWORD nOutBufferSize,
LPDWORD lpBytesReturned,
LPOVERLAPPED lpOverlapped);

The function:
int PRINT_DrawText(HDC hDC, LPCTSTR lpString, int nCount, LPRECT
lpRect, UINT uFormat);

How can I pass all of the required parameters at PRINT_DrawText from
Application to Dll?

jude

unread,
Jul 9, 2006, 10:44:44 PM7/9/06
to
Thanks for your reply.
0 new messages