Re: Wine Hides On-board RAM

2002-08-26 Thread Mathew McBride
Happens to Me too, it appears Micro$oft has been shoving down function calls since 1995 to make sure you have the right ram. I have 320Mb, set to imitate winme, but my M$ apps say I still don't have enough Andreas Mohr wrote: On Sun, Aug 25, 2002 at 08:17:09AM -0400, Ian D. Stewart wrote:

Problems compiling wine with Intel Compiler

2002-08-26 Thread mkyprianou
I'm getting compiler errors when I try to compile wine with the Intel C++ 6.0 Compiler. This works fine with the g++ compiler. $ icc -c tstwine.cpp -I/usr/include/wine tstwine.cpp /usr/include/wine/basetsd.h(27): error: invalid combination of type specifiers typedef char __int8;

Need to know some macro values

2002-08-26 Thread Andriy Palamarchuk
I'm going to add some define's to our headers, but can't find their values online. Can somebody who has Microsoft headers compile and run the test application and send me the output? Thanks, Andriy __ Do You Yahoo!? Yahoo! Finance - Get real-time

RE: Problems compiling wine with Intel Compiler

2002-08-26 Thread Patrik Stridvall
I'm getting compiler errors when I try to compile wine with the Intel C++ 6.0 Compiler. This works fine with the g++ compiler. $ icc -c tstwine.cpp -I/usr/include/wine tstwine.cpp /usr/include/wine/basetsd.h(27): error: invalid combination of type specifiers typedef char

Re: Problems compiling wine with Intel Compiler

2002-08-26 Thread Joerg Mayer
On Mon, Aug 26, 2002 at 05:40:01PM +0200, Patrik Stridvall wrote: The Intel compiler like the Microsoft compiler probably already supports __int{8,16,32,64}. This will have to be changed to #if !defined(_MSC_VER) !defined(XXX) Or maybe a HAVE_xxx configure check? Ciao Jörg --

Wine Ma os X port

2002-08-26 Thread David Suarez
Im kinda new to Wine, and I hope to get into very much, however I had one question which im sure everyone has heard alot of. Is there any way to run WINE on mac OS X being that it is based on FreeBSD. I have played around with the mac's and have gotten several linux programs to run, however i

RE: Problems compiling wine with Intel Compiler

2002-08-26 Thread Patrik Stridvall
On Mon, Aug 26, 2002 at 05:40:01PM +0200, Patrik Stridvall wrote: The Intel compiler like the Microsoft compiler probably already supports __int{8,16,32,64}. This will have to be changed to #if !defined(_MSC_VER) !defined(XXX) Or maybe a HAVE_xxx configure check? In general

Re: Wine Ma os X port

2002-08-26 Thread Andriy Palamarchuk
--- David Suarez [EMAIL PROTECTED] wrote: Im kinda new to Wine, and I hope to get into very much, however I had one question which im sure everyone has heard alot of. Is there any way to run WINE on mac OS X being that it is based on FreeBSD. I have played around with the mac's and have

Re: Wine Ma os X port

2002-08-26 Thread Igor Izyumin
On Monday 26 August 2002 11:45 am, David Suarez wrote: Im kinda new to Wine, and I hope to get into very much, however I had one question which im sure everyone has heard alot of. Is there any way to run WINE on mac OS X being that it is based on FreeBSD. I have played around with the mac's

Re: Add BiDi infrastructure

2002-08-26 Thread Shachar Shemesh
Alexandre Julliard wrote: What I'm saying is that it's not a good idea to start using fribidi, create dependencies and problems for packagers, etc. if we know that it's a wrong design and that we will need to replace it. Ok, accepted. Not only by me, but also by Bidi's maintainers. I'm

How do I grab the screen contents referred to by an hDC?

