Re: Crash in 16-bit code

2003-10-03 Thread Sylvain Petreolle
--- André_Johansen <[EMAIL PROTECTED]> a écrit : > This crash happens when trying to run the installer of a game; I > believe it is some old InstallShield version. > > Any ideas of how I can get more information out of this? Please give more inforamtion. (cf http://www.winehq.org/site/docs/wine

Re: Uninstaller uses wrong icon

2003-10-03 Thread Eric Pouech
Yes. Would be intersting to get these to compile on Windows as well, by doing something reasonable where we need Wine stuff. Maybe we at least get them to build, if not run (avitools, winedbg, wineconsole should also be able to run on Windows). as a target: + winedbg should be compilable on windows

Re: Unicode strings

2003-10-03 Thread Eric Pouech
Kevin Koltzau wrote: I've come upon an instance where I need to create a large lookup table of unicode strings, and was curious what the recommended way to handle this was. Using MSVC I would simply declare the string as L"Text" I only see two options currently, either declare the string as (cons

Re: winealsa: improve sound quality for IDsDriverImpl

2003-10-03 Thread Jerry Jenkins
sox -c1 -r44100 -sw /usr/share/sounds/pop.wav -tossdsp /dev/audio && wine winamp has the problem, but sox -c1 -r44100 -sb /usr/share/sounds/pop.wav -tossdsp /dev/audio && wine winamp is unbelievably good. How could it be? I should find out if it's something is wrong with my system or something els

Re: Uninstaller uses wrong icon

2003-10-03 Thread Dimitrie O. Paun
On October 3, 2003 10:56 pm, Pavel Roskin wrote: > Everything if fine. I put the latest mkwine here > http://www.red-bean.com/~proski/wine/ Very nice indeed -- I really hope that we can eventually get our Makefiles in a state where this script is not needed anymore. BTW, since you've studied a bi

Re: misc sanity checks in freetype.c

2003-10-03 Thread Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote: > @@ -1956,13 +1960,20 @@ > needed = sizeof(*potm); > > lenfam = (strlenW(font->name) + 1) * sizeof(WCHAR); > +if (!lenfam) { > +/* No family name. How can we select that font? */ > +ret = 0; > +goto end; > +} lenfam can't be

Re: Uninstaller uses wrong icon

2003-10-03 Thread Pavel Roskin
On Fri, 3 Oct 2003, Dimitrie O. Paun wrote: > On Fri, 3 Oct 2003, Pavel Roskin wrote: > > > That's great news! Hopefully I'll be able to exclude wrc from the script > > to compile Wine programs on Windows. The new patch goes to wine-patches. > > You should be able to use windres/rc instead of wr

Unicode strings

2003-10-03 Thread Kevin Koltzau
I've come upon an instance where I need to create a large lookup table of unicode strings, and was curious what the recommended way to handle this was. Using MSVC I would simply declare the string as L"Text" I only see two options currently, either declare the string as (const WCHAR[]){'T','e','x

About Explorer clone

2003-10-03 Thread PETREOLLE Sylvain
Hi Martin, Can your explorer clone be compiled with Wine sources and/or tools ? I have both Windows 2000/XP with latest Cygwin / RedHat Linux environments to test it. Another point : Im not easy with ansi-related questions. You give 2 versions of explorer into the binary snapshot on your website

RE: Implementation of GetCompressedFileSize[AW]

2003-10-03 Thread PETREOLLE Sylvain
Pavel, I already tried to have some results with the keyboard implementation. A simple DOS program that calls int16 to do a 'Press any key' doesnt work today and needs wineconsole to operate (and only with user backend !) > > Yes, it works. Thank you! But I think that interactive programs > usi

Re: uxtheme.dll

2003-10-03 Thread Kevin Koltzau
On Friday 03 October 2003 06:51 pm, Ivan Leo Murray-Smith wrote: > >Going along that path, one possible way to integrate theme support from > > your native window manager is to extend the .msstyles theme format to > > enable using exported functions for drawing some controls, which could > > then m

Re: uxtheme.dll

2003-10-03 Thread Vincent Béron
Le ven 03/10/2003 à 18:51, Ivan Leo Murray-Smith a écrit : > >Going along that path, one possible way to integrate theme support from your > >native window manager is to extend the .msstyles theme format to enable using > >exported functions for drawing some controls, which could then make direct

IMPORTANT WWN ERROR

2003-10-03 Thread Ivan Leo Murray-Smith
>I'm filing this thread under the topic "Ports", which is rather odd. Originally this thread started about a week ago when >Ivan Leo Murray-Smith dropped a note discussing some work he'd done: I did not write the script, and that email wasn't from me, I just compiled the wine programs and put the b

Re: uxtheme.dll

2003-10-03 Thread Ivan Leo Murray-Smith
>Going along that path, one possible way to integrate theme support from your >native window manager is to extend the .msstyles theme format to enable using >exported functions for drawing some controls, which could then make direct >GTK/etc calls. I don't think Alexandre will like the idea of w

Re: Uninstaller uses wrong icon

2003-10-03 Thread Dimitrie O. Paun
On Fri, 3 Oct 2003, Pavel Roskin wrote: > That's great news! Hopefully I'll be able to exclude wrc from the script > to compile Wine programs on Windows. The new patch goes to wine-patches. You should be able to use windres/rc instead of wrc on Windows now. Please let us know if that is still n

Re: Uninstaller uses wrong icon

2003-10-03 Thread Pavel Roskin
On Fri, 3 Oct 2003, Dimitrie O. Paun wrote: > On Fri, 3 Oct 2003, Pavel Roskin wrote: > > > I drew an icon more appropriate for the uninstaller. Also, the bin2res > > tag has been added to make it easier to replace of the icon later. > > Please see the latest changes relating to the BINRES tags -

Re: Uninstaller uses wrong icon

2003-10-03 Thread Andreas Mohr
Hi, On Fri, Oct 03, 2003 at 04:55:17PM -0400, Pavel Roskin wrote: > Hello! > > programs/uninstaller uses the icon from WineMine. I'm not an artist, but > I drew an icon more appropriate for the uninstaller. Also, the bin2res > tag has been added to make it easier to replace of the icon later. >

Re: Uninstaller uses wrong icon

2003-10-03 Thread Dimitrie O. Paun
On Fri, 3 Oct 2003, Pavel Roskin wrote: > I drew an icon more appropriate for the uninstaller. Also, the bin2res > tag has been added to make it easier to replace of the icon later. Please see the latest changes relating to the BINRES tags --> the resources are commented out, and we refer to the

Re: uxtheme.dll

2003-10-03 Thread Kevin Koltzau
I'm currently working on implementing support for .msstyles themes (of which are used by XP) primarily because the format follows the API pretty closely and will be easier to test my implementation against an XP box. One nice thing about .msstyles themes is they are basically just a resource-on

Crash in 16-bit code

2003-10-03 Thread André Johansen
This crash happens when trying to run the installer of a game; I believe it is some old InstallShield version. Any ideas of how I can get more information out of this? The output below is from starting the installer in winedbg: No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x

Re: Compiling MFC

2003-10-03 Thread Gregory M. Turner
On Friday 03 October 2003 07:04 am, Adam Connell wrote: > I am yet another programmer trying to compile the MFC with winelib. > I believe that I have the project configured correctly. I am currently > working on getting it to compile. I am having trouble with Microsoft's > extensions to C++ specifi

Re: Wineconf 2004, otherwise known as...

2003-10-03 Thread Lionel Ulmer
On Thu, Oct 02, 2003 at 11:21:09AM -0400, Dimitrie O. Paun wrote: > Now, that's what I'd like to hear. I also suggested Greece or Spain, > anyway, somewhere in/close to Europe and south, so us guys living up > north also get a break from cold weather... We can also move it somewhere > in line March

Compiling MFC

2003-10-03 Thread Adam Connell
I am yet another programmer trying to compile the MFC with winelib. I believe that I have the project configured correctly. I am currently working on getting it to compile. I am having trouble with Microsoft's extensions to C++ specifically: throw(...) __try __except Is there any kind of work arou

Re: Implementation of GetCompressedFileSize[AW]

2003-10-03 Thread Pavel Roskin
On Fri, 3 Oct 2003, [iso-8859-1] Sylvain Petreolle wrote: > To get rid of the COM1 problem, just run wcmd under wineconsole. > wineconsole -- --backend=user wcmd Yes, it works. Thank you! But I think that interactive programs using stdin and stdout should be useful without wineconsole. stdin s

Re: Wineconf 2004, otherwise known as...

2003-10-03 Thread Jeff Smith
Have it in Europe, so next time around it can be in North America, and maybe I will be able to go by then. :-) No chance I will be able to go to anything outside of Oklahoma this year, as money and vacation time are in short supply, with the recent birth of my daughter. -- Jeff Smith _

