Re: Problem with latest CVS

2003-02-18 Thread Uwe Bonnes
Uwe == Uwe Bonnes [EMAIL PROTECTED] writes: Uwe Hallo, Uwe with latest CVS Xilinx Webpack hangs when starting: Uwe fixme:ole:CoRegisterMessageFilter stub Uwe err:ntdll:RtlpWaitForCriticalSection section 0x400e99b8 virtual.c: Uwe csVirtual wait timed out, retrying (60 sec)

Prob compiling cvs 20030218

2003-02-18 Thread Fabian Cenedese
Hi I just updated to the cvs version of wine and can't compile anymore. Configure and make depend went fine but make fails with errors in dsound.h: Lines 326-332, 360-367 and many more: stray '\' in program. Looks like it doesn't like the continuing macros here. Then there are followup errors

Re: Prob compiling cvs 20030218

2003-02-18 Thread Fabian Cenedese
I just updated to the cvs version of wine and can't compile anymore. Configure and make depend went fine but make fails with errors in dsound.h: Lines 326-332, 360-367 and many more: stray '\' in program. Looks like it doesn't like the continuing macros here. Then there are followup errors

Re: out of memory on dos programs

2003-02-18 Thread Sylvain Petreolle
dont try to run it a real windows... it tries to set the date incorrectly when run under wcmd.exe. (no Program too big though) perhaps a problem into the exe loader ? --- Eric Noack [EMAIL PROTECTED] a écrit : i get a Program too big error on all programs compiled with the PowerBASIC compiler

Re: out of memory on dos programs

2003-02-18 Thread Eric Noack
i reported the thing as bug 1286 additional info there - maybe Eric

Re: Problem with recent builds under RH8.0

2003-02-18 Thread Lionel Ulmer
As I said, my GL headers come from the CVS pull from the DRI, not from any pre-packaged headers. Well, I think the problem comes from one of your OpenGL headers... Can you do a 'grep GL_VERSION_1_3' in your GL headers (mostly GL.h I think). From what I suspect, you will get something like

Re: patch move guides (each to there own directory)

2003-02-18 Thread Andreas Mohr
On Mon, Feb 17, 2003 at 10:08:59PM -0700, Tony Lambregts wrote: In order to make the documentation easier to maintain and use I want to separate the guides each into its own directory. Basicly just move them from where they are to where we want them. Argl. Somehow I'm afraid I won't like this

Re: patch move guides (each to there own directory)

2003-02-18 Thread Tony Lambregts
Andreas Mohr wrote: On Mon, Feb 17, 2003 at 10:08:59PM -0700, Tony Lambregts wrote: In order to make the documentation easier to maintain and use I want to separate the guides each into its own directory. Basicly just move them from where they are to where we want them. Argl. Somehow I'm

Re: [ros-kernel] Weekend Coder Project: WinMM functions

