WineHQ

Search results

Page title matches

  • <code>User</code> provides for DirectDraw capabilities based on drawing to a Wine window. It uses the <code>User</code> DirectDrawSurface implementation for ...
    5 KB (756 words) - 19:00, 8 February 2016
  • Using Visual Studio Remote Debugging with Wine ...l if you have the source code of an application you want to get running on Wine and are familiar with Microsoft Visual Studio. ...
    5 KB (873 words) - 13:31, 1 March 2023
  • ...ll undertaking. Fortunately it can prove very useful to the development of Wine way before it is complete. <p>However, one must remember that the goal of Wine is to run Windows applications on Linux, not to be a clone of any specific ...
    21 KB (3,595 words) - 17:02, 13 November 2019
  • To better manage the large volume of debugging messages that Wine can generate, we divide the messages on a component basis, and classify the : Messages in this class indicate serious errors in Wine, such as as conditions that should never happen by design. ...
    10 KB (1,668 words) - 11:50, 6 October 2016
  • #include "include/wine/asm.h" Save this program code in the root of the wine source directory and compile it with <code>i686-w64-mingw32-cc</code>. The ...
    10 KB (1,717 words) - 05:06, 8 November 2023
  • ...Wine, that you should be aware of before doing any serious development in Wine. In the time since the Wine project was started in 1993, its developers have settled on the following g ...
    15 KB (2,563 words) - 01:38, 22 November 2023
  • Brief overview of Wine architecture... == Wine Overview == ...
    28 KB (4,300 words) - 18:27, 8 February 2016
  • This section covers the kernel modules. As already stated, Wine implements the NT architecture, hence provides <tt>NTDLL</tt> for the core == The Wine initialization process == ...
    80 KB (13,874 words) - 18:41, 8 February 2016
  • ...ways (though not in others). Accordingly they are stored separately under Wine. ...internal layout of the global handle HACCEL (16 and 32) in Windows 95 and Wine. Exposed to the user as Win16 global handles HACCEL16 and HACCEL32 by the W ...
    20 KB (3,194 words) - 20:57, 11 January 2018
  • == What is needed to have OpenGL support in Wine == If, after Wine compiles, OpenGL support is not compiled in, you can always check <tt>confi ...
    6 KB (1,107 words) - 18:58, 8 February 2016
  • ...e contains information about the implementation of the multimedia layer of Wine. ...es between kernel and user drivers has changed, but it doesn't impact much Wine. Those changes allow some good things (like kernel mixing, where different ...
    21 KB (2,853 words) - 19:05, 8 February 2016
  • Internally, WinRT is basically [[Wine Developer's Guide/COM in Wine|COM]] with extra spice and some "new" concepts. ...interface Windows.Foundation.TypedEventHandler<Wine.SomeFeature.Foo*, Wine.SomeFeature.BazHappeningEventArgs*>; ...
    7 KB (816 words) - 16:37, 29 August 2022
  • == Writing COM Components for Wine == This section describes how to implement new COM classes (coclasses) in Wine. ...
    48 KB (7,870 words) - 18:51, 26 September 2020
  • === I. Developing Wine === #[[Building Wine|Building Wine]] ...
    4 KB (524 words) - 16:36, 15 January 2019
  • ...ure such messages in the [[Wine Developer's Guide/Debug Logging|developers guide to debug logging]]. The remainder of this page goes into details about the use of Wine's internal debugger, winedbg. ...
    60 KB (9,591 words) - 16:12, 15 January 2019
  • This chapter describes how you can help improve Wine documentation. ...reating tests, providing organizational assistance, or helping to document Wine. ...
    19 KB (3,087 words) - 18:19, 8 February 2016

Page text matches

  • #REDIRECT [[Wine Developer's Guide]] ...
    36 bytes (4 words) - 17:22, 26 February 2016
  • === I. Developing Wine === #[[Building Wine|Building Wine]] ...
    4 KB (524 words) - 16:36, 15 January 2019
  • * ''''[[Wine User's Guide]]''' :How to use and configure Wine for running Windows applications. ...
    1 KB (161 words) - 22:26, 28 December 2021
  • ...interested in contributing code to Wine, getting started can be daunting. Wine is an ambitious project, with a large codebase, a lot of history, and a str ...]] is a very-comprehensive guide and the ultimate reference for working on Wine. ...
    5 KB (755 words) - 15:27, 14 July 2022
  • == Writing Tasks for Wine == ...nd writing good documentation. Understanding the actual code that makes up Wine should only be necessary if you want to help make documentation for develop ...
    5 KB (747 words) - 02:20, 3 June 2022
  • == Installing Wine == ...all your distribution's included package versions and update to the latest Wine version available here. ...
    7 KB (1,246 words) - 18:45, 10 February 2018
  • MIDI should work in Wine as long as it works on your system in general, with some caveats. There is no point in writing to the Wine bug tracker if MIDI does not work on your UNIX system. ...
    7 KB (1,202 words) - 02:08, 1 March 2016
  • This chapter describes how you can help improve Wine documentation. ...reating tests, providing organizational assistance, or helping to document Wine. ...
    19 KB (3,087 words) - 18:19, 8 February 2016
  • ...al heritage and the segmented memory model. All of the Win32 APIs known to Wine are listed in the .spec file of their corresponding dll. An unimplemented c ...the function has an implementation, what the parameters look like and what Wine function to use for the implementation. In Win32, things are simple--everyt ...
    16 KB (2,583 words) - 09:22, 8 July 2023
  • Internally, WinRT is basically [[Wine Developer's Guide/COM in Wine|COM]] with extra spice and some "new" concepts. ...interface Windows.Foundation.TypedEventHandler<Wine.SomeFeature.Foo*, Wine.SomeFeature.BazHappeningEventArgs*>; ...
    7 KB (816 words) - 16:37, 29 August 2022
  • Writing cmd tests is a bit different than writing standard wine tests. ...tten in C, but directly in the form of batch files, which are processed by wine cmd, then compared line by line to the associated expected result files. ...
    5 KB (811 words) - 17:31, 23 January 2016
  • == Wine conformance tests == Wine builds a set of [[Guest Unit Tests|unit tests]] that check the behavior of ...
    11 KB (1,907 words) - 12:17, 17 April 2019
  • This FAQ covers topics related to software development within the Wine project. For other topics, see our main [[FAQ]]. === How do I become a Wine developer? What do I need to know? === ...
    15 KB (2,417 words) - 02:01, 20 September 2022
  • ...guide is a little outdated. As of the time of this writing (2019) most of Wine's dependencies are multiarch-compatible on Ubuntu, with a few notable excep ...o use --with-wine-tools to point to a plain old 32-bit build of wine. This guide uses [https://en.wikipedia.org/wiki/LXC LXC] (chroot is another option) and ...
    9 KB (1,535 words) - 02:18, 3 June 2022
  • == Wine patch submission guidelines == ...rder to review code better and use established lines of communication, the Wine project accepts code in the form of merge requests on the [https://gitlab.w ...
    15 KB (2,621 words) - 13:58, 24 September 2023
  • {{flag|United Kingdom}} [[Wine Installation and Configuration|English]] == Installer Wine == ...
    8 KB (1,343 words) - 18:46, 10 February 2018
  • == How is Wine translated? == ...al consistency and spelling issues on the [http://fgouget.free.fr/wine-po/ Wine PO] site. ...
    18 KB (3,073 words) - 03:09, 15 February 2018
  • ...osis and support two closely related activities that are very important to Wine. We can always use more people willing to respond to issues that pop up on * General Wine issues and questions can usually be answered in a direct reply, using the s ...
    15 KB (2,516 words) - 23:19, 29 February 2016
  • Winecfg is a GUI configuration tool for Wine, designed to make life a little easier than editing the registry. ...to applications that ask for it. Generally, this setting does not change Wine's behavior. If an application never asks for this version information, it ...
    9 KB (1,511 words) - 17:31, 2 January 2019
  • Interested in compiling wine from source? Want to submit some patches, run a bisection, or maybe just in ...a single line of ANSI C, there are a few things you need in order to build wine successfully. ...
    38 KB (5,961 words) - 02:46, 3 December 2022
  • ...erence guide. This guide is for both the new Wine user and the experienced Wine user, offering full step-by-step installation and configuration instruction If, after examining this guide, the [[FAQ]], and other relevant documentation there is still something you ...
    76 KB (12,603 words) - 21:33, 4 August 2023
  • ...''Q'''uestions, covers general topics about Wine. For questions related to Wine software development, see the [[Developer FAQ]]. ...], [[#Can I store the virtual Windows installation somewhere other than ~/.wine?|using a wineprefix]], [[#How do I create a 32 bit wineprefix on a 64 bit s ...
    75 KB (12,532 words) - 20:00, 15 March 2024
  • ...aling van deze pagina:''' [[File:English_language.svg|22px]] [[Wine User's Guide|English]] {{info}} De Nederlandstalige versie van deze handleiding is aangepast voor Wine 6.x en hoger. ...
    55 KB (8,384 words) - 22:57, 9 March 2021
  • ...], [[#Can I store the virtual Windows installation somewhere other than ~/.wine?|using a wineprefix]], [[#How do I create a 32 bit wineprefix on a 64 bit s 와인은 전세계의 여러 사람들의 도움 덕에 존재할 수 있습니다. Wine 개발과 관련된 또는 참여한 일부 회사는 [http://www.codeweavers.com CodeWeavers], [http://bor ...
    74 KB (11,516 words) - 20:56, 4 August 2023
  • ...ure such messages in the [[Wine Developer's Guide/Debug Logging|developers guide to debug logging]]. The remainder of this page goes into details about the use of Wine's internal debugger, winedbg. ...
    60 KB (9,591 words) - 16:12, 15 January 2019
  • <metadesc>Foire aux questions (FAQ) en français de Wine</metadesc> ...rents sujets relatifs à Wine. Pour les questions liées au développement de Wine, voyez la [[Developer FAQ|FAQ de développement]]. ...
    97 KB (15,559 words) - 21:26, 4 August 2023