1. wine
- Posted by tone.skoda at siol.net Jan 19, 2002
- 455 views
This is a multi-part message in MIME format. ------=_NextPart_000_004F_01C1A175.EFD761C0 charset="iso-8859-2" This is cool: www.winehq.com Source code for Windows API! ------=_NextPart_000_004F_01C1A175.EFD761C0 charset="iso-8859-2" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-2"> <META content="MSHTML 5.50.4522.1800" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial color=#0000ff size=2>This is cool: <FONT face=Arial color=#0000ff size=2><A href="http://www.winehq.com">www.winehq.com</A></FONT></FONT></DIV> <DIV><FONT face=Arial color=#0000ff size=2>Source code for Windows ------=_NextPart_000_004F_01C1A175.EFD761C0--
2. Re: wine
- Posted by David Cuny <dcuny at LANSET.COM> Jan 19, 2002
- 462 views
Tone Skoda wrote: > This is cool: www.winehq.com > Source code for Windows API! I've had mixed results using this. One of the mistakes I tend to make in my code is using integer instead of atom to hold pointers. This doesn't show up in Win95, but for other versions of Windows (and Wine!) it quickly crashes the applications because they tend to use higher memory addresses. My Win95 hard drive recently corrupted, and I've been using Linux since then. It's been a bit of a struggle - I've had to recompile Wine in order to use Windows applications that use OpenGL (it's not part of the default Wine binary). I've been spending much of this afternoon recompiling the kernel to get my soundcard working. It's finally working, but now my CD isn't visible, so I have to search xconfig for more settings... All this has put many of my projects (Euphoria, wxBasic, etc) on hold. *sigh* -- David Cuny