Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-14 Thread Shachar Shemesh
Hi Alexandre, I was wondering whether there was a reason this patch was not applied. Shachar Shachar Shemesh wrote: Changelog: Shachar Shemesh [EMAIL PROTECTED] dlls/kernel/locale.c * System default locale in Windows determines the ANSI encoding (LC_CTYPE on Unix) * User

Re: Initial creation of directory and config with ttydrv

2004-07-10 Thread Shachar Shemesh
and user.reg. Vincent Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. http://www.lingnu.com/

Re: Initial creation of directory and config with ttydrv

2004-07-08 Thread Shachar Shemesh
Vincent Béron wrote: Le jeu 08/07/2004 à 08:03, Shachar Shemesh a écrit : Wine won't run if it is set to use the X11drv driver, and there is no X11 display. Then again, the only way I can tell it to use the ttydrv is by placing a config file in the .wine directory, which does not exist until

Re: Pango for BiDi

2004-07-03 Thread Shachar Shemesh
Mike Hearn wrote: OK. Well, that can be solved by WineHQ providing high quality binary packages that work anywhere. When I get around to this (maybe in a few months) I'll let you know and you can kick me if I get ICU integration wrong :) thanks -mike No, that won't solve the problem. For a

Re: [wine] Re: Fw: [Mono-list] System.Windows.Forms plans.

2004-07-03 Thread Shachar Shemesh
David Lee Lambert wrote: The smaller said native-interaction API is, the easier it will be to keep stable. But aside from init and loading a library, what else do we need? Shachar

Re: Pango for BiDi

2004-07-03 Thread Shachar Shemesh
Jonathan Wilson wrote: Maybe we can get our supplied packages to be BiDi enabled, but so long as we use ICU, and ICU has this horrible linking policy, we can't really What linking policy? I checked the IBM ICU website (http://oss.software.ibm.com/icu/ and specifically

Re: Pango for BiDi

2004-07-03 Thread Shachar Shemesh
Mike Hearn wrote: To be frank I think that's Debians problem, or to more accurate the problem of those who insist on using apt-get for everything. If WineHQ provides high quality tested binaries with ICU included, they can use that if they want BiDi. There will *always* be random distros that have

Re: Pango for BiDi

2004-07-02 Thread Shachar Shemesh
Mike Hearn wrote: Hi Shachar, I am reading your interview and a few words jumped out at me, mostly BiDi, shaping and unicode - very vague I know, but if I understand correctly Pango is a library with advanced support for shaping and laying out all kinds of different scripts. Only stopper I can

Re: Donations - RFC

2004-06-20 Thread Shachar Shemesh
for that location. After last year's last minute hey, it's more comfortable in the US change, I decided that long term preparation for votes, like you do in any self-disrespecting parliament, is the only way to go. Lionel So can I count on your vote too? :-D Shachar -- Shachar Shemesh

Re: winemaker problems for creating winelib DLL projects - Solved + bug in winemaker

2004-06-20 Thread Shachar Shemesh
Shachar Shemesh wrote: Hi all, I'm trying to create a winelib DLL project from scratch. You can reproduce using the following steps: create a file called name.c, put the following content in it: int func( int a ) { return a+1; } Create a file called name.spec. Put the following content

Re: Donations - RFC

2004-06-19 Thread Shachar Shemesh
a little :-) Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. http://www.lingnu.com/

winemaker problems for creating winelib DLL projects

2004-06-19 Thread Shachar Shemesh
? Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. http://www.lingnu.com/

3GB address space

2004-06-15 Thread Shachar Shemesh
Hi all, Is there a way to run processes intended for a 3GB user addressable memory to work under Wine? I'm talking here, of course, assuming that the Linux kernel is compiled with the relevant big memory support. Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. http

Re: 3GB address space

2004-06-15 Thread Shachar Shemesh
Mike Hearn wrote: On Tue, 15 Jun 2004 15:58:27 +0300, Shachar Shemesh wrote: Hi all, Is there a way to run processes intended for a 3GB user addressable memory to work under Wine? I'm talking here, of course, assuming that the Linux kernel is compiled with the relevant big memory support

Re: 3GB address space

2004-06-15 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: At the time this change was introduced, it was because some applications would break if they got too high addresses for their things. I then asked what would those apps do on Windows Advanced Server, and the answer

Re: 3GB address space

2004-06-15 Thread Shachar Shemesh
kernel that is compiled with bigmem support too. The thing about providing a proof of concept is that without running it on a bigmem kernel, I don't think there is any way of checking it. Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. http://www.lingnu.com/