RE: question about copyright and code, is this legal?

2003-10-03 Thread Patrik Stridvall
> On October 3, 2003 09:07 am, Patrik Stridvall wrote: > > As far as Wine is concerned though I can't think of > > any Windows API that: > > 1. Returns pure facts (not having any unique expression) > > 2. Would fulfill the requirement of needed a significant > >effort to collect to collect the

Re: Wineconf 2004, otherwise known as...

2003-10-03 Thread Jeremy White
On Fri, 2003-10-03 at 08:41, Dimitrie O. Paun wrote: > On October 3, 2003 05:24 am, Shachar Shemesh wrote: > > Dimi and Ivan like 6. > > I like 1 (Minneapolis, US) as well. Another option folks > would be Toronto. It will not be hot in Jan, but it's > kind of in the middle (it's almost same distan

Re: Wineconf 2004, otherwise known as...

2003-10-03 Thread Dimitrie O. Paun
On October 3, 2003 05:24 am, Shachar Shemesh wrote: > Dimi and Ivan like 6. I like 1 (Minneapolis, US) as well. Another option folks would be Toronto. It will not be hot in Jan, but it's kind of in the middle (it's almost same distance from West Coast, as it is from England), it's a major air hub

Re: question about copyright and code, is this legal?

2003-10-03 Thread Dimitrie O. Paun
On October 3, 2003 09:07 am, Patrik Stridvall wrote: > As far as Wine is concerned though I can't think of > any Windows API that: > 1. Returns pure facts (not having any unique expression) > 2. Would fulfill the requirement of needed a significant >effort to collect to collect the fact. > > So

