Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Custom Print Processor Install Issue

Reply
Thread Tools Display Modes

Custom Print Processor Install Issue

 
 
Steve
Guest
Posts: n/a

 
      11-18-2009
We developed a custom print process based on the Winprint/Genprint. It has
worked on 32bit platforms without any issues for over 10 years now. We
recently attempted a X64 deployment of the custom print processor. Using
2003 WDK on a machine running Windows 2003 Server (32 bit) we built the IA64
bit dll. During installation of the IA64 dll the "AddPrintProcessor" fails
with error 193 and reports "unknown system error".

Just for a sanity check I compiled the WDK sample genprint print processor
and attempted to install it’s IA64 dll which failed with the same error.

I found Microsoft support article (#242395) and added to the linker flags
“/FIXED:no” which resulted in a larger DLL file and same install failure.

 
Reply With Quote
 
 
 
 
Steve
Guest
Posts: n/a

 
      11-20-2009
Solved the problem, the issue was that the 2003 WDK was creating w32X64 dlls
instead of wX64. Solved by using the 7.0.0 WDK.

"Steve" wrote:

> We developed a custom print process based on the Winprint/Genprint. It has
> worked on 32bit platforms without any issues for over 10 years now. We
> recently attempted a X64 deployment of the custom print processor. Using
> 2003 WDK on a machine running Windows 2003 Server (32 bit) we built the IA64
> bit dll. During installation of the IA64 dll the "AddPrintProcessor" fails
> with error 193 and reports "unknown system error".
>
> Just for a sanity check I compiled the WDK sample genprint print processor
> and attempted to install it’s IA64 dll which failed with the same error.
>
> I found Microsoft support article (#242395) and added to the linker flags
> “/FIXED:no” which resulted in a larger DLL file and same install failure.
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
64 Bit Monolithic Print Driver Will Not Thunk Skeet Windows Vista Drivers 2 01-26-2010 08:33 AM
Vista and Wireless Print Server - Linksys WPS54G seve22xmen Windows Vista Hardware 6 01-05-2009 05:07 PM
MSFT Hot Fix and Hot Issue Center Chad Harris Windows Vista Installation 5 12-14-2007 01:13 AM
Print Server - LinkSys WPS54g (v1) BobS Windows Vista Hardware 4 02-09-2007 07:22 PM
Printer, network, print server, and video/TV issues Jerry Windows Vista Hardware 0 07-07-2006 09:31 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59