2003-02-18 Thread Steven Edwards
Well our WinMM is totally wrong but I dont know how much help the WINE winmm will be as there are a LOT of functions it imports that are 9x only. Wines Winmm.dll needs to be rewritten if we are to use it properly. Eric Pouech can you comment? Thanks Steven --- Robert Dickenson [EMAIL

Re: Problem with recent builds under RH8.0

2003-02-18 Thread Marcus Meissner
On Tue, Feb 18, 2003 at 02:13:35PM +0100, Lionel Ulmer wrote: As I said, my GL headers come from the CVS pull from the DRI, not from any pre-packaged headers. Well, I think the problem comes from one of your OpenGL headers... Can you do a 'grep GL_VERSION_1_3' in your GL headers (mostly

Re: Resources and more with Darwin

2003-02-18 Thread Marcus Meissner
First, windres supports any conversions between .rc, .res, .o files, whereas wrc supports only .rc - .res. It would be interesting (from the Winelib point of view) to also support .rc and .res - .o. The other transformations supported by windres (.o - .res - .rc) are not as interesting,

Re: wcmd autoexec.bat?

2003-02-18 Thread davep
On Monday 17 Feb 2003 23:59, J. Grant wrote: Hi, Bodo Wenzel wrote: I think this is a key feature, I would like to use this to set some environment variables, currently I have to run a batch file manually each time I start wcmd. Could this be considered for implementation please?

Re: interesting crash in msvc6.0 setup

2003-02-18 Thread J.Brown (Ender/Amigo)
Anyway, it looks like we're not tremendously close to running msvc6's installer :-( I have no problem running it in win98 emulation, as long as the registry key I've mentioned before it set AND you are running in Desktop mode. I've had the cpu problem only when running in Managed myself. -

Re: [ros-kernel] Weekend Coder Project: WinMM functions

2003-02-18 Thread Eric Pouech
Steven Edwards wrote: Well our WinMM is totally wrong but I dont know how much help the WINE winmm will be as there are a LOT of functions it imports that are 9x only. Wines Winmm.dll needs to be rewritten if we are to use it properly. Eric Pouech can you comment? some time ago I tried to

Re: [ros-kernel] Weekend Coder Project: WinMM functions

2003-02-18 Thread Sylvain Petreolle
could a wineesd.drv be written ? has someone started such a project ? you'll have also for the rest of winmm to implement the wdmaud.drv which isn't implemented in wine because of no use (we use in fact .drv to map to existing audio interfaces: OSS, ALSA, aRts, Jack...) feel free to ask

Re: wcmd autoexec.bat?

2003-02-18 Thread J. Grant
Hi davep, Something like this? yes, this looks great. Could it be reviewed for addition to the CVS version please? Regards JG

Re: A window size/move fix (repost)

2003-02-18 Thread Alexandre Julliard
Duane Clark [EMAIL PROTECTED] writes: Changelog: Before changing window size/pos, handle pending ConfigureNotify events. That's only hiding the problem, and only in some cases. There is no guarantee that the ConfigureNotify has arrived by the time we do the resize, so we need to cope

wcmd in a terminal, is it possible?

2003-02-18 Thread J. Grant
Hi, wcmd is very useful for me. However, I would like to use wcmd in a terminal, other than the extra window in the wine style. Then the copy paste issue I reported in my other email would be avoidable. Is there a way to run wcmd in a terminal? (NT5 cmd.exe can run, but it crashes when running

Re: patch move guides (each to there own directory)

2003-02-18 Thread Tony Lambregts
Andreas Mohr wrote: On Mon, Feb 17, 2003 at 10:08:59PM -0700, Tony Lambregts wrote: In order to make the documentation easier to maintain and use I want to separate the guides each into its own directory. Basicly just move them from where they are to where we want them. Argl. Somehow I'm

Re: A window size/move fix (repost)

2003-02-18 Thread Duane Clark
Alexandre Julliard wrote: Duane Clark [EMAIL PROTECTED] writes: Changelog: Before changing window size/pos, handle pending ConfigureNotify events. That's only hiding the problem, and only in some cases. There is no guarantee that the ConfigureNotify has arrived by the time we do the

Re: A window size/move fix (repost)

2003-02-18 Thread Ove Kaaven
ons, 2003-02-19 kl. 01:29 skrev Duane Clark: Alexandre Julliard wrote: Duane Clark [EMAIL PROTECTED] writes: Changelog: Before changing window size/pos, handle pending ConfigureNotify events. That's only hiding the problem, and only in some cases. There is no guarantee

RegisterHotKey implementation

2003-02-18 Thread Robert Reif
Here is a partial RegisterHotKey and UnRegisterHotKey patch which works for the keys I need but is incomplete for modifier keys. You must run tools/make_X11wrappers before compiling or you will get errors. I don't have the time for a few weeks to finish it or look into what is needed to make it

Menu Items for dialogs working?

2003-02-18 Thread Robert Reif
Do menu items for dialogs work? I have an app running on RH8 and gnome that doesn't display dialog menu items. Is this a known issue? Thanks, Bob.

Request.

2003-02-18 Thread Oleg Lyamtsev
Hi ALL, I'm trying to port some windows program to Linux using Wine. I have C++ source code with Windows DLLs functions calls. The question is: how can I load DLL under Linux and call Windows function? I've tried LoadLibraryA(), PE_LoadLibraryExA() and SERVER_START_REQ( create_file ) without

Music font problem

2003-02-18 Thread Andrew Johnson
I originally posted this to comp.emulators.ms-windows.wine, where it was suggested I send a copy here. Please CC: replies to me as I'm not subscribed to wine-devel. TIA! I have been using a shareware program called Noteworthy Composer for many years on Windows, but am trying to switch to a

Re: Music font problem

2003-02-18 Thread Tony Lambregts
Andrew Johnson wrote: I originally posted this to comp.emulators.ms-windows.wine, where it was suggested I send a copy here. Please CC: replies to me as I'm not subscribed to wine-devel. TIA! I have been using a shareware program called Noteworthy Composer for many years on Windows, but am