Re: extracting window icons

2005-05-27 Thread Andrew Neil Ramage
Saying Yes to "Create Desktop Icon" during installation allows these icons to be extracted onto the desktop. Alternatively, get a resource editor and manually extract the icon into a file. (Or is it possible to call a function in the .EXE to extract the icon ?) Andrew You can be the captain

Re: extracting window icons

2005-05-27 Thread Dimi Paun
On Fri, 2005-05-27 at 15:36 -0700, Steven Edwards wrote: > I think bin2res in wine/tools can do it as well. No, not at all. -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: extracting window icons

2005-05-27 Thread Steven Edwards
Hi, --- Andreas Mohr <[EMAIL PROTECTED]> wrote: > On Fri, May 27, 2005 at 03:00:05PM -0600, Brian Vincent wrote: > > Is there a way to extract an icon from a DLL? Wine seems to do this > > automatically when programs are installed, I just can't figure out how. Is > > there a way to do it from th

Re: extracting window icons

2005-05-27 Thread Andreas Mohr
Hi, On Fri, May 27, 2005 at 03:00:05PM -0600, Brian Vincent wrote: > Is there a way to extract an icon from a DLL? Wine seems to do this > automatically when programs are installed, I just can't figure out how. Is > there a way to do it from the commandline? Well, there are some Windows utiliti

Re: Wine on Sparc

2005-05-27 Thread Eric Frias
Chuck Hall wrote: Started to go through this and found something intresting. lwp.h does exist and is found, so HAVE_SYS_LWP_H is defined. The test for _lwp_create fails. Looking a bit deeper I found that the lwp.h for Solaris 9 is different from the one in Solaris 10 (which is what I am using)

extracting window icons

2005-05-27 Thread Brian Vincent
Is there a way to extract an icon from a DLL?  Wine seems to do this automatically when programs are installed, I just can't figure out how.  Is there a way to do it from the commandline?  -Brian

Re: [wintest] tests not executed

2005-05-27 Thread Stefan Leichter
Am Freitag, 27. Mai 2005 05:11 schrieb James Hawkins: > On 5/26/05, Stefan Leichter <[EMAIL PROTECTED]> wrote: > > Hello, > > > > since this week i get a lot more messages "Can't parse subtest output of > > .." when runnning winetest-latest.exe. > > > > The reason seems to be that the test executab

Re: Wine on Sparc

2005-05-27 Thread Chuck Hall
> Chuck Hall wrote: >> Well it looks good. I did get a few failures on the patching, but it >> wnet >> through 'make depend' without a problem. >> >> Now I run into the problem in kthread.c: >> sed -e 's,@bindir\@,/usr/local/bin,g' -e >> 's,@dlldir\@,/usr/local/lib/wine,g' -e 's,@PACKAGE_STRING\@,

Re: SHELL32: rewrite shelllink vtable handling

2005-05-27 Thread Lionel Ulmer
On Fri, May 27, 2005 at 09:14:13PM +0900, Mike McCormack wrote: > The idea is to store the of the vtable into the object offset with each > vtable, so that the object pointer can be calculated without having to > known which interface we're being called from. The down side is that it > uses a b

winetests running on win98, qemu

2005-05-27 Thread Joris Huizer
Hello, I installed windows 98 inside qemu (couldn't get windows xp working) It seems there are a lot of problems, ending with a crash somewhere in msacm (the last line in the created temporary file says acmDriverDetails failed) should I do something? install ie6 & windows updates ? something

Re: Flush serial port

2005-05-27 Thread Alexandre Julliard
Uwe Bonnes <[EMAIL PROTECTED]> writes: > Changelog: > wine/server/file.c: create_file() > If we open a serial device, flush it This should be done in serial.c, but could you please explain why this is necessary? -- Alexandre Julliard [EMAIL PROTECTED]

Re: PokerStars Client

2005-05-27 Thread Mike McCormack
I'm replying to you both at the same time. MagicMan wrote: I thought I would send you the errors I received while testing PokerStars with the new version of WINE. I hope that its helpful. BTW, Thank you for making PokerStars work as well as it does. :-) Fernando Chmilelewsky wrote: I'm subm

Re: PokerStars Client

2005-05-27 Thread Joris Huizer
MagicMan wrote: I thought I would send you the errors I received while testing PokerStars with the new version of WINE. I hope that its helpful. BTW, Thank you for making PokerStars work as well as it does. :-) MagicMan Wine 20050524 - PokerStars Client Errors during clean install (Fluxbox

ics08jlz in wine-20050524

2005-05-27 Thread Fernando Chmilelewsky
Hi there, I'm Fernando Chmielewsky, maintainer of the 'ICS08jlz development kit 1.53' I'm submitting a regression in with wine-20050524, the program used to work with the serial port, now just hangs when entering the applications that use it (the programmer, in circuit debugger, etc) In the remaini

PokerStars Client

2005-05-27 Thread MagicMan
I thought I would send you the errors I received while testing PokerStars with the new version of WINE. I hope that its helpful. BTW, Thank you for making PokerStars work as well as it does. :-) MagicMan Wine 20050524 - PokerStars Client Errors during clean install (Fluxbox 0.9.13): err:menu

Re: dlls/oleaut32/olepicture.c won't compile

2005-05-27 Thread Joris Huizer
Rein Klazes wrote: On Fri, 20 May 2005 13:11:47 +0200, you wrote: Thanks, that solved the problem; Would it be possible to make configure warn about the gif library (and disable using it) when it's the wrong library version? Just an idea (no I don't have any experience with hacking configu

Re: odbccp32. ODBCCPlApplet stub

2005-05-27 Thread Andreas Mohr
Hi, On Thu, May 26, 2005 at 03:26:54PM +0200, Rein Klazes wrote: > Hi, > > Changelog: > > dlls/odbccp32 : odbccp32.spec, odbccp32.c > include : odbcinst.h > > Add a stub for odbccp32.ODBCCPlApplet. > +BOOLEAN WINAPI ODBCCPlApplet( LONG i, LONG j, LONG * p1, LONG * p2) Sounds susp

Re: Optionally map the unix filesystem instead of drive letters into the shell namespace

2005-05-27 Thread Michael Jung
Hi Michael, On Friday 27 May 2005 03:03, Michael Lin wrote: > Just a few things with this approach. > As I mentioned before .. with a global flag in the registry. > User can't run a winelib application with unix path and a Windows > application on Wine with dos path at the same time. Please cons