Re: 3GB address space

2004-06-15 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: There is no failure as of yet. The thing is that I know someone who actually NEEDS 3GB, and they asked me to make sure that Wine can support that. I am, of course, talking about a Linux kernel that is compiled with bigmem

Re: Debugger spews elf_new_wine_thunks fixmes

2004-06-15 Thread Shachar Shemesh
, rather than two runs. I actually removed that FIXME from the sources. which is IMO a rather low figure. I'll adapt my time on winedbg hacking depending on this. A+ -- Shachar Shemesh Lingnu Open Source Consulting ltd. http://www.lingnu.com/

Re: [USER] 'Fix' SetWindowsHookEx

2004-06-12 Thread Shachar Shemesh
; -} If you just remove the !inst test, does the game work? I think that would be simpler. Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. http://www.lingnu.com/

Re: A bug in symbol loading in winedbg

2004-06-12 Thread Shachar Shemesh
/dbghelp/type.c:241:9170:beg:0x408b72cf (gdb) print module-pool $1 = {first = 0x0, arena_size = 0} (gdb) print module-pool $2 = (struct pool *) 0x248 (gdb) -- Shachar Shemesh Lingnu Open Source Consulting ltd. http://www.lingnu.com/

Re: A bug in symbol loading in winedbg

2004-06-12 Thread Shachar Shemesh
Eric Pouech wrote: Shachar Shemesh a écrit : What do you mean by I don't need to use the S: directory? I thought you needed the S: dir for the PDB reading (in fact, you seem to, rightfully, only need it for source files) Yes. Actually, in the real program, the PDBs are not in the same directory

Re: A bug in symbol loading in winedbg

2004-06-12 Thread Shachar Shemesh
Shachar Shemesh wrote: Ok, the above patch solves the problem for me. Does that mean we still have some stack thrashing somewhere? Could it not be that the -O2 compilation option did the gdb warning? Is this something valgrind can help with? Shachar Hi Eric, Is there any reason

Re: A bug in symbol loading in winedbg

2004-06-11 Thread Shachar Shemesh
Shachar Shemesh wrote: Eric Pouech wrote: Shachar Shemesh a e'crit : Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run

A bug in symbol loading in winedbg

2004-06-09 Thread Shachar Shemesh
Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run the executable. Shachar

Re: Zombie processes

2004-06-09 Thread Shachar Shemesh
could give me a few pointers in the right direction. And even with the vendor kernel and wine, perhaps the knowedge might be useful. Like I said, debugging kernel problems is not within this list's knowledge base. Shachar -- Shachar Shemesh Lingnu Open Source Consulting http

Re: A bug in symbol loading in winedbg

2004-06-09 Thread Shachar Shemesh
Eric Pouech wrote: Shachar Shemesh a e'crit : Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run the executable

Zombie processes

2004-06-07 Thread Shachar Shemesh
nvidia, and report this :-) Will someone take this task on himself? Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

debugger symbols and NPTL on RedHat 9

2004-06-02 Thread Shachar Shemesh
DLLs), but not for the PE program. Is this a solveable problem? The program is using PDBs for debug symbols, they are not compiled into the PEs. I can change that, I guess, but I would really rather not. Will changing that solve anything? Shachar -- Shachar Shemesh Lingnu Open Source

Re: debugger symbols and NPTL on RedHat 9

2004-06-02 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: So, the question --- Will running wine-kthread directly work? Or is there something crucial done by the wine executable? These days it launches the preloader too, so you probably shouldn't bypass

Re: debugger symbols and NPTL on RedHat 9

2004-06-02 Thread Shachar Shemesh
Eric Pouech wrote: Shachar Shemesh a écrit : While I agree in principle, in practice symbol lookups *appear* to work when winedbg is invoking the application directly. silly me. when run with gdb, the PE symbol lookup doesn't work, gdb doesn't know anything about PE. You need to use winedbg

Re: Tainted code in User32?

2004-05-30 Thread Shachar Shemesh
the disassembler write the specs in human interpreted language, and then have someone else do the actual implementation. This is, AFAIK, what happened with cards.dll, for example. This follows the clean room doctrine to the letter. Shachar -- Shachar Shemesh Lingnu Open Source Consulting http

Re: Help with winedbg

2004-05-30 Thread Shachar Shemesh
). A+ Apparently, there is a problem even without gdb at all. Attached is the output for running winedbg program, with no arguments at all. The system is a RedHat 9 with kernel 2.4.20-31.9, and the latest glibc available from redhat for it. Wine is CVS tip for today. Shachar -- Shachar Shemesh

