Re: ASCII/Unicode

2000-04-26 Thread Marcus Meissner
On Wed, Apr 26, 2000 at 10:59:20AM +0800, Dmitry Timoshkov wrote: Dimitrie O. Paun [EMAIL PROTECTED] wrote: [...] I think we should be a lot more agnostic about the string encoding. What I mean is that we should have only one function that works with all encodings, which takes as the first

Native MPR.DLL and thunking

2000-04-26 Thread Uwe Bonnes
Hallo, trying to run applications with native mpr.dll, an error regarding thunking is reported: hertz:~ wine -dll mpr=n /dosc/win95/system/mprexe.exe FIXME:pthread_atfork Could not stat /home/bon/ikda/vol2, ignoring drive Y: Could not stat /home/bon/ikda/sys, ignoring drive Z:

Re: Native MPR.DLL and thunking

2000-04-26 Thread Marcus Meissner
On Wed, Apr 26, 2000 at 10:15:17AM +0200, Uwe Bonnes wrote: Hallo, trying to run applications with native mpr.dll, an error regarding thunking is reported: hertz:~ wine -dll mpr=n /dosc/win95/system/mprexe.exe FIXME:pthread_atfork Could not stat /home/bon/ikda/vol2, ignoring drive Y:

Re: ASCII/Unicode

2000-04-26 Thread Dimitrie O. Paun
Along with transition to internal unicode implementation, I think it should be possible to separate 16-bit parts from 32-bit ones. I would also love for this to happen because, IMO, it clutters the code. But my opinion is biased, since I don't care much about the 16bit part -- I would like to

exception handling

2000-04-26 Thread michael cardenas
We're getting a ton of different exception c005 's during the wine initialization, as you can see from our discussion forums about canvas for linux: http://boating.deneba.com/cgi-bin/forumdisplay.cgi?action=topicsforum=Canvas+7+ for+Linux+Editionnumber=3 Is there a way to

CVS

2000-04-26 Thread Gilroy Billard
Is CVS down today? I can't seem to login... Gilroy Billard mailto:[EMAIL PROTECTED] Software Developer Trakonic, inc. Free Demo at:

RE: ASCII/Unicode

2000-04-26 Thread Patrik Stridvall
We have the following situation: we receive strings as arguments; their encoding is not explicit with every string, but rather is implicit by the entry point. Please note that there are some cases in which the encoding is determined by the user specified OS version. I'm not saying that

Re: Rich Edit Control - Important Patch!

2000-04-26 Thread Marcus Meissner
On Wed, Apr 26, 2000 at 02:27:13PM -0400, Jean-Claude Batista wrote: Hi, I forgot to change the configure.in to include a dls/riched32/Makefile entry. This would break wine's build if an autoconf was done. I recommend doing an autoconf, ./configure make depend after using this patch.

Re: ASCII/Unicode

2000-04-26 Thread Dimitrie O. Paun
From: "Patrik Stridvall" [EMAIL PROTECTED] Please note that there are some cases in which the encoding is determined by the user specified OS version. Yeah, these are trivial to deal with, once we can mark the encoding. Now, we can do two things: 1. [eager] conver at the entry point

Re: pthread again

2000-04-26 Thread Lionel Ulmer
OK, does this work, then? Log: Override fork(). Well, this gives me this : gcc -o wine miscemu/miscemu.o -L./dlls -L. -lwine -lncurses -lm -lutil -ldl ./libwine.so: undefined reference to `LIBC_SIGACTION' collect2: ld returned 1 exit status make: *** [wine] Error 1 By replacing

Re: pthread again

2000-04-26 Thread Ove Kaaven
On Thu, 27 Apr 2000, Lionel Ulmer wrote: gcc -o wine miscemu/miscemu.o -L./dlls -L. -lwine -lncurses -lm -lutil -ldl ./libwine.so: undefined reference to `LIBC_SIGACTION' collect2: ld returned 1 exit status make: *** [wine] Error 1 Hmph, I did compile it to make sure nothing like that

Re: pb with redhat 6.2 ???

2000-04-26 Thread Ove Kaaven
On Wed, 26 Apr 2000, Philippe Moutarlier wrote: Since I updated to rh 6.2 I cannot run wine at all get this message : err:seh:EXC_DefaultHandling Unhandled exception c005 flags 0 addr 0x409ee625 Since you're posting on the developer's mailing list, I take it you're a C programmer

Re: Support MARK SPACE parity

2000-04-26 Thread Alexandre Julliard
Rein Klazes [EMAIL PROTECTED] writes: This implements mark and space parity generation in serial communications. For Linux, I use the termios bit CMSPAR, unfortunately this bit is only defined in asm/termbits.h which I can't include as it clashes with termios.h. I hope my proposed autoconf