From: ssylee on
I'm starting out wanting to program a virtual printer driver using
Windows Driver Kit using its GDI technologies. I'm trying to find open-
source projects/examples that I can go through code and the execution
from start to finish. Does anyone have any recommendations of the
examples? I have tried a few, but none that I have looked have worked
out so far. Thanks.
From: Kerem G�mr�kc� on
Hi,

maybe this will help you, or at least shows a
way to work with printers and drivers,...

http://sourceforge.net/projects/imageprinter/
http://sourceforge.net/projects/pdfcreator/

Source is for both available,...

Regards

Kerem


--
-----------------------
Beste Gr�sse / Best regards / Votre bien devoue
Kerem G�mr�kc�
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
"ssylee" <stanigator(a)gmail.com> schrieb im Newsbeitrag
news:33ccf5a2-dc7f-40d4-bf68-4d5d74886f60(a)k10g2000prm.googlegroups.com...
> I'm starting out wanting to program a virtual printer driver using
> Windows Driver Kit using its GDI technologies. I'm trying to find open-
> source projects/examples that I can go through code and the execution
> from start to finish. Does anyone have any recommendations of the
> examples? I have tried a few, but none that I have looked have worked
> out so far. Thanks.


From: ssylee on
On May 12, 12:26 am, "Kerem Gümrükcü" <kareem...(a)hotmail.com> wrote:
> Hi,
>
> maybe this will help you, or at least shows a
> way to work with printers and drivers,...
>
> http://sourceforge.net/projects/imageprinter/http://sourceforge.net/projects/pdfcreator/
>
> Source is for both available,...
>
> Regards
>
> Kerem
>
> --
> -----------------------
> Beste Grüsse / Best regards / Votre bien devoue
> Kerem Gümrükcü
> Microsoft Live Space:http://kerem-g.spaces.live.com/
> Latest Open-Source Projects:http://entwicklung.junetz.de
> -----------------------
> "This reply is provided as is, without warranty express or implied."
> "ssylee" <staniga...(a)gmail.com> schrieb im Newsbeitragnews:33ccf5a2-dc7f-40d4-bf68-4d5d74886f60(a)k10g2000prm.googlegroups.com...
>
>
>
> > I'm starting out wanting to program a virtual printer driver using
> > Windows Driver Kit using its GDI technologies. I'm trying to find open-
> > source projects/examples that I can go through code and the execution
> > from start to finish. Does anyone have any recommendations of the
> > examples? I have tried a few, but none that I have looked have worked
> > out so far. Thanks.- Hide quoted text -
>
> - Show quoted text -

Since I'm targetting at writing the custom built driver in Windows
environment, I am guessing that the WDK examples should be the first
ones I should look at. However, I can't quite open them in Visual
Studio easily. Is there a specific way of adding the source and
library files into Visual Studio (for example, the msplot example in
the WDK)?