Re: Combobox fix

2001-01-08 Thread Dmitry Timoshkov
"gerard patel" [EMAIL PROTECTED] wrote: Do you have an application that doesn't work after the edit control rewrite? Notepad 16 bits. The version I use for testing was coming with Wfw 3.11 I think. I have searched a bit and the problem seems to be the buffer length. The problem is that

Re: ODBC

2001-01-08 Thread Andreas Mohr
On Mon, Jan 08, 2001 at 08:46:53AM -0500, Shane Nifong wrote: Sorry, The P_LOCAL_DB_CONNECTION was defined in an API that I was using. Is there a URL that explains in detail how to create a patch? I saw the wine site that gives a very brief description. Why don't you just follow the totally

Re: Edit control 16 bits (was : Combobox fix)

2001-01-08 Thread gerard patel
At 06:50 PM 1/8/01 +0800, you wrote: Please try this patch (I have no 16-bit notepad): snip edit patch I have tested it a bit, it seems to work fine as long as I edit text and use disk access; I have tried clipboard (pasting text from the clipboard into Notepad 16) and it was not pretty though

error running wine

2001-01-08 Thread hawks
Auto-generated debug report by Wine Quick Debug Report Maker Thingy: WINE Version:Wine release 20001222 Windows Version: Windows 98 Distribution:solaris 8 intel platform edition Kernel Version: 5.8 OS Type: SunOS CPU:

Re: different questions

2001-01-08 Thread Francois Gouget
On Mon, 8 Jan 2001, Eric Pouech wrote: while compiling a sample for MS SDK, I run into the following issues 1/ macro definition --- the GlobalPtrHandle macro in windowsx.h is the one used in the 16 bit version of the SDK. since all winelib apps have to be 32 bit apps,

Re: Edit control 16 bits (was : Combobox fix)

2001-01-08 Thread Dmitry Timoshkov
"gerard patel" [EMAIL PROTECTED] wrote: Please try this patch (I have no 16-bit notepad): snip edit patch I have tested it a bit, it seems to work fine as long as I edit text and use disk access; I have tried clipboard (pasting text from the clipboard into Notepad 16) and it was not

Xine - another app using wine code

2001-01-08 Thread Joerg Mayer
Another application using some wine code: http://xine.sourceforge.net/ 08.01.2001: release of xine 0.3.4, bringing you win32 video codec support (via mechanisms provided by wine and projects like MPlayer ), improved debian packages, gui bugfixes, build improvements on k6/k7 cpus, a teletux

VirtualFree() problem (?)

2001-01-08 Thread Ken Coleman
Hi all, I've been messing around trying to get Age of Empires II working, and I've come across what I believe is a bug in the Wine implementation of VirtualFree(). I searched the website, but this issue doesn't seem to have come up before. The problem appears to be using the VirtualFree()

Re: different questions

2001-01-08 Thread Eric Pouech
I think this is beyond winemaker's scope. It would require parsing the file, detecting that a macro is defined and then called with a different number of arguments, then going back and changing the macro definition... It seems to complex, and thus too likely to fail, to me. Also it