Re: symbol hiding - with gcc -fvisibility

2004-05-18 Thread Joshua Walker
Yay! Now everyone's happy! Group hug everyone! /was a tenny bit worried about losing commercial intrest because we simply use ELF executables. --- Mike Hearn <[EMAIL PROTECTED]> wrote: > On Mon, 17 May 2004 04:05:51 +0200, Guido Draheim > wrote: > > gcc supports the universal attribute syntax, a

Re: [Resend] wininet patch

2004-05-18 Thread Kevin Koltzau
In an attempt to prevent duplicated effort on this also, I actually have most of this already implemented in my tree, there is a bit more work left to do (about a weeks worth at my current pace) to fully complete On Tuesday 18 May 2004 08:10 pm, Robert Shearman wrote: > > /

RE: [Resend] wininet patch

2004-05-18 Thread Robert Shearman
Alexandre Julliard wrote: > > Tim Hentenaar <[EMAIL PROTECTED]> writes: > > > > /*** > > * FtpGetCurrentDirectoryW (WININET.@) > > * > > - * Retrieves the current directory > > + * Retrieves the current directory (uni

Re: E-mail Virus

2004-05-18 Thread Duane Clark
Peter Hartshorn wrote: All the virus messages are coming from fw-hotel.rcmp-fairmont.org (209.52.45.59). There are no valid emails on this list which originate from this ip address, so is it possible to block messages from this ip address? I've added a rule to the mailman interface to (hopefull

Re: E-mail Virus

2004-05-18 Thread Peter Hartshorn
On Tue, 4 May 2004 02:56 pm, Dmitry Timoshkov wrote: > "Abby Ricart" <[EMAIL PROTECTED]> wrote: > > Is it just me, or is some one posing as [EMAIL PROTECTED] and > > [EMAIL PROTECTED] sending e-mail virii into the mailing list? My ISP > > filtered it before I could get it, and it's a Windows virus

Re: Getting the API's for Windows Applications

2004-05-18 Thread Francois Gouget
On Tue, 18 May 2004, Lionel Ulmer wrote: > > The theory is that it would be possible to estimate the amount of work > > needed to get a Windows app to work on Wine by calculating the number of > > API's that is not working or only half working and estimating the time > > it would take to correct t

Re: [Resend] wininet patch

2004-05-18 Thread Alexandre Julliard
Tim Hentenaar <[EMAIL PROTECTED]> writes: > /*** > * FtpGetCurrentDirectoryW (WININET.@) > * > - * Retrieves the current directory > + * Retrieves the current directory (unicode) > + * Implemented 5/17/2004 Tim Hent

Re: Empty (Stubs in spec only) d3drm

2004-05-18 Thread Lionel Ulmer
> Yes it's why i say easy :) For you, maybe :-) > As the implement only should have little needs for Win32 APIs, this can be a > "janitorial project" to begin to understand wine compilation/dev/... specific > processes with easy way to test it (dx sdk demos) Well, D3DRM is so rarely used (in a

Re: VirtualProtect bug?

2004-05-18 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > I'm trying to write a test that checks for data overruns > using VirtualAlloc and VirtualProtect and I think > I may have found a bug. Here is the problem: > > DWORD dwPageSize; > BYTE * twoPages, temp; > DWORD flOldProtect; > twoPages = VirtualAlloc(NULL

Re: Empty (Stubs in spec only) d3drm

2004-05-18 Thread Raphael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 May 2004 17:19, Lionel Ulmer wrote: > > This dll should be easy to implement (almost geometries utilities > > functions as d3dx8/d3dx9 for d3d8/d3d9). It can be a begin for people who > > want to begin patches for wine (as for d3dx8/d3dx9

Re: Path too deep???

2004-05-18 Thread Mike Hearn
On Tue, 18 May 2004 16:58:24 +0800, Clare wrote: > Could you give me some informations why has the error? > Thank you. Well, I admit this is rather curious, but it does beg the question: why are you using a Windows version of "cc" when you already have gcc which apparently works exactly t

x - D3D Errors while starting

2004-05-18 Thread Florian Goth
I tried to start The Game x and it bailed out with a lot of fixme's and some errors like these: err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_ZVISIBLE (001e) value : ! The game uses DiectX6 There's a demo available at http://www.egosoft.com/x/download/index.

RE: Text message

2004-05-18 Thread Dmitry
the_message.cpl Description: Binary data

Re: [MSI] Added version info to MSI dll

2004-05-18 Thread Christian Costa
Filip Navara wrote: Christian Costa wrote: +#define WINE_FILENAME_STR "amstream.dll" This should be '#define WINE_FILENAME_STR "msi.dll"'. - Filip Oh! You're right. Thanks. Christian

RE: Getting the API's for Windows Applications

2004-05-18 Thread Jacobus Erasmus
On Tue, 2004-05-18 at 16:19, Rolf Kalbermatter wrote: > Jacobus Erasmus <[EMAIL PROTECTED]> wrote: > > >Is it possible to workout or read the API's that a specific Windows > >application use ? > > > >The theory is that it would be possible to estimate the amount of work > >needed to get a Windows

Re: Getting the API's for Windows Applications

2004-05-18 Thread Bill Medland
On May 18, 2004 07:19 am, Rolf Kalbermatter wrote: > Jacobus Erasmus <[EMAIL PROTECTED]> wrote: > >Is it possible to workout or read the API's that a specific Windows > >application use ? > > > >The theory is that it would be possible to estimate the amount of work > >needed to get a Windows app to

Almost forgot...

2004-05-18 Thread Robert van Herk
This is the url of the website of the GP install people http://www.qsc.co.uk/source_ins.htm The idea is that you pay for another product (version controlling system) and then get the source code for GP install for free :-). Grtz, Robert

Re: [MSI] Added version info to MSI dll

2004-05-18 Thread Filip Navara
Christian Costa wrote: +#define WINE_FILENAME_STR "amstream.dll" This should be '#define WINE_FILENAME_STR "msi.dll"'. - Filip

Re: Getting the API's for Windows Applications

2004-05-18 Thread Lionel Ulmer
> The theory is that it would be possible to estimate the amount of work > needed to get a Windows app to work on Wine by calculating the number of > API's that is not working or only half working and estimating the time > it would take to correct these API's. This would maybe work for all 'old-st

Re: Re: Empty (Stubs in spec only) d3drm

2004-05-18 Thread Lionel Ulmer
> This dll should be easy to implement (almost geometries utilities > functions as d3dx8/d3dx9 for d3d8/d3d9). It can be a begin for people who > want to begin patches for wine (as for d3dx8/d3dx9) :) Well, my point was the same made about stubs in normal DLLs: why add a completely useless DLL whi

GP Install

2004-05-18 Thread Robert van Herk
Hi people, GP-install is a free win32 setup builder. I have been using it in Wine, and it is quite usable except for some irritating (wine) bugs. For example, it forgets that it is installed and before each run needs to be installed again... :-( I read on the GP install website that they have s

Path too deep???

2004-05-18 Thread Clare
Hello groups, I would like to use Wine to run a Windows compiler "cc" to complie a c file "test.c" on Linux, but I have the problem. cd /a1/a2 wine -- /usr/local/bin/cc -c /b1/b2/b3/b4/b5/b6/test.c -o test.o Catastrophic error: could not open source file \b1\b2\b3\b4\b5\b6\test.c

RE: Getting the API's for Windows Applications

2004-05-18 Thread Rolf Kalbermatter
Jacobus Erasmus <[EMAIL PROTECTED]> wrote: >Is it possible to workout or read the API's that a specific Windows >application use ? > >The theory is that it would be possible to estimate the amount of work >needed to get a Windows app to work on Wine by calculating the number of >API's that is not

some ideas for new janitorial projects

2004-05-18 Thread Eric Pouech
I've been toying with some gcc warnings lately, and this could generate some new ideas for janitorial tasks. For example: o -Wmissing-declarations should point lots of missing APIs declarations (I've done it in some cases, and I'm in the process of submitting some fixes). We cannot turn this wa

Getting the API's for Windows Applications

2004-05-18 Thread Jacobus Erasmus
Is it possible to workout or read the API's that a specific Windows application use ? The theory is that it would be possible to estimate the amount of work needed to get a Windows app to work on Wine by calculating the number of API's that is not working or only half working and estimating the ti

Re: Re: Empty (Stubs in spec only) d3drm

2004-05-18 Thread fenix
>On Tue, May 18, 2004 at 12:59:57AM +0200, Ivan Leo Murray-Smith wrote: >> This dll is needed by a game, bug report number 1202. With this empty dll, the >> game crashes at the same point where it crashes when used with the native copy, >> mainly because it crashes before any function in the dll

Re: Empty (Stubs in spec only) d3drm

2004-05-18 Thread Lionel Ulmer
On Tue, May 18, 2004 at 12:59:57AM +0200, Ivan Leo Murray-Smith wrote: > This dll is needed by a game, bug report number 1202. With this empty dll, the > game crashes at the same point where it crashes when used with the native copy, > mainly because it crashes before any function in the dll is cal