H
HubiB
Guest
Hi,
is it possible to build a V3 Printer UniDriver in VisualStudio 2019 ? In the past I used ddkBuild script from Holitech with Eclipse for this.
The printer driver has an INF, more GPD, Res Files for different printers and builds miniport driver DLL, by compiling GPD and Resource Files.
The resource file has i.e. this code:
!IF 0
Copyright (C) 1997 - 1999 Microsoft Corporation
!ENDIF
TARGETNAME=128k
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETLIBS=
DLLBASE=0x20000000
INCLUDES=C:\Programme\DDK2006\src\print\inc
RESOURCE_ONLY_DLL=1
SOURCES= \
128k.rc
UMTYPE=windows
MISCFILES= \
128k.GPD
I hope somebody has a solution with a sample, I didn't find one on web.
Regards
HubiB
WinCE Forum
Continue reading...
is it possible to build a V3 Printer UniDriver in VisualStudio 2019 ? In the past I used ddkBuild script from Holitech with Eclipse for this.
The printer driver has an INF, more GPD, Res Files for different printers and builds miniport driver DLL, by compiling GPD and Resource Files.
The resource file has i.e. this code:
!IF 0
Copyright (C) 1997 - 1999 Microsoft Corporation
!ENDIF
TARGETNAME=128k
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETLIBS=
DLLBASE=0x20000000
INCLUDES=C:\Programme\DDK2006\src\print\inc
RESOURCE_ONLY_DLL=1
SOURCES= \
128k.rc
UMTYPE=windows
MISCFILES= \
128k.GPD
I hope somebody has a solution with a sample, I didn't find one on web.
Regards
HubiB
WinCE Forum
Continue reading...