wine-20031212 defaults to Thai ui?!

2003-12-23 Thread Dan Kegel
This is hilarious... I just built wine-20031212 from source (using tools/wineinstall), and... all the menus are in Thai. Even if I run winefile, or a real copy of notepad.exe. Even if I set LANG=C before running. WTF? - Dan

Re: Easy IE installer script

2003-12-23 Thread Troy Rollo
On Wed, 24 Dec 2003 08:29, Ivan Leo Murray-Smith wrote: >[explanation of why using the install script is probably illegal] I agree. I'm pretty sure these are only redistributable under a license that limits their use to Windows. Even if the limitation is illegal under competition laws, this does

Re: Problems with Ultima Online: Age of Shadows [Textbox glitch + out of memory error]

2003-12-23 Thread Flameeyes
On Tuesday 23 December 2003 23:54, Andreas Mohr wrote: > Edit box problem. Use --debugmsg +edit and try to fix the positioning > problem in our code. Thanks. > As we all know (or maybe not ;), an Out Of Memory is NEVER an Out Of > Memory, but instead a problematic or unimplemented function. > --de

Re: Problems with Ultima Online: Age of Shadows [Textbox glitch + out of memory error]

2003-12-23 Thread Andreas Mohr
Hi, On Wed, Dec 24, 2003 at 12:40:38AM +, Flameeyes wrote: > Hi all! > I was trying to run Ultima Online: Age of Shadows (latest patchlevel after > autopatch), but I have some problems. > > The first problem is actually a glitch, in autopatcher, when the textbox is > moved at end, the text

Problems with Ultima Online: Age of Shadows [Textbox glitch + out of memory error]

2003-12-23 Thread Flameeyes
Hi all! I was trying to run Ultima Online: Age of Shadows (latest patchlevel after autopatch), but I have some problems. The first problem is actually a glitch, in autopatcher, when the textbox is moved at end, the text is hide, because it moves as first character of the textbox the after-the-l

Re: Easy IE installer script

2003-12-23 Thread Ivan Leo Murray-Smith
> What about people who redistribute those apps in turn? But they aren't using them in there own app, so they aren't creating a derivate work. Only the vendor (In the case of the script you) needs a license. In any case you can't just take the dlls from an app, you must find one that allows you to

Re: Easy IE installer script

2003-12-23 Thread Mike Hearn
On Tue, 2003-12-23 at 21:29, Ivan Leo Murray-Smith wrote: > They come with apps because the vendors of those apps have a license from M$ to > redistribute them. You need such a license before you can redistribute them. What about people who redistribute those apps in turn? For instance, if I writ

Re: Easy IE installer script

2003-12-23 Thread Ivan Leo Murray-Smith
> MSVCRT40/MFC40 aren't components of windows though, they are > redistributable DLLs that come with apps. They come with apps because the vendors of those apps have a license from M$ to redistribute them. You need such a license before you can redistribute them. > Well, I'm pretty sure that sort

Re: newbie wine developer question

2003-12-23 Thread Mike Hearn
On Tue, 2003-12-23 at 21:02, Zimler Attila wrote: > fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS > after resizing display (now 640x480) I was going to suggest this one, but it seems a patch to remove it was already submitted by Alex a while back (but not committed) so I'd

Re: Easy IE installer script

2003-12-23 Thread Mike Hearn
On Tue, 2003-12-23 at 20:24, Ivan Leo Murray-Smith wrote: > > I'd like to see the legal text that says they are > > not redistributable, > The microsoft windows (Favourite version of 32-bit windows here) license MSVCRT40/MFC40 aren't components of windows though, they are redistributable DLLs that

Re: newbie wine developer question

2003-12-23 Thread Dan Kegel
Zimler Attila wrote: 2) I would like to fix some fixme (which I can reproduce), but I don't understand a lot of thins. (I'm new to wine, but not new to C). Could somebody help me to start involved in the development process? The best way to get started is: 1. pick some repeatable bug 2. write a s

Re: Easy IE installer script

2003-12-23 Thread Ivan Leo Murray-Smith
> Why do you say that? Because of how copyright works, if a file isn't yours, you need a written permission to prove that you have the right to use it/redistribute it, or the copyright holder can claim that the use/redistribution of the file is unauthorized. > I'd like to see the legal text that sa