Help with winedbg

2004-05-26 Thread Shachar Shemesh
source, btw). In the mean while, ddd claims to time out on the connection, and closes down. Am I missing something? Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: Help with winedbg

2004-05-26 Thread Shachar Shemesh
of the above happened at a client's site. I don't have the info on me. I'll be able to retest on Sunday. In any case, this is the latest wine RPMs running on RedHat 7.3 we are talking about. Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: Calendars

2004-05-24 Thread Shachar Shemesh
at sunset? Sabbath is kept from the sunset on Friday (actually, half hour before as a safty measure) until sunset on Saturday (half hour after). Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: Calendars

2004-05-23 Thread Shachar Shemesh
) There is (or used to be) also a project with the same name for Muslim dates, but I can't seem to locate it. The best I can do is http://lists.arabeyes.org/archives/developer/2003/December/msg00049.html Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: Load a .so from a Windows binary using Wine

2004-05-13 Thread Shachar Shemesh
convention, and calls the native so. Compile that as a winelib app. Only winelib apps can technically call a native so, so calling your library directly from the PE is impossible without either employing a proxy, or implementing the linux loader yourself. Shachar -- Shachar Shemesh

Re: Winelib and MFC and mixing native Windows DLLs

2004-05-13 Thread Shachar Shemesh
to not be able to link with them any more. Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: Why different use of memory

2004-05-06 Thread Shachar Shemesh
that in the preloader, it can be done in the normal init code. What would such a program do on Win2K Advanced server with 3GB of user memory? Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: Help Porting Application To Linux

2004-05-06 Thread Shachar Shemesh
as others. Tough. -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: Unicows.dll

2004-05-05 Thread Shachar Shemesh
] mailto:[EMAIL PROTECTED] Brian, 1. Please direct support requests to the list. 2. Link the unicows.dll.so to the directory in which the program itself resides. Don't use the MS unicows.dll, it won't work. -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: RFH: winetest testing

2004-04-28 Thread Shachar Shemesh
up only when you press ctrl+alt+del. I hope this helps. Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: RFH: winetest testing

2004-04-28 Thread Shachar Shemesh
. Not entirely relevant, and obviously once your'e in kernel mode, you can do anything. Still, that's where my info comes from. Sorry about the distraction. Just thought you may enjoy the story. Shachar p.s. http://www.rootkit.com, in case anyone is interested. -- Shachar Shemesh Lingnu Open

Re: RFH: winetest testing

2004-04-28 Thread Shachar Shemesh
any interactive services themselves, wouldn't you? Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: Font selection - please review

2004-04-26 Thread Shachar Shemesh
to see my email when you were investigating a Win32 problem? Shachar Dirk Luetjens wrote: Hello Shachar Shemesh, sorry for the lost context. Your mail I replyed to, is available at http://www.winehq.com/hypermail/wine-patches/2002/11/0221.html I know, that the wine project

Re: Fwd: Re:SpecOpS Labs

2004-04-26 Thread Shachar Shemesh
just wait and see. -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: project David?

2004-04-22 Thread Shachar Shemesh
. Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: richedit - anybody trying to do it ?

2004-04-21 Thread Shachar Shemesh
Troy Rollo wrote: On Thu, 22 Apr 2004 06:05, Shachar Shemesh wrote: If you do, could you try and take BiDi into some sort of a thing vaguely resembling an account? If it's not too much work, that is. BiDi is rarely a trivial amount of work. Even Microsoft are consistently unable to get

Precompiled headers?

2004-04-21 Thread Shachar Shemesh
Hi, Is anyone considering putting precompiled headers support into the wine build system? http://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html#Precompiled%20Headers -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: richedit - anybody trying to do it ?

2004-04-21 Thread Shachar Shemesh
the current implementation is really just a wrapper around the edit control. Please jump in. Thanks Steven If you do, could you try and take BiDi into some sort of a thing vaguely resembling an account? If it's not too much work, that is. Shachar -- Shachar Shemesh Lingnu Open Source

Re: Security of WINE and ReactOS: was Documents and settings

2004-04-18 Thread Shachar Shemesh
. Let's not forget that the purpose of Wine is to bring Windows apps into the Unix/Linux world, not to change Unix/Linux itself. Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: WININET: make WCHAR strings const where possible

