Re: Wine-20040408 Results (so far) for MFC App

2004-04-12 Thread Dimitrie O. Paun
On April 12, 2004 5:33 pm, [EMAIL PROTECTED] wrote: > fixme:dc:LockWindowUpdate (0x10029), partial stub! Not much that you can do about this ATM, it's proper fix is blocked by some pending work. -- Dimi.

Re: Trace flags passed to SetWindowPos for easier debugging.

2004-04-12 Thread Dmitry Timoshkov
"Mike Hearn" <[EMAIL PROTECTED]> wrote: > Mike Hearn <[EMAIL PROTECTED]> > Trace flags passed to SetWindowPos for easier debugging. Did you try to add +win? Is that what you are looiking for? windows/winpos.c,1176: BOOL WINAPI SetWindowPos( HWND hwnd, HWND hwndInsertAfter,

Re: smb: separate files

2004-04-12 Thread Alexandre Julliard
Juan Lang <[EMAIL PROTECTED]> writes: > Alexandre, this is somewhat of a test patch in that it > doesn't "do" anything besides split files up. What > I'm hoping to do is share smb.c, and to a lesser > extent netbios.c, between netapi32 and wherever else > it's needed (currently only kernel32). s

Wine-20040408 Results (so far) for MFC App

2004-04-12 Thread [EMAIL PROTECTED]
Now it works very nicely... I spent Easter debugging most of the crashes I was having due to the GUI menus (even in winders), from variables not freed, etc and now I cannot get it to crash...yet. I'm using MSVC6 for all the development under VMware 4.5.1. The GUI code is completely MFC with 16

Re: Remove "Path" lines from sample config

2004-04-12 Thread Ferenc Wagner
Vincent Béron <[EMAIL PROTECTED]> writes: > Le dim 11/04/2004 à 20:56, Sylvain Petreolle a écrit : >> Vincent, >> >Changelog: >> >Remove "Path" lines from sample config. >> >Setup the links for the default DOS drives in wineinstall. >> >+ ln -s /mnt/fd0 ~/.wine/dosdevices/a: >> >+ ln -s $CROOT ~

Can't load/print with a 16 bit app, wine 20040408

2004-04-12 Thread [EMAIL PROTECTED]
I can't load a 16 bit app...The problem is correlated to the printing system: i get an "run-time Error 482: Printer Error". These are the logs: Log WINEDEBUG="warn+all" . warn:dosfs:DOSFS_FindUnixName L"test\\WINEPS16.dll" not found in '/home/franzo/. wine/dosdevices/e:' warn:file:CreateFileW

current version of "wine_adopt_thread"

2004-04-12 Thread Paul Davis
I offer this for Alexandre and other's consideration and comments. This is already in use in libfst, which is in turn used by Ardour, a native linux digital audio workstation, and gAlan, a native linux modular synthesis system. There is still no proper cleanup on failure, and nothing is done if th

Re: Winelib rookie...

2004-04-12 Thread Dimitrie O. Paun
On Mon, 12 Apr 2004, antonio serra wrote: > Hi! > > I'm trying to port a windows code to linux via > winelib. After running winemaker I get the project > files and run ./configure. At a certain point the > following message appears on the console: > checking for windef.h... configure: error: Co

Winelib rookie...

2004-04-12 Thread antonio serra
Hi! I'm trying to port a windows code to linux via winelib. After running winemaker I get the project files and run ./configure. At a certain point the following message appears on the console: checking for windef.h... configure: error: Could not find the Wine headers (windef.h) I have the wind

Re: Remove "Path" lines from sample config

2004-04-12 Thread Ivan Leo Murray-Smith
> The cdrom is usually more often /mnt/cdrom rather than /cdrom, isnt't it ? Yes, it usually is under /mnt/, also, the floppy is /mnt/floppy under mandrake, and probably other distros. Ivan.

Re: ANNOUNCE: CVS to arch gateway

2004-04-12 Thread Samium Gromoff
Perphaps it might be interesting, that there exists a gtk2 frontend to tla, called tlator. Well, it might sound like a shameless plug, because that`s me who actually wrote it, but the perphaps the main incentive behind this mail is to widen arch acceptance among people, so who knows... ;-) The t

WININET: make WCHAR strings const where possible

2004-04-12 Thread Mike McCormack
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: It would be much better if you could mark all string constants as such using 'const' key word in all your patches (including already committed, submitted and future ones). Perhaps we should make a janitorial task to CONST-ify strings where possible?

Re: Need to disable DTR on serial port

2004-04-12 Thread Geoffrey Hausheer
On Mon, 12 Apr 2004 09:26:30 +0200, "Rein Klazes" said: > > 1) it might be better to call COMM_WhackModem() after tcsetattr() so > > previous flow control settings don't interfere with setting the RTS/DTS > > lines. > > > > 2) #ifdef guards around TIOCM_DTR and TIOCM_RTS? > > > > Agreed, I wil

RE: Handling dialog messages for non-template based dialogs

2004-04-12 Thread Santosh Siddheshwar
OK. I will resend the fix after incorporating your feedback. Thanks Santosh Siddheshwar > -Original Message- > From: Dmitry Timoshkov [SMTP:[EMAIL PROTECTED] > Sent: Monday, April 12, 2004 6:34 PM > To: Santosh Siddheshwar > Cc: [EMAIL PROTECTED] > Subject: Re: Handling dialog mes

Re: Handling dialog messages for non-template based dialogs

2004-04-12 Thread Dmitry Timoshkov
"Santosh Siddheshwar" <[EMAIL PROTECTED]> wrote: > Change Log: > windows/defdlg.c - Added code for allocating DIALOGINFO structure and > storing it as an attribute of the window > windows/dialog.c - Removed code for allocating DIALOGINFO structure and > moved initialization of DIALOGINFO structure

Re: shell32: open desktop.ini to fetch icon

2004-04-12 Thread Dmitry Timoshkov
"Juan Lang" <[EMAIL PROTECTED]> wrote: > ChangeLog: if a folder contains a desktop.ini, check > it for the icon location before using the default > folder icon It would be much better if you could mark all string constants as such using 'const' key word in all your patches (including already comm

Re: Need to disable DTR on serial port

2004-04-12 Thread Rein Klazes
On Mon, 12 Apr 2004 16:46:56 +0900, you wrote: > > Hey Rein, > > Your patch looks a little more complete than mine :) I was writing an > improved one, and then saw your patch... Two comments: > > 1) it might be better to call COMM_WhackModem() after tcsetattr() so > previous flow control set