RE: question about copyright and code, is this legal?

2003-10-03 Thread Patrik Stridvall
> Say I have a piece of code, x (which is copyright) which > always returns the > same output for a given input (e.g. a function that implements a math > formula or a function that retrieves some value from an > internal data table > stored in the dll or whatever) > Lets then say that I havent

Re: question about copyright and code, is this legal?

2003-10-03 Thread Ivan Leo Murray-Smith
I think it depends where you live. If you aren't copying any original code you aren't violating copyright. In the EU (This includes the UK so I doubt that this http://www.winehq.org/hypermail/wine-devel/2003/10/0076.html can apply to the UK), even if you disassemble something to understand how it w

Re: [dx85] vertex blend fixmes

2003-10-03 Thread Michael Günnewig
Jason Edmeades <[EMAIL PROTECTED]> writes: > Michael - This will silence those horrible fixmes about > worldmatrix(0..255) and vertex blend not being supported - We > incorrectly return support since the NVidia drivers dont claim support > for it, but DO return a number for the GL_MAX_VERTEX_UNITS

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-03 Thread Dmitry Timoshkov
"Troy Rollo" <[EMAIL PROTECTED]> wrote: > The 2.1.9d8 file seems after a quick look to be closer to the Crossover > version of the table - for example, it has many of the different types of > space characters sorted near 0020, which is an aspect of the Crossover table > not present in the table

question about copyright and code, is this legal?

2003-10-03 Thread Jonathan Wilson
Say I have a piece of code, x (which is copyright) which always returns the same output for a given input (e.g. a function that implements a math formula or a function that retrieves some value from an internal data table stored in the dll or whatever) Lets then say that I havent seen this code

Re: Misc bugs found by using valgrind

2003-10-03 Thread Michael Günnewig
Alexandre Julliard <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Michael Günnewig) writes: > >> It's a point, so here is the new patch. > > I don't think we need to check string sizes against MAXINT, that's > just a waste of time. Okay you're correct, the check isn't necessary as MAXINT * 2 is

Re: Wineconf 2004, otherwise known as...

2003-10-03 Thread Shachar Shemesh
Tom wrote: Shachar Shemesh wrote: Go for it! As for content - if nobody vulenteers to pick up this challange, I'll do it. I'll have to warn you that you will then have to hear both Alexandre and Dimi :-) Okay, ive set on the side lines about this for the most part... But here is my $.02, If y

Re: Wineconf 2004, otherwise known as...

2003-10-03 Thread Tom
Shachar Shemesh wrote: Go for it! As for content - if nobody vulenteers to pick up this challange, I'll do it. I'll have to warn you that you will then have to hear both Alexandre and Dimi :-) Okay, ive set on the side lines about this for the most part... But here is my $.02, If you dont like

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-03 Thread Shachar Shemesh
Troy Rollo wrote: The 2.1.9d8 file seems after a quick look to be closer to the Crossover version of the table - for example, it has many of the different types of space characters sorted near 0020, which is an aspect of the Crossover table not present in the table based on allkeys.txt (3.1.1),