Displaying 5 results from an estimated 5 matches for "vertr".
Did you mean:
vert
2007 Mar 19
1
Delphi applications printing bug
...9bd8)
+trace:psdrv:PSDRV_CreateDC (L"WINEPS.DRV" L"PostScript-Printer-1"
L"LPT1:" (nil))
+trace:psdrv:PSDRV_UpdateDevCaps ImageableArea = 0,0 - 2479,3508:
PageSize = 2479x3508
+trace:psdrv:PSDRV_UpdateDevCaps devcaps: horzSize = 209mm, vertSize =
297mm, horzRes = 2479, vertRes = 3508
+trace:psdrv:PSDRV_SelectFont FaceName = L"" Height = 100 Italic = 0
Weight = 400
+trace:psdrv:PSDRV_SelectPen hpen = 0x60 colour = 00000000
[...]
+trace:psdrv:PSDRV_MergeDevmodes Changing page to A4 2099 x 2970
+trace:psdrv:PSDRV_FindPrinterInfo No 'Paper Size' for print...
2001 Mar 27
1
codepage & character set
...ot; and "character set" in the global section. Bit this was necessary
for the
f#*?$? German 'Umlaute' like ? ,? ,?.
Now my dilemma is the following:
-Files that I moved are shown in Unix correctly with ?,? etc.
-In NT explorer there is an ASCII symbol instead. Example: In Unix >Vertr?ge
; in NT >Vert?ge.
-Newly created files are shown correctly in NT but with ASCII codes in Unix.
If I would add the codepage = 850 and character set = ISO8859-1 in smb.conf,
I would see the older files correctly in Unix & NT, with Umlaut ?,? or ?,
but all files that are in NT already rena...
2005 Apr 21
9
Screen capture, save to file
...ted image
Paul
# -*- ruby -*-
# screen capture --
# This script runs with a Ruby/DL which is included in ruby-1.7.
require ''dl/import''
module ScreenCapture
extend DL::Importable
dlload "kernel32.dll","user32.dll","gdi32.dll"
HORZRES = 8
VERTRES = 10
SRCCOPY = 0xCC0020
GMEM_FIXED = 0
GMEM_MOVEABLE = 0x0002
DIB_RGB_COLORS = 0
GHND = 0x40
GPTR = 0x42
typealias "HDC","unsigned long"
typealias "HBITMAP","unsigned long"
extern "HDC GetWindowDC(int)"
extern "HDC Creat...
2006 Dec 22
0
Wine release 0.9.28
...verting a CY
Alexandre Julliard (27):
shell32: Avoid using garbage data in wildcard expansion.
winex11.drv: Remove unused PropertyAliasMap variable.
winex11.drv: Make sure the drawable rect is always updated and use it where appropriate.
winex11.drv: Implemented DESKTOPHORZ/VERTRES device caps.
gdi32: Use a more appropriate size for the default clip region.
winex11.drv: Get rid of the unused set_drawable function.
opengl32: Avoid generating a wrapper for internal functions when we can call the internal one directly.
opengl32: Don't use ENTER_GL/L...
2007 Mar 16
0
Wine release 0.9.33
...se SetWindowRgn.
server: Expose areas revealed by changes to the window region.
server: Replace use of internal __pthread_kill() function by a system call.
wine.inf: dwReserved values for DirectPlay providers should be dwords
wineps.drv: Return correct values for DESKTOPHORZ/VERTRES since they are used to setup the visible region.
server: Use internal luid_t type where appropriate.
netapi32: Added support for more info levels in NetWkstaGetInfo.
Added version information for a number of dlls.
wine_common_ver: Set company name to Microsoft, some apps c...