2004-04-17 Thread Shachar Shemesh
get a compiler warning (tested with gcc version 3.3.3 (Debian 20040321)) but we get a runtime crash, i.e. the string is really const this time. Now try the same prog, only compile it with g++ instead of gcc. Hmm - doesn't seem to have any important effect :-\ -- Shachar Shemesh Lingnu Open

Re: WININET: make WCHAR strings const where possible

2004-04-17 Thread Shachar Shemesh
const pointer, but returning non-const pointer. In effect, it removes the pointer's constantness. Try implementing it yourself, and you will get warnings in both languages. Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: WININET: make WCHAR strings const where possible

2004-04-13 Thread Shachar Shemesh
in that context? The static is even more necessary in that context. Outside of functions, all static does is limit the scope. Inside functions, static prevents the var from taking stack space. Shachar -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: WININET: make WCHAR strings const where possible

2004-04-13 Thread Shachar Shemesh
be changed. const is a pretty late addition to C, and actually got there from C++. -- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/

Re: Virus on wine-patches@winehq.org

2004-04-07 Thread Shachar Shemesh
not install ClamAV on the mail server? I installed it last weekend on mine, and it did wonders! http://www.clamav.net/ http://www.amavis.org/ Shachar -- Shachar Shemesh Lingnu OpenSource Consulting http://www.lingnu.com/

Compiling Wine with BiDi support - instructions

2004-04-06 Thread Shachar Shemesh
dependancy on some ICU files for BiDi to work, as explained above. Instead of reposting the program for testing whether Win32 supports reordering, the link to the file in the list's archive is at http://www.winehq.org/hypermail/wine-devel/2003/08/att-0175/01-biditest.c. Enjoy -- Shachar

Re: Link with ICU in documentation

2004-03-22 Thread Shachar Shemesh
://www.winehq.org/something. Also, see http://www.winehq.org/?issue=171#More%20BiDi%20Work? Shachar -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: [RESENT] TIME_GetBias

2004-03-18 Thread Shachar Shemesh
need the chore of keeping that up to date? Also, how are people going to update their local setup? Shachar -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: cards.dll

2004-03-16 Thread Shachar Shemesh
Joerg Mayer wrote: On Tue, Mar 16, 2004 at 12:09:24AM +0200, Shachar Shemesh wrote: Can someone remind me again why we can't have GPL DLLs in the tree? Doesn't the call through documented interface blah blah blah not derived work argument cause the license for each two DLLs in Wine

Re: In Vino Veritas!

2004-03-12 Thread Shachar Shemesh
Mike Hearn wrote: [1] OK I admit, I wrote this script for myself before I read Alexandres reply. Obviously this is a developer only script, it's not intended to be a part of Wine itself. Or, as it appears, part of wine-devel. Or is there some other reason you did not attach it? -- Shachar

Re: Contribution offer: Localization work

2004-03-08 Thread Shachar Shemesh
, this hole is suddenly applicable to all versions in all languages. They were considering saying something along the lines of This German translation is only applicable to German speaking countries, but I guess that has lots of loopholes too. -- Shachar Shemesh Lingnu Open Systems Consulting http

Re: Contribution offer: Localization work

2004-03-08 Thread Shachar Shemesh
happen to come across them, however, let this list know and we'll instruct you how to handle those. -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: Contribution offer: Localization work

2004-03-07 Thread Shachar Shemesh
, translating UI for the winelib applications will be welcome. -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: ccache gives winebuild errors?

2004-03-06 Thread Shachar Shemesh
-- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: Help needed to get the application work for native linuxeditors

2004-02-27 Thread Shachar Shemesh
, as far as I know. That said, you can search some of the following sites for the docs you want. http://x.org, http://xfree86.org, http://freedesktop.org. Shachar -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: Big hex numbers negative?

2004-02-23 Thread Shachar Shemesh
Considerations. ...now I understand many things :) Thanks bye Fabi I'm not sure I understood your question properly. A signed 2 complement 32 bit var can hold the numbers (-2^31) to (2^31)-1. That's just how the encoding works. Was that your question? Shachar -- Shachar Shemesh

Re: Linking against Wine under Linux

2004-02-18 Thread Shachar Shemesh
leave it to the winelib masters to fill you in on the details of how one goes about doing that. Shachar -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: Windows 2000 source code has been leaked

2004-02-14 Thread Shachar Shemesh
Viktor Nilsson wrote: On 2004-02-13, at 18.02, Shachar Shemesh wrote: [EMAIL PROTECTED] wrote: Use common sense. IANAL The intelectual property law governing this case is the trade secret law. It says that the information is illegal to use if the recipient knows, or should have known

