Re: Burning CDs under Wine?

2005-09-19 Thread Dan Kegel
Vitaliy Margolen wrote: Monday, September 19, 2005, 6:07:58 PM, Dan Kegel wrote: What is the current state of support for burning CDs under Wine? I checked the appdb, but can't find any recent reports of CD burning programs working. ... There were few changes to wine's aspi and related code.

RE : OLEAUT32: add full multiplication/division support for DECIMAL, with tests

2005-09-19 Thread Vijay Kiran Kamuju
Hi Alex,I think your VarBstrFromDec fails with my testcases, and you should not hardcode the decimal format seperator.And your patch fails my tests.Check my patch for VarBstrFromDec(for my implementation and tests), my implementation is partial.You did a gr8 job implemeting the DECIMAL stuff in ol

Re: Installers freezing - ole, games

2005-09-19 Thread Ivan Gyurdiev
Hi, I still can't install GTA - in case this is useful, I've attached the portion of a trace (+ole +oleaut +seh +tid), which includes only the messages after I press Next on the last installer screen (which is where the installer freezes). This is today's CVS. maybe Olver can compare agan

Re: Burning CDs under Wine?

2005-09-19 Thread Vitaliy Margolen
Monday, September 19, 2005, 6:07:58 PM, Dan Kegel wrote: > What is the current state of support for burning CDs > under Wine? I checked the appdb, but can't find > any recent reports of CD burning programs working. > It seems to have worked at some point in the past: > http://appdb.winehq.org/appv

Re: question about the status of the wine printing system

2005-09-19 Thread Dan Kegel
In http://www.winehq.org/hypermail/wine-devel/2005/01/0111.html, Francois Gouget wrote: If you're trying to print stuff from Acrobat Reader (now called Adobe Reader), then that's known not to work. What are the problems? How much work is left before printing in Wine is more or less working wi

Burning CDs under Wine?

2005-09-19 Thread Dan Kegel
What is the current state of support for burning CDs under Wine? I checked the appdb, but can't find any recent reports of CD burning programs working. It seems to have worked at some point in the past: http://appdb.winehq.org/appview.php?appId=639 http://www.winehq.org/hypermail/wine-users/2002

Re: resubmit: implement hlink.dll

2005-09-19 Thread Mike McCormack
Aric Stewart wrote: +if (r == S_OK); I don't think you want to put a semi colon there. +{ +if (pwzLocation) +IHlink_SetStringReference(*(IHlink**)ppvObj, HLINKSETF_LOCATION, +NULL, pwzLocation); +if (pwzFriendlyName) +IHlin

Wine on NetBSD?

2005-09-19 Thread Bryce Robilliard
I was enquiring as to whether or not Wine is compatible with NetBSD, or if any other port of Wine is compatible with NetBSD. If not are there any plans to make this so? Regards, Bryce Robilliard

scared! freedce-win32 in a cvs repository near you

2005-09-19 Thread Luke Kenneth Casson Leighton
right. 48 hours later, i've got a first version of freedce-win32 to try out, which i'm actually a bit frightened of running. just in case it works :) thank goodness for pthreads-win32, otherwise i'd be up small creek. major things todo: in ipnaf.c (actually ipnaf_linux.c or even better ipnaf_wi

Re: user: make A->W WM_GETTEXTLENGTH use WM_GETTEXT [try 2]

2005-09-19 Thread Frank Richter
On 09.09.2005 17:09, Alexandre Julliard wrote: > Frank Richter <[EMAIL PROTECTED]> writes: > >> On 09.09.2005 16:27, Alexandre Julliard wrote: >>> Well, I'm not sure doing a SendMessage is the right thing if you are >>> called from inside CallWindowProc, you may have to do a CallWindowProc >> Unma

OLE file close problem in win32s mathcad 5.0

2005-09-19 Thread paul
Since some work is occurring in OLE I will mention this bug. http://bugs.winehq.org/show_bug.cgi?id=3154 When you start mathcad one New blank file is opened. Trying to close any file does not work and my guess some Ole stub return value is preventing it. This application has had this problem of

Re: Empire Earth continued

2005-09-19 Thread Stefan Dösinger
Hello Lionel, Now that I think that the refcount crash is solved and I'm waiting for the patch I've sent to be reviewed and commited, I've looked into the OpenGL crash: I know the following cases *Hardware accellerated, with fglrx: Crash in fglrx[1] *Hardware accellerated, other implementation:

riched versions

2005-09-19 Thread wino
trying to get recent (winecfg) wine versions to run a program and it shows an error saying riched20.dll version is found and it "requires" 5.2.. I would have thought that the build-in is probably fine , it is just a version check that is failing. Is there a way to con it or is the only

Re: server: Try2: add case-sensitivity comparison flag to find_object & co

2005-09-19 Thread Robert Shearman
Vitaliy Margolen wrote: Monday, September 19, 2005, 7:47:08 AM, Alexandre Julliard wrote: Vitaliy Margolen <[EMAIL PROTECTED]> writes: I guess this one got lost. Resend it. Or is there anything wrong with it? Well, you didn't change create_named_object, which looks suspici

Re: DDRAW: Fix reference counting

