search for: psdrv_writenewpag

Displaying 3 results from an estimated 3 matches for "psdrv_writenewpag".

Did you mean: psdrv_writenewpage
2007 Mar 19
1
Delphi applications printing bug
...arn:psdrv:PSDRV_WriteHeader WriteSpool error trace:psdrv:PSDRV_SelectFont FaceName = L"MS Sans Serif" Height = -33 Italic = 0 Weight = 400 trace:psdrv:PSDRV_SelectBrush hbrush = 0x5c4 trace:psdrv:PSDRV_ExtTextOut (x=0, y=0, flags=0x00000002, str=(null), count=0, lpDx=(nil)) -warn:psdrv:PSDRV_WriteNewPage WriteSpool error -warn:psdrv:PSDRV_WriteNewPage WriteSpool error -warn:psdrv:PSDRV_WriteNewPage WriteSpool error -warn:psdrv:PSDRV_WriteNewPage WriteSpool error [...] ..and here start a long list of errors; What seems to cause trobles is the different way of calling PSDRV_CreateDC: -trace:psdrv:...
2007 Oct 11
3
Printing in Corel Draw through CUPS
...anges: > in ps.c > > Changed > > static const char psendpage[] = > "pgsave restore\n" > "showpage\n"; > > to > > static const char psendpage[] = > "showpage\n"; > > (deleting pgsave restore\n) > > > at the begining of PSDRV_WriteNewPage > added return 1; to essentially bypass the code. > > INT PSDRV_WriteNewPage( PSDRV_PDEVICE *physDev ) > { > char *buf; > char name[100]; > signed int xtrans, ytrans, rotation; > > return 1; > > ============================================ > >...
2005 May 29
1
Printing Problem
Hi I have a problem with an accounting software called BusPro. I can run the program without any error. But when I want to print (over cups), nothing happens. I do not even get an error message or something like that. I tried to print out of Notepad - this is working. I get the following output on the command line: fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub