Dan Engel wrote:
Sean A. Walberg wrote:
After a long break, I'd like to figure out why quickbooks 5 can't print. wineps works, ie I can print in notepad, but QB seems to implement its own printing mechanism.
I would like to figure it out, too. Here's what I've done so far:
Using "--debugmsg warn+all,+relay,+text,+string" I found that it's trying to load "wineps.drv.dll" which translates into "libwineps.drv.so". This doesn't work, and it appears that the QB code is what's adding the .DRV to the WINEPS print driver name.
I wonder if QB5 doesn't assume that all printer drivers must be .drv files (not .dll), and gets the name with basic heuristics... we should perhaps build wineps as wineps.drv (for now it's built as wineps.dll)
A+