Re: FontDlg sample text

2003-11-30 Thread Shachar Shemesh
Shachar Shemesh wrote: I can't believe it. I did it again. Please explain: 1. What kind of a resource should I use, in your opinion? 2. How should I select which resource to load, given a specific locale? Make that: How should I select which resource to load, given a specific charset? 3. What

Dropped wildcards patch

2003-11-29 Thread Shachar Shemesh
Hi Alexandre, Just wondering whether there was a reason that the patch at http://www.winehq.org/hypermail/wine-patches/2003/11/0339.html was not commited. My understanding of the ensuing debate was that it was acceptable. Shachar -- Shachar Shemesh Open Source integration

Re: Dropped wildcards patch

2003-11-29 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: Just wondering whether there was a reason that the patch at http://www.winehq.org/hypermail/wine-patches/2003/11/0339.html was not commited. My understanding of the ensuing debate was that it was acceptable. No, I'm

Re: Nice work - OpenOffice 1.1 under WINE

2003-11-29 Thread Shachar Shemesh
in a good hobby project a Winelib port of this would be nice to see. With a little luck we may be able to have this running for WineConf under ReactOS. Thanks Steven Is this in NT or Win9x mode? If the later, did you have to manually do anything regarding unicows? Shachar -- Shachar

Re: More slides - final draft?

2003-11-28 Thread Shachar Shemesh
to OpenOffice at the point. Max On Fri, 2003-11-28 at 00:45, Shachar Shemesh wrote: This time, I actually installed a spell checker. Believe it or not. http://www.shemesh.biz/wine holds the PDF and the openoffice of the slides. I'm hoping this is the last draft. You know youv'e stayed up for too long

Re: unicows update and PE memory format

2003-11-25 Thread Shachar Shemesh
Steven Edwards wrote: --- Shachar Shemesh [EMAIL PROTECTED] wrote: If anyone can help me shed more light on this, I would be most grateful. I dont know if you've seen this or not. Maybe it will be of some help. http://libunicows.sourceforge.net/ Thanks Steven I guess the same problem

Re: Reject wildcards in directory names

2003-11-25 Thread Shachar Shemesh
as illegal. I am, however, open to suggestions. Shachar -- Shachar Shemesh Open Source integration consulting Home page resume - http://www.shemesh.biz/ Index: files/dos_fs.c === RCS file: /home/sun/sources/cvs/wine/files

Re: Small fontdlg fix.

2003-11-25 Thread Shachar Shemesh
that was fed in), you get AaBbYyZz, instead of AaBb, like it is on Windows 2000, and like it makes sense (we want to spare some space). Shachar -- Shachar Shemesh Open Source integration consulting Home page resume - http://www.shemesh.biz/ inline: fontdlg.png

Re: Reject wildcards in directory names

2003-11-25 Thread Shachar Shemesh
we'll need to export real functions from unicows.dll. I already have a plan for doing that. Unfortunetly, it's not a nice one. Basically, it means changing unicows.spec.c after it's generated. I'll try to create the makefile so that this will still support dynamic changes. -- Shachar Shemesh

Re: Reject wildcards in directory names

2003-11-25 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: I'll send a patch, then. Note that this needs a general solution. Please don't just add a special case in GetFileAttributes. My existing patch is in DOSFS_GetFullName, which is called by GetFileAttributes. Another

Re: Reject wildcards in directory names

2003-11-25 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: My existing patch is in DOSFS_GetFullName, which is called by GetFileAttributes. Another thing, however, is that I'm begining to doubt whether it is indeed used for what you said it is. It seems that calling

unicows update and PE memory format

2003-11-24 Thread Shachar Shemesh
. Is there a plausable assumption about PE memory layout? Is this something that Win32 properly defines? Do we have such a format for winelib dlls? Shachar -- Shachar Shemesh Open Source integration consulting Home page resume - http://www.shemesh.biz/

Re: unicows update and PE memory format

2003-11-24 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: It seems that I won't be able to use the forwarding inside the spec file. I'm not sure exactly why that is, but I think the unicows.lib link time library tries to load stuff by doing GetModuleHandle, and then fetching

Re: Japanese default GuiFont

2003-11-23 Thread Shachar Shemesh
Shachar Shemesh wrote: Hi, Are you the same guy who does maintains the ODBC driver for Postgresql? Shachar Hiroshi Inoue wrote: Oops - that was meant as a private message. Shachar -- Shachar Shemesh Open Source integration consulting Home page resume - http

Re: wn20031121_197.xml

2003-11-21 Thread Shachar Shemesh
Wouldn't you say that it's time to give Vincent commit access to the web site? Brian Vincent wrote: wn20031121_197.xml -brian ?xml version=1.0 ? kc titleWine Traffic/title

