Displaying 8 results from an estimated 8 matches for "getsystemmetrics".
2002 Feb 25
1
Adobe Illustrator
I have been trying to use Illustrator 8 with wine, and it works fine
except often it doesn't recognize the release of a mouse click, so
tools/selections continue even after you've released the mouse button.
I have no idea as to how to solve this, but anyone with any info it would
be much appreciated.
Thanks
On Tue, 18 Dec 2001 14:39:10 -0500, Joel8bit wrote:
> Hello,
> Does anyone
2007 Mar 19
1
Screen not changing from 640x480 to 800x600 - "Shogun - Total War"
Wine 9.30
Slackware 11
ATI FireGL 5200 (Propriatory drivers)
I found Shogun in a shop as a 'Classic' game and I've been trying to get
it to work using Wine.
Shogun uses Safedisc and so does not work in it's, ahem, original form.
However it can, shall we say, be persuaded to get over it's
difficulties and at least run.
This is where I am now. I have the game running and
2004 Mar 11
1
lotus notes 6
...quot;C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to
0xdeadbeef
err:module:import_dll No implementation for USER32.dll.CreateWindowExW
imported from L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to
0xdeadbeef
err:module:import_dll No implementation for USER32.dll.GetSystemMetrics
imported from L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to
0xdeadbeef
err:module:import_dll No implementation for USER32.dll.SetWindowPos
imported from L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to
0xdeadbeef
err:module:import_dll No implementation f...
2010 Jun 24
1
Wine on Windows (via opengl32.dll)
Hello!
I'm trying to replace "default" Direct3D7 implementation with gorgeous Wine software (ddraw.dll/wined3d.dll).
However initialization brings surprises.
wined3d.dll tries to load opengl32.dll (it's correct I suppose).
opengl32.dll calls GetSystemMetrics from user32.dll (it's probably correct)
user32.dll tries to use ddraw.dll to calculate some parameters. Maybe it's correct but totally unexpected.
Thus recursion of calls to WineDirect3DCreate is detected.
The complete call stack is here:
WINED3D.dll!InitAdapters(IWineD3DImpl * This=0x...
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...e framework.
void CGUIDlg::OnPaint()
{
if (IsIconic())
{
CPaintDC dc(this); // device context for painting
SendMessage(WM_ICONERASEBKGND, (WPARAM) dc.GetSafeHdc(), 0);
// Center icon in client rectangle
int cxIcon = GetSystemMetrics(SM_CXICON);
int cyIcon = GetSystemMetrics(SM_CYICON);
CRect rect;
GetClientRect(&rect);
int x = (rect.Width() - cxIcon + 1) / 2;
int y = (rect.Height() - cyIcon + 1) / 2;
// Draw the icon...
2018 Aug 31
0
Wine release 3.15
...Check the entire entry list to find the new job.
Alexandre Julliard (36):
shell32: Move image resources to a resources subdirectory.
user32/tests: Add tests for desktop size and DPI scaling.
user32/tests: Add tests for window rectangles and DPI scaling.
gdi32: Fall back to GetSystemMetrics() for the screen size.
gdi32: Fall back to GetSystemMetrics() for the virtual desktop size.
winex11: Use fallback implementation for screen dimensions in GetDeviceCaps().
wineandroid: Use fallback implementation for screen dimensions in GetDeviceCaps().
wineandroid: Remove n...
2013 Jan 04
0
Wine release 1.5.21
...eRegisterTypeLib on top of AtlRegisterTypeLib.
urlmon: Fixed some tests on IE10.
atl100: Fixed NULL catmap handling in AtlRegisterClassCategoriesHelper.
iphlpapi: Added support for direct routes when using NET_RT_DUMP.
user32: Initialize cbSize of NONCLIENTMETRICSW struct in GetSystemMetrics.
atl100: Added AtlAdvise implementation.
atl100: Added AtlUnadvise implementation.
atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterServer).
atl: Added support for category maps in AtlModuleRegisterServer.
urlmon: Added support for '...
2013 Nov 22
0
Wine release 1.7.7
...;t add registry keys for unsupported IA64 architecture.
include: Add more ARM processor feature flags.
include: Add more vfw error codes.
kernel32/tests: Improved tests for the ResolveDelayLoadedAPI callback.
ntdll: Implement LdrResolveDelayLoadedAPI.
user32/tests: Fix GetSystemMetrics test on Win8.
ntdll: Adjust NtAreMappedFilesTheSame to win8 behaviour.
user32/tests: Allow win8 error code.
mscoree/tests: Don't expect a 2.x runtime.
crypt32/tests: Fix tests for win8.
ntdll/tests: Mark win8 behaviour as failing.
quartz/tests: Don't use...