WineHQ

Search results

View ( | ) (20 | 50 | 100 | 250 | 500)
  • ...o do the “page flipping” in double buffer mode. This is implemented in <tt>dlls/winex11.drv/opengl.c</tt>. ...ion / deletion, querying of extension functions, ...). This is done in <tt>dlls/opengl32/wgl.c</tt>. ...
    6 KB (1,107 words) - 18:58, 8 February 2016
  • dlls list list verbs in category 'dlls' ...icks to install native (ie non Wine) files, as we cannot support Microsoft dlls. ...
    8 KB (1,234 words) - 19:37, 17 July 2023
  • ...ll public APIs went, before Microsoft started splitting them into separate DLLs. As a result, user32.dll contains exports with a wide variety of functions. ...ersion of user32.dll is called user.exe, and it lives in the directory <tt>dlls/user.exe16/</tt>. ...
    20 KB (3,194 words) - 20:57, 11 January 2018
  • dlls list list verbs in category 'dlls' ...cks pour des fichiers natifs (non Wine), nous ne pouvons pas supporter les DLLs de Microsoft. ...
    7 KB (1,058 words) - 09:39, 21 January 2018
  • # After a successful "make" the apk can be found in dlls/wineandroid.drv/ ...
    2 KB (307 words) - 16:57, 2 July 2018
  • ...component will usually help whichever developer claims the bug. If native DLLs don't help, running the program with <code>WINEDEBUG=+relay,+tid,+seh progr ...un with native DLLs (doesn't apply if the reporter was asked to try native DLLs) ...
    15 KB (2,516 words) - 23:19, 29 February 2016
  • dlls list list verbs in category 'dlls' ...icks to install native (ie non Wine) files, as we cannot support Microsoft dlls. ...
    9 KB (851 words) - 05:19, 8 October 2019
  • ...ore the implementation of the DLL. This directory has to be put under the `dlls/` directory. If the DLL exists under Windows also as a 16 bit DLL, use a se ...MyDll>/` directory. You can copy an existing `Makefile.in` from another `./dlls/` subdirectory. You need at least to change the `MODULE` and `C_SRCS` macro ...
    16 KB (2,583 words) - 09:22, 8 July 2023
  • ...s own arch's ''libwine-development'' package, which contains all of Wine's DLLs, programs, plus the wineserver. === DLLs === ...
    18 KB (2,926 words) - 01:36, 22 April 2018
  • B: Compiling a Win32 application with Winelib that uses x86 DLLs : For generating .spec files and stub DLLs. ...
    8 KB (1,362 words) - 17:10, 24 January 2023
  • ...in the near future. However it still lacks a couple features that certain DLLs and 64-bit support depend on (see below for details). | Only DLLs & wineserver were built & it hasn't been tested in a while; see [https://ww ...
    6 KB (923 words) - 21:53, 24 April 2018
  • ...dumping every call into and out of Wines built in DLLs (but not any native DLLs). ...
    6 KB (987 words) - 00:42, 27 January 2016
  • cd dlls/one-I-changed/ ...|| [http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/msvcrt/undname.c dlls/msvcrt/undname.c] || [http://source.winehq.org/git/wine.git/blob/HEAD:/tool ...
    12 KB (1,919 words) - 17:59, 27 March 2016
  • ...get the list of all undefined symbols that need to be imported from other dlls. ...spec file is specified via the '''-E''' option. This is used when building dlls with a PE (Win32) compiler. ...
    18 KB (2,717 words) - 17:33, 24 January 2023
  • You may be tempted to disassemble Windows DLLs or look at Microsoft source code to figure out undocumented functions. '''' ...b> to determine the coverage of a file could be helpful. We'll use the <tt>dlls/advapi32/registry.c</tt> file. At one time the code in this file was not fu ...
    10 KB (1,717 words) - 05:06, 8 November 2023
  • git bisect start -- dlls/wined3d 1720cc38fb598110071c9ee4f21f8f61b6f764c3 M dlls ...
    21 KB (3,370 words) - 21:23, 4 August 2023
  • ...[http://source.winehq.org/git/wine.git/?a=tree;f=dlls/kernel32/nls;hb=HEAD dlls/kernel32/nls], say enu.nls, and locate the lines ...
    3 KB (592 words) - 17:07, 24 February 2017
  • ...s around though and tried to run Wine on Cygwin? Or cross-compile the Wine DLLs to plug into Windows? Or test on a hybrid system like coLinux? Or... you ge ...as a whole. However, you should still be able to check-off some individual DLLs and executables as mostly working. A few issues that have shown up in the p ...
    22 KB (3,621 words) - 21:41, 4 August 2023
  • In this tab you can override the default way Wine loads DLLs (Dynamic Link Libraries). Sometimes Wine ships with a DLL, which is not fu * Wine HQ cannot provide support for native DLLs. If you use them, you may be on your own. In particular, if you use an ov ...
    9 KB (1,511 words) - 17:31, 2 January 2019
  • Wine's audio DLLs are implemented similarly. All of our audio DLLs route through MMDevAPI. Wine's MMDevAPI currently supports several backends ...tests, especially those in <dlls/mmdevapi/tests>, <dlls/winmm/tests>, and <dlls/dsound/tests>. An external git tree, frequently synced with main Wine, woul ...
    9 KB (1,491 words) - 21:54, 24 April 2018
  • * 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
View ( | ) (20 | 50 | 100 | 250 | 500)