Re: wn20031121_197.xml

2003-11-21 Thread Shachar Shemesh
Vincent Bron wrote: Le ven 21/11/2003 14:44, Shachar Shemesh a crit : Wouldn't you say that it's time to give Vincent commit access to the web site? That'd be Brian, not me. Vincent Luckily, it has recently rained, and so there is plenty of mud for my face. Sorry about

Re: dutch keyboard support

2003-11-18 Thread Shachar Shemesh
not seen it go in. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Where has Freetype config gone?

2003-11-18 Thread Shachar Shemesh
/freetype/freetype.h:24:2: #error #include FT_FREETYPE_H This message repeats several times (for several tests). My system is a Debian Sid, and I have freetype2-dev installed properly. -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Delay setting breakpoints

2003-11-18 Thread Shachar Shemesh
point me again to the doc describing running winedbg as a gdb backend? Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: asm help

2003-11-11 Thread Shachar Shemesh
); } } The jmp is an optimization step, where the new function is called with the same parameters as the old one. I do agree with you about not using direct ASM-C conversions like this. -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Wine lecture

2003-11-10 Thread Shachar Shemesh
is required, and no fee. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Add preliminary support for keyboard layout APIs

2003-11-09 Thread Shachar Shemesh
keyboard languages by the X11 driver. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Add preliminary support for keyboard layout APIs

2003-11-09 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: The idea I had, for which I cannot state whether it's feasible or not, is to get the mapping from XKB, and prepare a list (group 0 - US, group 1 - IL, group 2 - RU). Then, whenever we get a next group or prev group, just send

More DLL spec forwarding issues

2003-11-07 Thread Shachar Shemesh
(function redefined). Please, can anyone help? Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Help with forwarding .spec and DLL overrides for a new DLL

2003-11-07 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: I'm having trouble with my unicows.dll implementation. I can trace this problem down to forwarding entries not working, but I can't understand why. Why do you need to add unicows.dll to Wine? That dll is not supposed

Re: GetCharacterPlacementW() fix

2003-11-06 Thread Shachar Shemesh
positions not implemented\n); Make that into + if(lpResults-lpCaretPos dwFlagsGCP_REORDER) FIXME(Caret positions on complex scripts not implemented); if(lpResults-lpClass) FIXME(classes not implemented\n); nSet = (UINT)uCount; -- Shachar Shemesh Open Source integration consultant

Re: copy protection - was: Re: Is it time for playing games on WINE?

2003-11-06 Thread Shachar Shemesh
). Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Help with forwarding .spec and DLL overrides for a new DLL

2003-11-06 Thread Shachar Shemesh
with explicit loading of user32.dll and GetProcAddress, everything works (that's the way it's currently in the diff). This suggests, to me, that the spec file is incorrectly set up. Can anyone please point me to my mistake? Shachar -- Shachar Shemesh Open Source integration consultant

Re: Help with forwarding .spec and DLL overrides for a new DLL

2003-11-06 Thread Shachar Shemesh
One more point. You can download the Windows program used to check this (source+exec) from http://shemesh.biz/wine. Shachar Shemesh wrote: The second had to do with the forwarding call. I generated (using a small perl script) the spec file for the DLL. It forwards all Unicode calls

Re: copy protection - was: Re: Is it time for playing games on WINE?

2003-11-06 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: I don't get it. As far as I understand, so long as the code in the Wine archives does not allow running copied discs, we are not violating the DMCA. If someone else takes Wine code and modifies it, that's where the DMCA

Re: Question: Is secdrv.sys a Protection Mechanisim

2003-11-06 Thread Shachar Shemesh
cannot go in because we are afraid of being sued. *sigh* Like I said, I'm more worried about the cases that are NOT DMCA violations, but people still don't do them for fear of the DMCA (because it sounds like). Shachar -- Shachar Shemesh Open Source integration consultant Home page

Re: French keyboard layout with Euro symbol

2003-10-29 Thread Shachar Shemesh
keyboard. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: French keyboard layout with Euro symbol

2003-10-29 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: The reason I listed it here is because in order for Wine to know what language the current keyboard is, it will also need to know what's the current keyboard. I have thought of two ways for Wine to do that - either it checks

Re: spec files - syntax and generation

2003-10-28 Thread Shachar Shemesh
-- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: FoldStringA (using W version)

2003-10-24 Thread Shachar Shemesh
equal. So I think that documentation is just simply wrong, also MSDN doesn't say anything about this function returning any error indication. Rolf Kalbermatter You can also do SetLastError(ERROR_SUCCESS) first yourself. That's also there in the docs. Shachar -- Shachar Shemesh

Re: Regression patch found - now what?

2003-10-23 Thread Shachar Shemesh
this patch was all about comment on what is going here? Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Regression patch found - now what?

