Web links to Code morphing/Code scanning and perhaps CPU emulation technique

2000-11-25 Thread Uwe Bonnes
Hallo, http://www.hpl.hp.com/cambridge/projects/Dynamo/index.htm talks about some project, probably being the basic of Transmeta's code morphing technology. There is some talk in the dosemu-devel list about using those ideas in their cpu emulation. Perhaps at some point interesting to Wine

Re: DLL functions returning structs

2000-11-25 Thread Alexandre Julliard
Jon [EMAIL PROTECTED] writes: I personally dont like the idea of requiring Winelib apps being forced to use freg-struct-return just to use a win-compatable crtdll. So when mscrtdll is done and the headers are created, this function should be defined as an inline as per Mikes mail. I agree

Re: Yet some more config.h

2000-11-25 Thread Dimitrie O. Paun
On Sat, 25 Nov 2000, Jon wrote: On Saturday 25 November 2000 4:17 am, Dimitrie O. Paun wrote: A lot more files do include them (more exactly 110), but they need not do it. Should we remove the #include "config.h" in those cases? I dont think so, since config.h may include things of

RE: Yet some more config.h

2000-11-25 Thread Patrik Stridvall
On Sat, 25 Nov 2000, Jon wrote: On Saturday 25 November 2000 4:17 am, Dimitrie O. Paun wrote: A lot more files do include them (more exactly 110), but they need not do it. Should we remove the #include "config.h" in those cases? I dont think so, since config.h may include

RE: Yet some more config.h

2000-11-25 Thread Patrik Stridvall
On Sat, 25 Nov 2000, Patrik Stridvall wrote: It already does that or rather it only complains if a conditional like HAVE_SYS_TIME_H is used in a preprocessor statement. Are you REALLY sure you want to have a config.h in EVERY *.[ch] file? Well, I initially proposed that we have

Recent dlls/crtdll changes broke (most?) non-glibc platforms

2000-11-25 Thread Gerald Pfeifer
[ PATCH at the end which I added just before hitting Send... ] I'm afraid these recent changes to Wine have broken Wine on FreeBSD 4.x platforms, probably also Solaris: revision 1.27 date: 2000/11/25 21:39:03; author: julliard Jon Griffiths [EMAIL PROTECTED] - Fix ctype(), make is*

Re: Recent dlls/crtdll changes broke (most?) non-glibc platforms

2000-11-25 Thread Jon
On Sunday 26 November 2000 2:30 am, you wrote: I'm afraid these recent changes to Wine have broken Wine on FreeBSD 4.x platforms, probably also Solaris: Oops. I'll try to find the BSD/Solaris equivalents and add a configure check for these calls. Sorry! Cheers, Jon -- "May their negative

Re: Windows terminology help - dialog control class blah

2000-11-25 Thread gerard patel
At 01:41 PM 11/25/00 EST, you wrote: snip Control::001 - ID:042A, Class:"PicEdit" Text:"(999) 999-" snip Somewhere in Wine must be some code to handle something similar, with maybe a missing FIXME. If I can find it, maybe I can add some code to handle PicEdit. Can somebody tell me what