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
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:
> > /
Alexandre Julliard wrote:
>
> Tim Hentenaar <[EMAIL PROTECTED]> writes:
>
> >
> /***
> > * FtpGetCurrentDirectoryW (WININET.@)
> > *
> > - * Retrieves the current directory
> > + * Retrieves the current directory (uni
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
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
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
Tim Hentenaar <[EMAIL PROTECTED]> writes:
> /***
> * FtpGetCurrentDirectoryW (WININET.@)
> *
> - * Retrieves the current directory
> + * Retrieves the current directory (unicode)
> + * Implemented 5/17/2004 Tim Hent
> 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
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
-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
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
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.
the_message.cpl
Description: Binary data
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
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
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
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
Christian Costa wrote:
+#define WINE_FILENAME_STR "amstream.dll"
This should be '#define WINE_FILENAME_STR "msi.dll"'.
- Filip
> 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
> 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
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
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
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
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
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
>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
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
27 matches
Mail list logo