2003-10-23 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: Well, Microsoft's Picture It! 9 on Windows 98 broke. Any idea how I turn this back on for my own copy of Wine? Did you try to set windows version to nt40 or win2k? Didn't work. I think I need to install specifically

Re: MDI windows, MDIClient and mdiclient

2003-10-21 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: In case anyone is interested - http://shemesh.biz/winetrace.bz2 Again unicows.dll (Microsoft Layer for Unicode) plays bad games with Wine. Could you regenerate the log with additional +snoop? Same location. What

Re: MDI windows, MDIClient and mdiclient

2003-10-21 Thread Shachar Shemesh
Shachar Shemesh wrote: Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: In case anyone is interested - http://shemesh.biz/winetrace.bz2 Again unicows.dll (Microsoft Layer for Unicode) plays bad games with Wine. Could you regenerate the log with additional +snoop? Same

Re: MDI windows, MDIClient and mdiclient

2003-10-20 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: I am trying to make an application work under wine. The app is probably an MFC app, that defenitely uses MDI. The problem boils down to this - it tries to create an MDI window by doing SendMessageA to a message of type

Re: MDI windows, MDIClient and mdiclient

2003-10-20 Thread Shachar Shemesh
of OutputDebugString. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: MDI windows, MDIClient and mdiclient

2003-10-20 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: When you send things via the SendMessageA, I would assume they need to be ANSI. As such, the obvious reasons are that it appears, to my understanding of things, that this SHOULD fail. No, it shouldn't. The conversion

Re: MDI windows, MDIClient and mdiclient

2003-10-20 Thread Shachar Shemesh
Dmitry Timoshkov wrote: Shachar Shemesh [EMAIL PROTECTED] wrote: When you send things via the SendMessageA, I would assume they need to be ANSI. As such, the obvious reasons are that it appears, to my understanding of things, that this SHOULD fail. No, it shouldn't. The conversion

MDI windows, MDIClient and mdiclient

2003-10-19 Thread Shachar Shemesh
, Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: MDI windows, MDIClient and mdiclient

2003-10-19 Thread Shachar Shemesh
Shachar Shemesh wrote: Hi all, I am trying to make an application work under wine. The app is probably an MFC app, that defenitely uses MDI. The problem boils down to this - it tries to create an MDI window by doing SendMessageA to a message of type WM_MDICREATE. Here's the catch - the class

Re: attaching or inlining? what to do when you're stuck with a stupid mail client???

2003-10-09 Thread Shachar Shemesh
that they do not line wrap, ever? Maybe we should put the use .txt extension into the FAQ. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: attaching or inlining? what to do when you're stuck with a stupid mail client???

2003-10-09 Thread Shachar Shemesh
to give it some time, but only if the people in power say that they are going to implement it. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: attaching or inlining? what to do when you're stuck with a stupid mail client???[A

