search for: developerfaq

Displaying 5 results from an estimated 5 matches for "developerfaq".

2008 Mar 18
2
Wine wiki cleanup
Over time, the Wine wiki front page grew rather unwieldy, so I split the developer information off into two new pages, leaving only a simplified front page behind, mostly aimed at users. It's radically simpler. Hopefully it'll be more welcoming to new users. Comments?
2008 Mar 19
2
Splitting wine wiki FAQ (was: Wine wiki cleanup)
On Wed, Mar 19, 2008 at 10:40 AM, Jim <wineforum-user at winehq.org> wrote: > Should we do this for the FAQ as well? I mean: > > Make a separate developer DeveloperFaq (WikiName) > > Move developer related topics from FAQ to DeveloperFAQ > > Add question to FAQ "Where is the Developer FAQ?" to FAQ. -OR- Possibly not as a FAQ question but a very visible Note at the top. "Developers see DeveloperFaq" > > A...
2008 Dec 22
1
link WINE into my application
Is it possible to link in the WINE libs to my application so that I can just have the single executable? Thanks
2012 Apr 24
3
Get OS version information within a batch script
How would one find out if a batch script was running on wine versus some version of win32 natively? I want to be able to remind the user that a native Linux port is available for various distros, but only if the install script realizes it is running on a Linux machine. I searched online and found some stuff that can find versions of win32, but not wine as well. On of the ones that look promising
2011 Sep 02
7
I want to contribute code for wine and become a developer.
I am porting wine to MIPS and do some job in winebuild/ntdll/ etc. I am using qemu to translate x86 instruction and direct the win32 api call from the qemu to wine in MIPS version. Wine on mips is running now! I want to contribute the modification to wine . How can I do that?