Re: Help needed - CreateScalableFontResource

2002-11-27 Thread Shachar Shemesh
I will test the patch tonight. I will just mention that I got permission to give the fonts in question to the subscribers of this list for the purpose of making this app work. It's useful when the person most interested in this app on Linux is the copyright holder's lawer. :-) Anyone who

Re: Coding standards

2002-11-27 Thread Fabian Cenedese
I found a couple that used ~4space indent, and used tabs too (they seemed to expect 1tab = 8, as the code looked neat in a standard text editor). Probably vi with autoindent, tabstop=8 and shiftwidth=4 (my preferred indent). Of course everyone has his own taste and there's nothing wrong

Run .bat files

2002-11-27 Thread Fabian Cenedese
Hi I found out that I can't run batch files directly. It gives me cannot determine executable type. Maybe there is a possibility to start it right away with wcmd or wineconsole. The problem is that it must also work if a running app calls the batch files with CreateThread. Could it be a solution

Re: Run .bat files

2002-11-27 Thread Uwe Bonnes
Fabian == Fabian Cenedese [EMAIL PROTECTED] writes: Fabian Hi I found out that I can't run batch files directly. It gives Fabian me cannot determine executable type. Maybe there is a Fabian possibility to start it right away with wcmd or wineconsole. The Fabian problem is that it

Re: Run .bat files

2002-11-27 Thread Fabian Cenedese
Fabian Hi I found out that I can't run batch files directly. It gives Fabian me cannot determine executable type. I have something in my tree. I will try to send you a patch until tomorrow evening. Would you be willing to test? Of course. I hope it's not too big (or I finally have to

Wine app

2002-11-27 Thread Fabian Cenedese
Hi I came across this page: http://www.unrealized.com/references/ Unfortunately we have no information on running UnrealEd in Linux. Perhaps someone has had success running it under WINE? If so, please let us know about it so we can get more information for others trying to run UnrealEd on

Re: Getting DirectX emulation to work

2002-11-27 Thread Z_God
If you cannot get OpenGL to work, I think DirectX also won't work. DirectX (Direct3D) has to be supported by wrapping all Direct3D calls to OpenGL. Thus you need to have OpenGL working to get Direct3D support. Also this wrapping often slows down the application. Op woensdag 27 november 2002

Re: IKernel fails

2002-11-27 Thread Alberto Massari
The log I get seems to show a COM exception caused by a call made by ITypeInfo_fnInvoke that was unable to cast an argument to the required type (a first time, VT_I4 vs VT_BOOL, the second time VT_DISPATCH vs VT_PTR) I quickly patched the code to perform the conversion, and the installation

Re: Winelib Apps v0.1

2002-11-27 Thread Dimitrie O. Paun
On November 27, 2002 07:24 am, Mark Hannessen wrote: in general i think your site is a very clean and professional one. Thank you! Glad you like them, as I make no claim of being a site designer whatsoever... :) Just trying to keep the pages clean, and simple. i did found one thing a little

tools/wpp, ppdebug

2002-11-27 Thread Tapio Kautto
Hi! I'm trying to compile recent versions of wine with Debian Sid. My compile stops in wpp saying that variable ppdebug is not defined. I added line int ppdebug=1; in wpp.c, and it compiles. Am I missing something, or is this a bug? Thanks, Eleknader

Re: Doc building update, finally