2003-10-09 Thread Shachar Shemesh
Dimitrie O. Paun wrote: On Thu, 9 Oct 2003, Shachar Shemesh wrote: I think I can do that. What I suggest: Attachments must be either .diff or .patch. If you want, they can be bz2 or gz compressed. Mime type is disregarded. Also, the mail must be non-HTML (or, at least, must have a text only

Re: Wineconf 2004, otherwise known as...

2003-10-04 Thread Shachar Shemesh
attended the previous wineconf tell us how many people participated then? How many days of conference can we make it? Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

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

2003-10-03 Thread Shachar Shemesh
workarounds for this issue. I have a lawer I can consult about this matter, but let's rule out the Unicode 2.0 theory first. I have access to the Unicode 2.0 (printed) book, if that's any help to anyone. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http

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

Program won't run in debugger

2003-10-02 Thread Shachar Shemesh
experience with valgrind? Is there any need for me to submit my waitpid implementation? Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

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

2003-10-02 Thread Shachar Shemesh
larger than 0-0x? What about agregates? CJK etc? Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Wineconf 2004, otherwise known as...

2003-09-29 Thread Shachar Shemesh
. Anyone interested in hearing a lecture about BiDi - in wine and outside? Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Wine programs for windows released on sourceforge

2003-09-28 Thread Shachar Shemesh
= 0; font.lCustData = 0; font.lpfnHook= 0; -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Misc bugs found by using valgrind

2003-09-21 Thread Shachar Shemesh
integer overflow on these allocations? Shouldn't we, perhaps, use some wrapper that checks that cbFilter*sizeof(WCHAR) is not greater than MAXINT? Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Wine lecture slides

2003-09-20 Thread Shachar Shemesh
any comments, please send them over for inclusion for next time. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Wine lecture slides

2003-09-20 Thread Shachar Shemesh
Marcelo Duarte wrote: - Original Message - From: Mike Hearn [EMAIL PROTECTED] To: Shachar Shemesh [EMAIL PROTECTED] * I say Wine is an emulator. I don't know how to read the official definition, it could go both ways, but I've found the whole Wine Is Not an Emulator thing just

Re: Patch to fix build without optimization

2003-09-18 Thread Shachar Shemesh
is what other code linked with wine does. -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Bug in the heap management code?

2003-09-18 Thread Shachar Shemesh
in it. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Ventril Howto coming

2003-09-15 Thread Shachar Shemesh
. Best wishes Kristoffer Is this the program available from http://www.ventrilo.com/? Doesn't it have a native Linux version at http://www.ventrilo.com/download.php? Don't get me wrong - the more, the merrier. Shachar -- Shachar Shemesh Open Source integration consultant Home page

Re: FAQ: Update the ports section

2003-09-10 Thread Shachar Shemesh
Tom wrote: Shachar Shemesh wrote: Tom wrote: David Laight wrote: On Wed, Sep 10, 2003 at 03:46:10AM -0400, Tom wrote: Arjen Verweij wrote: list are? not list is? *boggle

Wine repeated unhandled exptions

2003-09-10 Thread Shachar Shemesh
even for the regedit that is supposed to install my default registry via tools/wineinstall Any ideas? Anyone? -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Wine repeated unhandled exptions

2003-09-10 Thread Shachar Shemesh
. But I may very well be wrong. Rein. -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Segmentation fault after new wine update and install

2003-09-10 Thread Shachar Shemesh
the dlopen, then. Vincent Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: Wine repeated unhandled exptions

2003-09-10 Thread Shachar Shemesh
. Must belong to Stable... Then I did | dpkg -i libc6-dev_2.3.2-5_i386.deb libc6_2.3.2-5_i386.deb locales_2.3.2-5_all.deb Rein. Thanks. It got my wine back to life too. Shachar -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: FAQ: Update the ports section

2003-09-10 Thread Shachar Shemesh
to. And not to piss off the brits as I have the israelis Your English is far superior to what we would ever except as being english As we sound more like the Welsh I think we can get rid of the American vs. English jokes right now. Too cliche. Tom Shachar -- Shachar Shemesh

Re: Segmentation fault after new wine update and install

2003-09-10 Thread Shachar Shemesh
Vincent Béron wrote: Le mer 10/09/2003 à 11:51, Shachar Shemesh a écrit : That's exactly the problem I'm having with compiling Wine without optimizations. the wine binary tries to link with ntdll. ntdll needs InterlockedCompareExchange from kernel32. In my case, this translates

Re: Wine repeated unhandled exptions

2003-09-10 Thread Shachar Shemesh
Marcus Meissner wrote: On Wed, Sep 10, 2003 at 08:44:57PM +0300, Shachar Shemesh wrote: Rein Klazes wrote: If they are not still on your system (/var/cache/apt/archives/) Luckily - it was, indeed, there. Thanks. you can download them from a local Debian mirror in pool/main

Re: FAQ: Update the ports section

2003-09-10 Thread Shachar Shemesh
Tom wrote: Shachar Shemesh wrote: Tom wrote: David Laight wrote: On Wed, Sep 10, 2003 at 03:46:10AM -0400, Tom wrote: Arjen Verweij wrote: list are? not list

Re: FAQ: Update the ports section

2003-09-10 Thread Shachar Shemesh
is slang. Am I wrong here? the list is now up to date are all correct. -- Shachar Shemesh Open Source integration consultant Home page resume - http://www.shemesh.biz/

Re: for Red Hat packager

2003-09-09 Thread Shachar Shemesh
Ivan Leo Murray-Smith wrote: The latest Wine RPMs are compiled without BiDi support the Red Hat rpms may be, but I can assure you that your help to get bidi into the mdk rpms wasn't invane. Greedy ol' me, trying to get them all :-) Shachar -- Shachar Shemesh Open Source

Re: for Red Hat packager

2003-09-09 Thread Shachar Shemesh
Keith Matthews wrote: On Tue, 09 Sep 2003 19:09:04 +0300 Shachar Shemesh [EMAIL PROTECTED] wrote: I am the RH package manager for Wine. My RPMS are indeed without BiDi support for now, as I was aiming for them to be rebuildable on any fully-updated (and nothing more) RH box. Of course, I can

Re: More stuff about the headers

2003-09-07 Thread Shachar Shemesh
to be used only when compiling Wine itself ought to be acceptable. thus, this either boils down to defining the IDC_ARROW[AW] in a wine specific header Guess so. The only alternative is to use a cast when using a W function with IDC_ARROW. A+ Shachar -- Shachar Shemesh Open Source integration

<    1   2   3   4