Re: Windows 2000 source code has been leaked

2004-02-14 Thread Shachar Shemesh
. Shachar -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: Windows 2000 source code has been leaked

2004-02-13 Thread Shachar Shemesh
[EMAIL PROTECTED] wrote: Zitat von Jonathan Wilson [EMAIL PROTECTED]: I heard news that windows 2000 source code was leaked and have seen what proports to be a filelist. Dont know if its genuine but for everyones sake I suggest that all people here completly ignore it (same as I will be

Re: WineConf movie

2004-02-10 Thread Shachar Shemesh
crowds in. Shachar p.s. Speaking of memorable moments - One of Dimi, Michael (Stefaniuc), Marcus or Brian had a camera, and we took a picture in front of the Ice palace. Can that someone please step forward and send me the pic? Sh. -- Shachar Shemesh Lingnu Open Systems

Re: Wineboot should process RunOnceEx Entries

2004-02-07 Thread Shachar Shemesh
program to handle that. SetupAPI has some method of triggering it to run, but I have never been able to do that outside of INF processing. I think we currently have it working well enough, and should let leave it at that. Shachar -- Shachar Shemesh Lingnu Open Systems Consulting

Re: Wineboot should process RunOnceEx Entries

2004-02-06 Thread Shachar Shemesh
wineboot. -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Orkut community for wine

2004-02-04 Thread Shachar Shemesh
Hi all, Just so noone else create another community, I have created an Orkut community for Wine. It's located at http://www.orkut.com/Community.aspx?cmm=8767. Sorry about the noise. Shachar -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Telux wine presentation slides (modifiable source)

2004-02-01 Thread Shachar Shemesh
Hi all, I have sent the Telux Wine presentation slides to Jeremy Newman so he can put them on the winehq site. Feel free to use them (and change them) for similar presentations, but please give me some sort of credit for them. Shachar

Re: Wineconf Webcast

2004-01-31 Thread Shachar Shemesh
Uwe Bonnes wrote: Hallo, could it be that the site is overloaded? ping wine.codeweavers.com PING wine.codeweavers.com (198.144.15.226) 56(84) bytes of data. no reaction... Someone ran ifdown on the server which was at colo. The server is back online now, and you can use the

Re: Posix Subsystem for ReactOS - Project 2010

2004-01-28 Thread Shachar Shemesh
Steven Edwards wrote: My plan is to work with the CoLinux team to integrate CoLinux in to Windows and ReactOS as a POSIX subsystem. They are very interested in working with us on this project and have linked to reactos.com on the website. My entire experience with CoLinux has to do with Dan

GPG key party

2004-01-27 Thread Shachar Shemesh
Hi all, I'm going offline in preparations for the flight. As only two people expressed their interest in the party, I'm cancelling the centreally managed party. People are still welcome to do a distributed party. In order to do that, just bring along several copies of your key's fingerprint

Trolling and helping a spammer (was Re: New Open Source License: Single Supplier Open Source License)

2004-01-25 Thread Shachar Shemesh
. Source Code The program must include source code, and must allow distribution in source code as well as compiled form See http://www.opensource.org/docs/definition.php. -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: New Open Source License: Single Supplier Open Source License

2004-01-24 Thread Shachar Shemesh
of the software. Please feel free to contact me on or off list about this announcement. Richard Schilling -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Key signing party at wineconf

2004-01-09 Thread Shachar Shemesh
unrecommended), please note so in your mail. For more info about GPG key signing parties, check out the howto at http://www.cryptnet.net/fdp/crypto/gpg-party.html Shachar -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: Wineconf update, RFC re remote participation

2004-01-07 Thread Shachar Shemesh
Ivan Leo Murray-Smith wrote: One thing I would like to do is to stream audio This would be a regression, the last wineconf had a video stream. Ivan. Do you have the date for the previous wineconf? I can try and find the patch that broke it :-) -- Shachar Shemesh Lingnu Open Systems

Re: Winetest progress bar

2004-01-03 Thread Shachar Shemesh
, or things go wrong. Not handling WM_DESTROY, for example, causes your app to continue running after all of its windows have closed. Shachar -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/

Re: Status ToDo's

2003-12-26 Thread Shachar Shemesh
support of BiDi - Arabic, Hebrew... Shachar -- Shachar Shemesh Open Source integration consulting Home page resume - http://www.shemesh.biz/

Re: Problems with x11drv_main.c version 1.83