2005-09-19 Thread Stefan Dösinger
Hello, > In that case, it would be really beneficial with a unit test. > Both as documentation and to see what Windows does. Excuse my ignorance, but what exactly is meant with 'unit test'? As far as I've learned, it's a small piece of code which uses this functionality and checks the results. M

Re: server: Try2: add case-sensitivity comparison flag to find_object & co

2005-09-19 Thread Alexandre Julliard
Vitaliy Margolen <[EMAIL PROTECTED]> writes: > Ah, I see. I new I was missing something. As far as regression testing - most > of the named objects created from kernel32 and they are case insensitive. I > purposely left it case sensitive to keep it same way as it was before. I know > of > at leas

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-19 Thread Maximiliano Curia
On Saturday 17 September 2005 20:45, Robert Shearman wrote: > Start the program with WINEDEBUG=+treeview wine program.exe &> > treeview.log and send the treeview log to the list (compressed if it is > over 50kB). It's about 31 Kb, it gets to the line 272 to open the main window and showing the tr

Re: server: Try2: add case-sensitivity comparison flag to find_object & co

2005-09-19 Thread Vitaliy Margolen
Monday, September 19, 2005, 7:47:08 AM, Alexandre Julliard wrote: > Vitaliy Margolen <[EMAIL PROTECTED]> writes: >> I guess this one got lost. Resend it. >> Or is there anything wrong with it? > Well, you didn't change create_named_object, which looks > suspicious. Also I'd really like to see some

Re: DDRAW: Fix reference counting

2005-09-19 Thread Jakov af Wallby
On Mon, Sep 19, 2005 at 09:27:05AM +0200, Stefan D?singer wrote: > Hi, > > Why do you increase the refcount by 2? Since you add and release them in > > the same functions, it is not really necessary and just adds complexity > > to the code. > Well, Windows does so for some reason, and after what I'

Re: server: Try2: add case-sensitivity comparison flag to find_object & co

2005-09-19 Thread Alexandre Julliard
Vitaliy Margolen <[EMAIL PROTECTED]> writes: > I guess this one got lost. Resend it. > Or is there anything wrong with it? Well, you didn't change create_named_object, which looks suspicious. Also I'd really like to see some regression tests for the behavior of the various objects. -- Alexandre

Take 2: DDRAW: Fix reference counting

2005-09-19 Thread Stefan Dösinger
Hello, This patch increases the reference count of a DirectDraw object when a Surface is created, like Windows does. It also adds a test which tests this functionality. This time with the !FAILED() -> SUCCEEDED() suggestion from Robert Shearman. I kept adding a secound refcount in case of DDSC

Re: msvcrt spec changes

2005-09-19 Thread Dmitry Timoshkov
Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > I couldnt get the necessary info on it from msdn. MinGW should have all the necessary info as well. -- Dmitry.

Re: msvcrt spec changes

2005-09-19 Thread Vijay Kiran Kamuju
I couldnt get the necessary info on it from msdn. Ill be sending a new patch for with the change for _getsystemtimeOn 9/19/05, Dmitry Timoshkov <[EMAIL PROTECTED] > wrote:Vijay Kiran Kamuju <[EMAIL PROTECTED] > wrote:> added reference to kernel32.GetLocalTime to _getsystime stub function> (support.

Re: msvcrt spec changes

2005-09-19 Thread Dmitry Timoshkov
Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > added reference to kernel32.GetLocalTime to _getsystime stub function > (support.microsoft.com/default.aspx?scid=kb;en-us;99456) > -@ stub _getsystime #(ptr) > +@ cdecl _getsystime(ptr) kernel32.GetLocalTime You can't just forward _getsystime to Ge

Re: Fwd: amblksize definition

2005-09-19 Thread Vijay Kiran Kamuju
please ignore this patch, i'll be sending a more correct patch.On 9/19/05, Vijay Kiran Kamuju <[EMAIL PROTECTED] > wrote:I will be initializing that variable to 16, in msvcrt's heap.c In that way it would be in msvcrt's code. There are some diffreneces between the value returned and the documentati

Re: hhctrl: Correctly draw the navigation pane

2005-09-19 Thread Dmitry Timoshkov
"Robert Shearman" <[EMAIL PROTECTED]> wrote: > >@@ -149,7 +144,7 @@ static void HH_RegisterChildWndClass(HHI > > wcex.hInstance = pHHInfo->hInstance; > > wcex.hIcon = LoadIconW(NULL, (LPCWSTR)IDI_APPLICATION); > > wcex.hCursor= LoadCursorW(NULL, (LPCWSTR)IDC_ARROW

Re: Fwd: amblksize definition

2005-09-19 Thread Vijay Kiran Kamuju
I will be initializing that variable to 16, in msvcrt's heap.c In that way it would be in msvcrt's code. There are some diffreneces between the value returned and the documentation.On 9/19/05, Saulius Krasuckas <[EMAIL PROTECTED] > wrote:* On Mon, 19 Sep 2005, Vijay Kiran Kamuju wrote:>> amblksize

Re: DDRAW: Fix reference counting

2005-09-19 Thread Stefan Dösinger
Hi, > Why do you increase the refcount by 2? Since you add and release them in > the same functions, it is not really necessary and just adds complexity > to the code. Well, Windows does so for some reason, and after what I've seen with Empire Earth, I suspect that there are some apps out there wh