Re: Re: winemine2 winelib example

2003-12-23 Thread Dimitrie O. Paun
> Doh, I meant bin2res. After making clean I need to > extract them like: > ../../tools/bin2res -o faces.bmp ./rsrc.rc > > Otherwise they aren't available when wrc runs on rc.rc. > Seems odd that wrc can't pull the data out of the src.rc > file itself though. Actually it can, but it's the othe

Re: winemine2 winelib example

2003-12-23 Thread Chris Morgan
On Tuesday 23 December 2003 02:38 pm, Dimitrie O. Paun wrote: > > Should we modify the winelib documentation? The docs > > make it sound like its an easy two step process. > > Yes, we should. We should also modify winemaker to: > 1. Generate MinGW compatible Makefiles > 2. Use winegcc to achi

Re: Easy IE installer script

2003-12-23 Thread Mike Hearn
On Tue, 2003-12-23 at 19:47, hatky wrote: > I tried it out, seems ie6 setup fails with current > CVS, says something on low mem or lack of space. Well, maybe it is correct? Did you check disk space/memory? > Mandrake Linux 9.2 with all patches and latest CVS > wine, How latest is latest? There w

Re: newbie wine developer question

2003-12-23 Thread Zimler Attila
Andreas Mohr wrote: Hi, On Tue, Dec 23, 2003 at 06:31:40PM +, Zimler Attila wrote: 2) I would like to fix some fixme (which I can reproduce), but I don't understand a lot of thins. (I'm new to wine, but not new to C). Could somebody help me to start involved in the development process?

Re: Easy IE installer script

2003-12-23 Thread Mike Hearn
On Tue, 2003-12-23 at 19:48, Ivan Leo Murray-Smith wrote: > You can't redistribute them, unless you have some sort of special license from > m$. There is a simple trick to get round this. Why do you say that? I'd like to see the legal text that says they are not redistributable, as they are intend

Re: Easy IE installer script

2003-12-23 Thread hatky
I tried it out, seems ie6 setup fails with current CVS, says something on low mem or lack of space. Mandrake Linux 9.2 with all patches and latest CVS wine, Hatky. __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/

Re: Easy IE installer script

2003-12-23 Thread Ivan Leo Murray-Smith
>The installer program contains a few things that may or may not be >redistributable - for instance, it contains MSVCRT40.DLL and MFC40.DLL, >both of which are available for free from dll-files.com so it seemed to >make sense to include them. You can't redistribute them, unless you have some sort o

Re: Re: winemine2 winelib example

2003-12-23 Thread Dimitrie O. Paun
> Should we modify the winelib documentation? The docs > make it sound like its an easy two step process. Yes, we should. We should also modify winemaker to: 1. Generate MinGW compatible Makefiles 2. Use winegcc to achive (1) 3. Drop the configure script altogether. With winegcc ther

Re: newbie wine developer question

2003-12-23 Thread Uwe Bonnes
> "Zimler" == Zimler Attila <[EMAIL PROTECTED]> writes: Zimler> Hi, Since I'm new in developing wine please forgive me if I ask Zimler> a question that is answered earlier (I tried to search an answer Zimler> for my questions, but I did not found.) Zimler> 1) Should I report f

Re: winemine2 winelib example

2003-12-23 Thread Chris Morgan
Should we modify the winelib documentation? The docs make it sound like its an easy two step process. Also, is there a way to get wrc to extract all of the objects in an rc file? That would make the rc processing step easier and probably a couple line makefile edit would make the example work

Re: newbie wine developer question

2003-12-23 Thread Andreas Mohr
Hi, On Tue, Dec 23, 2003 at 06:31:40PM +, Zimler Attila wrote: > 2) I would like to fix some fixme (which I can reproduce), but I don't > understand a lot of thins. (I'm new to wine, but not new to C). Could > somebody help me to start involved in the development process? Please mention seve

Easy IE installer script

