search for: hdevnames

Displaying 5 results from an estimated 5 matches for "hdevnames".

Did you mean: devnames
2009 Mar 17
0
No subject
Code: index 9e86706..9621d3a 100644 --- a/dlls/comdlg32/printdlg16.c +++ b/dlls/comdlg32/printdlg16.c @@ -487,6 +487,7 @@ BOOL16 WINAPI PrintDlg16( GlobalUnlock16(lppd->hDevNames); } } + strcpy( di->pDriverPath, "wineps16"); PRINTDLG_CreateDevNames16(&(lppd->hDevNames), di->pDriverPath, pi->pPrinterName, I don't know how a patch will survive the forma...
2002 Oct 18
0
(no subject)
...The OK and Properties buttons don't do anything, and so I have to click 'Cancel" at which time I get: fixme:commdlg:PRINTDLG_UpdatePrintDlgA No lpdm ptr? fixme:commdlg:PRINTDLG_WMCommandA Update printdlg was not successful! wine: dialog.c:391: DIALOG_FilePrint: Assertion `printer.hDevNames!=0' failed. Aborted Aha!! (I thought) the notepad that's running is the built in one, so I'm going to try something else . . . How about the actual notepad.exe from a windows 98 box? OK, get that file, put it on my redhat system, rename it (to be sure which notepad is executing,...
2002 Oct 18
5
Printing with wine
...buttons don't do anything, and so I have to click 'Cancel" at which time I get: fixme:commdlg:PRINTDLG_UpdatePrintDlgA No lpdm ptr? fixme:commdlg:PRINTDLG_WMCommandA Update printdlg was not successful! wine: dialog.c:391: DIALOG_FilePrint: Assertion `printer.hDevNames!=0' failed. Aborted Aha!! (I thought) the notepad that's running is the built in one, so I'm going to try something else . . . How about the actual notepad.exe from a windows 98 box? OK, get that file, put it on my redhat system, rename it (to be sure which not...
2007 Sep 28
0
Wine release 0.9.46
.... widl: Clean up write_conf_or_var_desc with string_of_type. widl: Fix top-level conformant arrays with pointer attributes. widl: Fix string codes in pointer descriptions. widl: Fix array alignment bug. Detlef Riekenberg (3): comdlg32/tests: Add tests for PRINTDLG->hDevNames. comdlg32/tests: Remove debug code and the tabs. ntdll: Avoid segfault with snoop for exefiles with a broken export table. Dmitry Timoshkov (6): winex11.drv: Use symbolic names for MapVirtualKey translation types. kernel32: Add a test for rw mapping of a read-only section....
2007 Aug 10
0
Wine release 0.9.43
...ages when hiding child window. Damjan Jovanovic (1): msvcrt: mbsnbicmp should be case insensitive. Detlef Riekenberg (6): winspool: Add a TRACE when wine_dlopen for SONAME_LIBCUPS failed. user32: Add a stub for GetAppCompatFlags2. comdlg32: Return defaults for hDevMode and hDevNames. comdlg32/tests: Add simple tests for PrintDlgA. comdlg32/tests: More tests for the member lStructSize. winspool/tests: Add tests for EnumPrinterDrivers. Dmitry Timoshkov (11): kernel32: Add more tests for time zone info. kernel32: Fix TIME_CompTimeZoneID return type....