Dear All,
I have a Wince.NET box. I would like to set this box as printer server.
Hence, I have added
1. Parallel Port Support
2. Printer Redirection
3. Serial and Parallel Redirection
4. Print Server
Also, I added some code in Platform.reg as following:
IF BSP_NOPARALLEL !
; Parallel Port Driver
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Parallel]
"DeviceArrayIndex"=dword:0
"Prefix"="LPT"
"Dll"="Parallel.Dll"
"Order"=dword:0
"IoBase"=dword:378
"IoLen"=dword:C
"SysIntr"=dword:17 ; SYSINTR_FIRMWARE + irq (IRQ5 for LPT2, IRQ7
for LPT1)
"DeviceType"=dword:0
"FriendlyName"=LOC_FRIENDLYNAME_PARALLEL
"DevConfig"=hex: 10,00, 00,00, 05,00,00,00, 10,01,00,00, 00,4B,00,00,
00,00, 08, 00, 00, 00,00,00,00
ENDIF
And, I added some code in Platform.bib as following:
IF BSP_NOPARALLEL !
; Parallel Port Driver
parallel.dll $(_FLATRELEASEDIR)\parallel.dll NK SH
ENDIF
And, I added some code in Server.reg as following:
[HKEY_LOCAL_MACHINE\Services\Smbserver\Shares\Net_Printer]
"Enabled"=dword:1
"Type"=dword:1
"Path"="LPT1:"
"Driver"="Net_Printer"
"Comment"="Network Share Printer"
[HKEY_LOCAL_MACHINE\Services\Smbserver\Shares]
"NoSecurity"=dword:1
BUT, I still can NOT share my printer to the network, and PLUS, I DON'T KNOW
how to share the printer.
Can anybody give me some tips???
Thanks a million