2002-11-27 Thread Dustin Navea
- Original Message - From: Tony Lambregts [EMAIL PROTECTED] To: Dustin Navea [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 11:30 AM Subject: Re: Doc building update, finally Dustin Navea wrote: Vincent, I finally got SGMLtools installed and went to

RE: Coding standards

2002-11-27 Thread Medland, Bill
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Laight Sent: Wednesday, November 27, 2002 1:34 AM Cc: [EMAIL PROTECTED] Subject: Re: Coding standards Probably vi with autoindent, tabstop=8 and shiftwidth=4 (my

Re: final int21 move (2/11)

2002-11-27 Thread Dimitrie O. Paun
On November 27, 2002 12:37 pm, György 'Nog' Jeney wrote: ChangeLog: * dlls/winedos/int21.c * msdos/int21.c * include/msdos.h * files/dos_fs.h * include/file.h Move Find{First|Next}{FCB|} fucntions to winedos. Dude, where's the patch? :) -- Dimi.

Re: Coding standards

2002-11-27 Thread Dimitrie O. Paun
On November 27, 2002 12:45 pm, Medland, Bill wrote: which is what I hate. This is the worst of both worlds. Either use Tabs throughout so that a tab equals an indent and so people can set the tab size to whatever they like or else don't use tabs at all and use explicit spaces. And what's so

RE: Whither SwitchToThread()?

2002-11-27 Thread Martin Wilck
Am Mit, 2002-11-27 um 17.36 schrieb Patrik Stridvall: Hmm. Which reminds me. In theory we could do even better. Since Alexandre has to approve each patch we get a slightly larger turnaround time for obvious fixes like the one this thread is about. So why not have a special CVS tree (or

Re: Whither SwitchToThread()?

2002-11-27 Thread Dimitrie O. Paun
On November 27, 2002 01:07 pm, Martin Wilck wrote: PS even if Sean is happy now, and his boss too, let's keep realistic - we were able to give quick feedback here because the solution was simple. Indeed. But why should anyone expect miracles? In my experience, I always got much better feedback

complie fails on _set_error_mode(_OUT_TO_STDERR)

2002-11-27 Thread Sean Mitchell
Hullo All I think I've found another missing bit. My compile fails on _set_error_mode(_OUT_TO_STDERR) because it seems that none of the modevals are defined in msvcrt/stdlib.h http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/ vcref_set_error_mode.asp I'll just

Re: Help needed - CreateScalableFontResource

2002-11-27 Thread Shachar Shemesh
Huw D M Davies wrote: On Wed, Nov 27, 2002 at 07:08:08PM +0200, Shachar Shemesh wrote: Works great for me. Thanks!! Is there any chance you'll submit the official fix to be included by the time we have to present the software (Monday - Sunday evening if you are in the US, as we are ahead

Re: Missing SignalObjectAndWait

2002-11-27 Thread Francois Gouget
On Wed, 27 Nov 2002, Sean Mitchell wrote: No sign of SignalObjectAndWait() in header files either :-( Sent a patch to wine-patches for this one and the _set_error_mode() constants. With the patch applied your application should compile fine. However note that _set_error_mode() and

RE: Missing SignalObjectAndWait

2002-11-27 Thread Francois Gouget
On Wed, 27 Nov 2002, Sean Mitchell wrote: Sent a patch to wine-patches for this one and the _set_error_mode() constants. With the patch applied your application should compile fine. However note that _set_error_mode() and SignalObjectAndWait() are both stubs currently, which means

RE: Whither SwitchToThread()?

2002-11-27 Thread Sylvain Petreolle
I don't think so. I'm living it all the time in my work. The difference between the web and the society is HIERARCHY. A simple problem on a commercial product (or enterprise) needs : - ~ 100 incident tickets to the incident service (lots of time waste) - an answer to be found. - say 'PROBLEM IS

Re: Coding standards

2002-11-27 Thread Dimitrie O. Paun
On November 27, 2002 04:28 pm, Medland, Bill wrote: You are right; provided everyone sticks to 8-space tabs then it doesn't matter. But if one only uses spaces then it doesn't matter one way or the other. I merely offer this as a suggestion for people to consider. Sorry Bill, It wasn't

What about the MONITORINFOEX fix?

2002-11-27 Thread Dimitrie O. Paun
Alexandre, What happened with this patch by Patrik: http://www.winehq.com/hypermail/wine-patches/2002/11/0241.html I still have an ugly hack in my tree, and I was curious what you have in mind for that? -- Dimi.

Again Warcraft 3 - Wine CVS 20021125

2002-11-27 Thread Leonardo Giordani
Ok, I set up the debugger, but it doesn't work anyway... This is the output: -bash-2.05b$ wine --debugmsg +seh,+opengl War3.exe Could not stat /home/leo/.wine/cdrom (No such file or directory), ignoring drive M: Loading required GL library /usr/X11R6/lib/libGL.so.1.2

Re: Winelib Apps page

2002-11-27 Thread Dimitrie O. Paun
On November 27, 2002 02:17 pm, Jeff Smith wrote: Please find colors that work well and integrate that info into your stylesheet. Good idea, but I don't have time at the moment. A patch would be gracefully appreciated... :) -- Dimi.

Installing Internet Explorer without windows

2002-11-27 Thread Boris
I just tried installing IE 5.5 from setup.exe and it never seems to install properly without windows being installed or modifying files. It would be nice to install Internet Explorer without patching anything. I hope more people work towards that.

Re: Again Warcraft 3 - Wine CVS 20021125

2002-11-27 Thread Sylvain Petreolle
Ok. If your CVS is updated, you should have in wine/winedefault.reg : [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug] # command line to start a debugger when an exception occurs Debugger=winedbg --debugmsg -all %ld %ld the value you have currently in registry shows you

Re: Coding standards

2002-11-27 Thread Dimitrie O. Paun
On November 27, 2002 04:30 pm, Alexandre Julliard wrote: There are two problems with tabs: one is that no matter how much we agree that the tab size is 8, some people do change their editor settings and that messes up the code; Don't get me started! :))) But thinking about it, there is good

Re: Missing SignalObjectAndWait

2002-11-27 Thread Dimitrie O. Paun
On November 27, 2002 03:44 pm, Francois Gouget wrote: Wine and pthreads don't play well together. You are quite likely to get into trouble if you try to use pthreads from a Winelib application. I've heard this several times. Now, without looking into the probelm, can't we integrate (for Winelib

Re: Doc building update, finally

2002-11-27 Thread Vincent Béron
Dustin Navea wrote: Vincent, I finally got SGMLtools installed and went to build the doc. Only problem is that instead of it outputting to files it prints the output on screen. Is there a flag that I may be missing or what? I'm using SGMLTools pre-compiled and built.. Downloaded from

Re: Doc building update, finally

2002-11-27 Thread Vincent Béron
Dustin Navea wrote: Hmm, I remember that someone had a copy of *2html that had -d set up to putput to dvi, what version of *2html was it? Maybe its the fact that it It was in Suse's latest release (8.1). Their wrapper use -s for the dsl file, but translates it to -d before feeding it to jade.

Re: What about the MONITORINFOEX fix?

2002-11-27 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: What happened with this patch by Patrik: Committed on 11/18... -- Alexandre Julliard [EMAIL PROTECTED]

Re: Again Warcraft 3 - Wine CVS 20021125

2002-11-27 Thread Sylvain Petreolle
I say to you it isn't the case. :) Do not hate me, please. After download of CVS snapshot I compiled it from a dir in my home (/home/leo/wine). There is winedefault.reg, but I do not understand if wine reads it or the user.reg and system.reg in my .wine/ dir The emulation of registry is

Re: Missing SignalObjectAndWait

2002-11-27 Thread Francois Gouget
On Wed, 27 Nov 2002, Dimitrie O. Paun wrote: On November 27, 2002 03:44 pm, Francois Gouget wrote: Wine and pthreads don't play well together. You are quite likely to get into trouble if you try to use pthreads from a Winelib application. I've heard this several times. Now, without looking

Re: A few trivial Unicode-Ascii fixes

2002-11-27 Thread Dmitry Timoshkov
Matthew Davison [EMAIL PROTECTED] wrote: changelog: A few Trivial Unicode-Ascii cross-call fixes Actually, since our loader code is not using unicode internally at all and therefore your fixes just add superfluous conversions from ANSI to Unicode and back, I think that real fix would be to

How to debug wineserver

2002-11-27 Thread Rajesh Akkineni
hi, is there any way we can debug the wineserver? thanks Rajesh __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: What about the MONITORINFOEX fix?

2002-11-27 Thread Dimitrie O. Paun
On November 27, 2002 07:15 pm, Alexandre Julliard wrote: Dimitrie O. Paun [EMAIL PROTECTED] writes: What happened with this patch by Patrik: Committed on 11/18... Duh! Thanks! Stupid me: because the patch _added_ stuff instead of modifying the structure definitions, CVS did not pick up any

Re: Missing SignalObjectAndWait

2002-11-27 Thread Dimitrie O. Paun
On November 27, 2002 08:17 pm, Francois Gouget wrote: But is there really an advantage to using pthread rather than the Win32 threading functions when porting a Windows application? After all one should not have to change the code when porting with Winelib... Not for pure Winelib apps of

[RFC] Winelib enhancements

2002-11-27 Thread Dimitrie O. Paun
Folks, You are probably familiar with the Winelib page: http://www.dssd.ca/wine/Winelib-Apps.html where I describe what one needs to do to compile a Win32 application under Winelib. My original motivation for doing the work was to better understand what inconveniences one has to go

Re: COM vtable inconsistencies with g++ (was SIGSEGV in IDirectDrawImpl_EnumDisplayModes)

2002-11-27 Thread Christian Costa
Ove Kaaven wrote: On Sat, 2 Nov 2002, Matthew Bloch wrote: So with the ICOM_MSVTABLE_COMPAT flag set I get the off-by-two calling error from within Winelib when it's trying to invoke a COM function. When it's not set I get the same bug occurring in my program when it tries to do the same.

Re: SIGSEGV in IDirectDrawImpl_EnumDisplayModes (test program)

2002-11-27 Thread Christian Costa
Lionel Ulmer wrote: Well, the problem seems to come from an incompatibility between g++ and the way Wine defines COM objects. From my experiences, the g++ vtable starts at offset 8 whereas Wine defines COM object vtables as starting at offset 0 (ie vtable[0] == first method whereas for g++

SystemTimeToTzSpecificLocalTime()

2002-11-27 Thread Martin Fuchs
Hello, what has happend with my patch for SystemTimeToTzSpecificLocalTime() and TzSpecificLocalTimeToSystemTime()? It has not been commited yet, and I didn't see any comments on it. Are there any problems with it? -- Martin Fuchs [EMAIL PROTECTED]