2003-12-20 Thread Shachar Shemesh
? Shachar -- Shachar Shemesh Open Source integration consulting Home page resume - http://www.shemesh.biz/

Re: Problems with x11drv_main.c version 1.83

2003-12-20 Thread Shachar Shemesh
are going to complicate your setup further, however, I would recommend you RTFM xauth, as well as the XAUTHORITY environment variable. A simpler but less safe solution is to use xhost. I would recommend against, however. Shachar -- Shachar Shemesh Open Source integration consulting Home

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-14 Thread Shachar Shemesh
also includes a Win16 compiler (MSVC 1.52, IIRC). I have not worked with OpenWatcom, but Watcom 11 had, I think, a better IDE. -- Shachar Shemesh Open Source integration consulting Home page resume - http://www.shemesh.biz/

More deadlocks + backtrace

2003-12-13 Thread Shachar Shemesh
(handle=0x64, timeout=0x32) [sync.c:95] in KERNEL32.DLL) (ebp=419eb668) 8 0x004232fa (SPYXX.EXE..text+0x222fa in SPYXX.EXE) (ebp=40aab4df) 9 0x0168ec81 (SPYXX.EXE..rsrc+0x1221c81 in wine-kthread) (ebp=53e58955) *** Invalid address 0x53e58955 (_end+0x121f453d) I hope this helps someone. -- Shachar

Re: More deadlocks + backtrace

2003-12-13 Thread Shachar Shemesh
' backup methodology). Shachar -- Shachar Shemesh Open Source integration consulting Home page resume - http://www.shemesh.biz/

Re: I made a wish, wrote a letter to Santa...

2003-12-09 Thread Shachar Shemesh
and delivers, it maybe merged into the main WINE tree, otherwise if it fails -- Shachar Shemesh Open Source integration consulting Home page resume - http://www.shemesh.biz/

Deadlock?

2003-12-09 Thread Shachar Shemesh
section 0x4020fc60 loader.c: loader_section wait timed out in thread 0009, blocked by 000c, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7c38b208 ? wait timed out in thread 000c, blocked by 0009, retrying (60 sec) -- Shachar Shemesh Open Source integration consulting Home

Re: Deadlock?

2003-12-09 Thread Shachar Shemesh
Mike Hearn wrote: On Tue, 2003-12-09 at 13:51, Shachar Shemesh wrote: When trying to run Microsoft Digital Image Pro, I occasionally get problems when loading it. The splash screen comes up, and then it hangs. This problem only happens occasionally. I have not, to date, managed to reproduce

Re: Winewrap change

2003-12-09 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: Slight change to winewrap Changelog Shachar Shemesh [EMAIL PROTECTED] tools/winewrapper * Add tools into path for wine Hmmm, which program do you need from tools at run time? Did I put my foot in my mouth again

Re: regedit: consistent formatting

2003-12-08 Thread Shachar Shemesh
. And that was a non-controversial change (well, Dimi objected, IIRC. Like I said). Shachar -- Shachar Shemesh Open Source integration consulting Home page resume - http://www.shemesh.biz/ The opinions expressed in this mail are my own, and do not necessarily represent the opinions of my employer

Re: regedit: consistent formatting

2003-12-08 Thread Shachar Shemesh
Geoff Thorpe wrote: On December 8, 2003 03:58 pm, Shachar Shemesh wrote: Lionel Ulmer wrote: 2) or even better, write a re-tabulator which produce source code following THE RULES (tool that would be applied to all source code on each commit). So it's certainly possible to have it working

Re: FontDlg sample text

2003-12-01 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: Please explain: 1. What kind of a resource should I use, in your opinion? String resources. 2. How should I select which resource to load, given a specific locale? Font charsets doesn't depend on the current

Re: FontDlg sample text

2003-11-30 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: * Add sample text characters for Symbol, Japanese, Greek, Turkish, Arabic, Baltic, Vietnamese, Russian, East European and Thai codepages. Why to not add them into resources? That would simplify locale handling a lot

Re: FontDlg sample text

2003-11-30 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: Likewise, the Japanese sample text only has Aa (and not AaBb) of Romanji (latin characters). For similar reasons, I left AaBb in place (why remove it?). The question should be why do we go to the trouble of having parts

Re: FontDlg sample text

2003-11-30 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: The main reason is that they are loaded based on encoding, rather than language. This has several implications that caused me not to go that route: 1. The mapping between encoding and charcter encoding is not a straightforward

<    1   2   3   4   >