WineHQ

Search results

View ( | next 50) (20 | 50 | 100 | 250 | 500)
  • * hid_test.exe: Wine tests written around direct HID access, in the wine tree dlls/hid/tests. ...
    4 KB (607 words) - 11:00, 25 February 2024
  • Static linking is not currently supported against Wine DLLs. As a result, the -static, --static, and -Wl,-static options will generate ...
    4 KB (672 words) - 16:54, 24 January 2023
  • ...late the memory management system of Windows more precisely. Windows loads dlls only a single time into the memory when multiple applications want to use t ...
    5 KB (774 words) - 19:26, 3 January 2017
  • ...selected items list, highlighted item, etc. For concrete examples, see <tt>dlls/user32/tests/win.c</tt> and the related tests. ...ctory of the library directory. Each test is contained in a file (e.g. <tt>dlls/kernel32/tests/thread.c</tt>). Each file itself contains many checks concer ...
    21 KB (3,595 words) - 17:02, 13 November 2019
  • Some of the details we expect you to provide in your proposal are DLLs you plan to look at and the current test failures you see in them. Hack awa ...allow changing the display setting on Wayland and passing all the tests in dlls/user32/tests/monitor.c ...
    10 KB (1,627 words) - 21:16, 4 August 2023
  • *[[:Category:DLLs]] consists of all pages about a specific component of the Windows API ...
    5 KB (755 words) - 15:27, 14 July 2022
  • ...the standard Windows installation. Wine will not provide replacements for DLLs that are not shipped with Windows (many of these, such as the Visual Basic ...no built-in MFC implementation. Most applications can run using native MFC DLLs, so there is not a lot of incentive to work on one. It is also possible (wi ...
    15 KB (2,417 words) - 02:01, 20 September 2022
  • ...e. You can find this function in the Wine source code tree in the file <tt>dlls/shlwapi/path.c</tt>. ...rences to this comment before it is output. For an example of this see <tt>dlls/oleaut32/safearray.c</tt>. This uses an extra comment to document The SafeA ...
    19 KB (3,087 words) - 18:19, 8 February 2016
  • ! Application DLLs ...ll-implemented DLLs are kernel32, ntdll, user32, gdi32, most wine-internal DLLs (e.g. winex11), ole32, rpcrt4, advapi32. Of course, these all contain some ...
    24 KB (4,179 words) - 14:40, 18 June 2019
  • Some of the details we expect you to provide in your proposal are DLLs you plan to look at and the current test failures you see in them. Hack awa ...display setting on multi-monitor Mac systems and passing all the tests in dlls/user32/tests/monitor.c ...
    15 KB (2,417 words) - 06:57, 14 July 2021
  • cd dlls/advapi32/tests ...e missing some DirectX libraries, typically d3dcompiler_43 and the d3dx9_* dlls, thus causing some tests to be skipped. To avoid that install the [http://w ...
    11 KB (1,907 words) - 12:17, 17 April 2019
  • ...looking to debug wineserver (usually you'll be more interested in specific dlls), this is a waste of resources. Valgrind can be pretty intensive on the CPU ...e work for you, the developer. Also note that this will '''only''' work on DLLs that never share allocated memory outside the scope of the DLL. ...
    13 KB (1,974 words) - 23:01, 1 April 2023
  • 14 0x7730f575 ShellView_DoContextMenu(y=0x0, bDefault=0x1) [/wine/dlls/shell32/shlview.c:892] in shell32 (0x7790e754) ...dProc(hWnd=0x100f6, uMessage=0x4e, wParam=0x7d0, lParam=0x7790f1d4) [/wine/dlls/shell32/shlview.c:1284] in shell32 (0x7790eb30) ...
    14 KB (2,383 words) - 19:47, 4 March 2016
  • ...to tests are run so the TestBot checks for changes to files of the form ''dlls/<dllname>/tests/*'' . This is intended to cover the vast majority of cases ...
    5 KB (862 words) - 02:20, 3 June 2022
  • ...need later. Failing that, just import all the DLLs you can find in the <tt>dlls/</tt> directory of the Wine source tree. ...mpiler, which is the right thing to do for most target files, particularly DLLs. However, this option adds a good deal of overhead and isn't necessary for ...
    50 KB (8,707 words) - 07:16, 19 March 2016
  • ...the code of the <tt>DirectPlayEnumerateA</tt> function in the dplayx DLL (dlls/dplayx). And one can see this code: ...
    5 KB (799 words) - 19:23, 5 March 2016
  • ...tives for this application (in application overview page) or find specific dlls (in version page). ...
    7 KB (1,097 words) - 02:28, 10 September 2020
  • == Missing Windows dlls == Even with the latest Windows version and all updates some of the dlls Wine tests are missing. This section describes the recommended way to insta ...
    42 KB (6,608 words) - 23:18, 21 September 2023
  • winetricks dlls list ...
    7 KB (1,008 words) - 23:01, 9 March 2021
  • ...Several apps have been reported to work fine with native versions of the 5 dlls that belong to DirectMusic. ...
    7 KB (1,202 words) - 02:08, 1 March 2016
  • fatal: Untracked working tree file 'dlls/advapi32/tests/.gitignore' ...
    10 KB (1,595 words) - 21:11, 12 March 2016
  • ...s Windows does (e.g. crashes) with the default Wine configuration (i.e. no dlls from Windows, or <tt>DllOverrides</tt> set). ...
    9 KB (1,590 words) - 07:05, 16 February 2024
  • ...to free unused libraries. Here a stub implementation is given, but in some DLLs it becomes worthwhile to properly track whether any COM objects which use t ...t of marshalling/unmarshalling code that MIDL spits out can be seen in <tt>dlls/oleaut32/oleaut32_oaidl_p.c</tt> - it's not exactly what it would look like ...
    48 KB (7,870 words) - 18:51, 26 September 2020
  • ...ot always possible to run an application on builtin DLLs. Sometimes native DLLs simply work better. Although these DLL overrides can be set using '''winecf Try to load <tt>comdlg32</tt> and <tt>shell32</tt> as native Windows DLLs first and try the builtin version if the native load fails. ...
    76 KB (12,603 words) - 21:33, 4 August 2023
  • ...ode>main()</code> function but instead at some of the more straightforward DLLs that exist on the periphery such as MSI, the widget library (in <tt>USER</t ...ng through various initializer functions defined in the core libraries and DLLs: <tt>libwine</tt>, then <tt>NTDLL</tt>, then <tt>KERNEL32</tt>. ...
    80 KB (13,874 words) - 18:41, 8 February 2016
  • | | [Exclude calls made from listed dlls in the the +relay debug log. Example: | | | | dlls). Set them to "6.0.2800.1106" for IE6SP1.] ...
    28 KB (3,390 words) - 18:10, 19 January 2024
  • ...oth any Wine or Winelib application as well as Wine itself (kernel and all DLLs). ...e "Unhandled exception" error message. Introduces debug tracing, the shell DLLs and SEH/exception tracing. ...
    60 KB (9,591 words) - 16:12, 15 January 2019
  • ...c libraries loaded in the debugged program (including .so files, NE and PE DLLs) ...
    15 KB (2,280 words) - 16:47, 24 January 2023
  • ...ns of these DLLs are now part of the Wine tree. So, as Wine improves these DLLs will only become less relevant. ...talling the real Internet Explorer, as it requires a huge number of native DLLs, which is hard to configure. Please do not ask the Wine project for help if ...
    75 KB (12,532 words) - 20:00, 15 March 2024
  • ...MU API mapper for kernel32 etc PE x86 dll that just calls other native dlls ...
    12 KB (1,863 words) - 15:47, 6 November 2017
  • ...ns of these DLLs are now part of the Wine tree. So, as Wine improves these DLLs will only become less relevant. ...talling the real Internet Explorer, as it requires a huge number of native DLLs, which is hard to configure. Please do not ask the Wine project for help if ...
    74 KB (11,516 words) - 20:56, 4 August 2023
  • When adding a new language, also make sure the parameters defined in <tt>dlls/kernel32/nls/*.nls</tt> fit your local habits and language. ...
    15 KB (2,563 words) - 01:38, 22 November 2023
  • ...This can be done by using a resource viewer/editor on the fake DLL. (Fake DLLs are created while Wine is being built. They have a .dll.fake extension, and ...
    18 KB (3,073 words) - 03:09, 15 February 2018
  • ...Windows DLLs). Soms wordt dit vergeten of de makers gaan er vanuit dat de DLLs en lettertypes al op de computer staan. De missende DLL of lettertype kan o ...reffect is uitgeschakeld ([http://source.winehq.org/git/wine.git/?a=blob;f=dlls/dsound/sound3d.c;h=252c7632667fb1b49556e1f281f8232e42e1c345;hb=HEAD#l266 so ...
    61 KB (9,374 words) - 17:16, 22 January 2024
  • ...|| gcc-mingw-w64 || mingw32-gcc, mingw64-gcc || mingw-w64-gcc || PE format DLLs || ...
    38 KB (5,961 words) - 02:46, 3 December 2022
  • ...ine in 2006 and contributing in 2011, mostly interested in network related DLLs with some few other contributions here and there. He wishes wine to support ...
    39 KB (6,163 words) - 15:03, 23 October 2019
View ( | next 50) (20 | 50 | 100 | 250 | 500)