2003-12-23 Thread Mike Hearn
Hi everyone, I thought I'd let the list know that I wrote an easy IE installer program, for those times when only explorer will do. On a Wine CVS build, no windows install, it installs pretty much perfectly, and it does run (stability is so so :). It'll also put a nice menu entry in your menus if

Re: newbie wine developer question

2003-12-23 Thread Dimitrie O. Paun
> 1) Should I report fixme's in bugzilla? (I guess, not, > but I'm not sure). That's correct, please don't. It would polute Bugzilla, and they are much easily accessible via grep :) > 2) I would like to fix some fixme (which I can > reproduce), but I don't understand a lot of thins. The simpl

newbie wine developer question

2003-12-23 Thread Zimler Attila
Hi, Since I'm new in developing wine please forgive me if I ask a question that is answered earlier (I tried to search an answer for my questions, but I did not found.) 1) Should I report fixme's in bugzilla? (I guess, not, but I'm not sure). 2) I would like to fix some fixme (which I can repro

Re: Console problem

2003-12-23 Thread Peter Oberndorfer
Michael Stefaniuc wrote: Hi, On Mon, Dec 22, 2003 at 08:11:28PM +0100, Peter Oberndorfer wrote: I'm trying to get the freeware version of IDA (console) working, but if you mean ida37fw? My experience is based on that one. I tried freeware version 4.1 It was previously avaliable at htt

Re: Winelib Program with DLL problem

2003-12-23 Thread Dmitry Timoshkov
"Boaz Harrosh" <[EMAIL PROTECTED]> wrote: > } imports = { > { >. > /* foo.dll */ > "\001\000fnFooC", > "\002\000fnFooSTD", > 0, > > > > change to : > > >. > /* foo.dll */ > "\001\000fnFooC", > "[EMAIL PROTECTED]", > 0, > > >

Re: winemine2 winelib example

2003-12-23 Thread Steven Edwards
--- "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > On December 23, 2003 09:03 am, Vincent Béron wrote: > > Not really. The problem in that case is that winemaker thinks every > > resource file needs to be compiled independantly, when there's > really > > only one to compile in that case (as it inc

Re: Winelib Program with DLL problem

2003-12-23 Thread Boaz Harrosh
Kevin is right on all accounts. I can reproduce his problems here. If I go to the foo.spec.c file produced by winebuild for the user application and manually change, at the big "import" structure, all the stdcall functions than it works. An example is do. What was produced by winebuild: static

Re: winemine2 winelib example

2003-12-23 Thread Dimitrie O. Paun
On December 23, 2003 09:03 am, Vincent Béron wrote: > Not really. The problem in that case is that winemaker thinks every > resource file needs to be compiled independantly, when there's really > only one to compile in that case (as it includes the other ones). Fundamental problem is that winemake

Re: winemine2 winelib example

2003-12-23 Thread Vincent Béron
Le mar 23/12/2003 à 08:34, Steven Edwards a écrit : > --- Chris Morgan <[EMAIL PROTECTED]> wrote: > > I'm not sure what the issue is with En.rc, I've compared it against > > other > > resource files and it looks quite similar. > > There are a few bugs in the resource handling of wrc. If you che

Re: winemine2 winelib example

2003-12-23 Thread Steven Edwards
--- Chris Morgan <[EMAIL PROTECTED]> wrote: > I'm not sure what the issue is with En.rc, I've compared it against > other > resource files and it looks quite similar. There are a few bugs in the resource handling of wrc. If you check wine-patches from about a week ago I sent in a few patches fo

Re: wine bugs in win.c

2003-12-23 Thread Uwe Bonnes
> "kscho" == kscho <[EMAIL PROTECTED]> writes: kscho> Hi~ I'm interested in wine. and find some bug... window's kscho> caption is optional, but current is not. kscho> wine/windows/win.c kscho> line 1087 /* Correct the window style - stage 2 */ Your contribution is appreci

Re: MinGW cross compilation enviroment setup

2003-12-23 Thread Boaz Harrosh
Just a side note, if we are at the subject. One can download the full package of "MinGW Developer Studio" (http://www.parinya.ca) It comes complete with a compiled tool chain. The Installer runs flawlessly under wine. And so is the Dev-Studio and the compiler. (1:0) for wine. The only thing tha