- virtual printer driver programming
- Posted by ssylee on May 12th, 2008
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.
- Posted by Kerem Gümrükcü on May 12th, 2008
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@gmail.com> schrieb im Newsbeitrag
news:33ccf5a2-dc7f-40d4-bf68-4d5d74886f60@k10g2000prm.googlegroups.com...
- Posted by ssylee on May 12th, 2008
On May 12, 12:26*am, "Kerem Gümrükcü" <kareem...@hotmail.com> wrote:
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)?