2002-08-26 Thread Bill Medland
Can anyone tell me how I can do this; I am trying to debug a problem with user32.dll under the native NT comctl32.? When drawing a ListView --debugmsg +relay shows three consecutive calls; SetRect (rect...) FillRect (0b04,rect,0082 (/* I reckon that is GetStockObject(BLACK_BRUSH)*/)

Re: --dll buggy behaviour ?

2002-08-26 Thread Eric Pouech
Raul Dias a écrit : Oi, Why not? I was thinking that this would be a good way to add specific apps overrides to the global registry (thru regapi). because this part of the registry (the HKLM\\Wine\\Wine\\Config) is never actually saved back at wine exit it's filled, at Wine startup,

Re: --dll buggy behaviour ?

2002-08-26 Thread Sylvain Petreolle
works, thanks. (tested with Desktop property to have a seeable result ;)) wcmd.exe should work. in fact, this should be inserted in the wine config file which will populate dynamically the registry (writting directly to the registry files won't work. for example, add this to ~/.wine/config

OT: wcmd and Desktop (was --dll buggy behaviour ?)

2002-08-26 Thread Sylvain Petreolle
I have a problem with wcmd. I set Desktop to 640x480 for wcmd in .wine/config. wcmd should display its window in the desktop, for now it doesn't. Steps to reproduce it: set global Desktop to N in x11drv section. add a Appdefaults entry for wcmd.exe and set Desktop = N in x11drv section. launch

Re: Wine Ma os X port

2002-08-26 Thread Lionel Ulmer
b) Wine includes an x86 emulator and gets nearly re-written. Well, the 'nearly gets re-written' is maybe a little bit exagerated Winelib already works on PPC (or at least Marcus is trying to get it to work). That is already a first step :-) After, there are a lot of tricky stuff to do, but

Re: Wine Ma os X port

2002-08-26 Thread Marcus Meissner
On Mon, Aug 26, 2002 at 09:27:56PM +0200, Lionel Ulmer wrote: b) Wine includes an x86 emulator and gets nearly re-written. Well, the 'nearly gets re-written' is maybe a little bit exagerated Winelib already works on PPC (or at least Marcus is trying to get it to work). That is already

Re: OT: wcmd and Desktop (was --dll buggy behaviour ?)

2002-08-26 Thread Eric Pouech
Sylvain Petreolle a écrit : I have a problem with wcmd. I set Desktop to 640x480 for wcmd in .wine/config. wcmd should display its window in the desktop, for now it doesn't. Steps to reproduce it: set global Desktop to N in x11drv section. add a Appdefaults entry for wcmd.exe and set

Re: Problems compiling wine with Intel Compiler

2002-08-26 Thread Marcus Meissner
On Mon, Aug 26, 2002 at 07:31:56AM -0700, [EMAIL PROTECTED] wrote: I'm getting compiler errors when I try to compile wine with the Intel C++ 6.0 Compiler. This works fine with the g++ compiler. ... It looks like the wine headers need a level of the gcc version for the compiler, but since I'm

Re: OT: wcmd and Desktop (was --dll buggy behaviour ?)

2002-08-26 Thread Eric Pouech
Eric Pouech a écrit : Sylvain Petreolle a écrit : I have a problem with wcmd. I set Desktop to 640x480 for wcmd in .wine/config. wcmd should display its window in the desktop, for now it doesn't. Steps to reproduce it: set global Desktop to N in x11drv section. add a

Re: Question about unix path request in 2 of the wine dlls

2002-08-26 Thread Steven Edwards
in urlmon umon.c calls cabextract for by requesting the unix path via wine_get_unix_file_name and in shell32 shelllink.c get_unix_file_name is used in a few locations. Does anyone have a suggestion on a clean simple way to handle both of these on non-nix platforms? Can this be moved

Re: Wine Hides On-board RAM

2002-08-26 Thread Andreas Mohr
On Mon, Aug 26, 2002 at 08:18:54PM +1000, Mathew McBride wrote: Happens to Me too, it appears Micro$oft has been shoving down function calls since 1995 to make sure you have the right ram. I have 320Mb, set to imitate winme, but my M$ apps say I still don't have enough Are you sure you're

Wine Status

2002-08-26 Thread tom
Hello , The Wine Status page located here : http://www.winehq.com/about/index.php?status Has gone for about one year now with out updates and I have volunteer'd to work on bringing this page up to date. I am new to the Wine Project and I am in need of some assistance to make sure all changes are

I'm baaak

2002-08-26 Thread Dustin Navea
im back! __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com

Re: Wine Hides On-board RAM

2002-08-26 Thread Ian D. Stewart
On 2002.08.25 07:38 Andreas Mohr wrote: On Sun, Aug 25, 2002 at 08:17:09AM -0400, Ian D. Stewart wrote: On 2002.08.18 12:21 Andreas Mohr wrote: On Sun, Aug 18, 2002 at 11:32:54AM -0400, Ian D. Stewart wrote: After running Wine for awhile, /proc/meminfo reports MemTotal as 32680