In message "Re: stdlib.h, string.h et al",
"Huw D M Davies" <[EMAIL PROTECTED]> writes:
>On Mon, Apr 10, 2000 at 12:16:50AM -0700, Francois Gouget wrote:
>> Currently we're only talking about the headers but then we'll have to
>> look at the link aspect.
>>
<snip>
>
>I think the thing to bear in mind is that it should be possible to
>compile a Windows program to use the full Windows API with no
>modifications. If the programmer then wants to add unix apis that's
>fine but he clearly needs to do some work.
I believe this is the correct way to go. The whole purpose of WineLib
is to give a way to copmile/link win applications. We need to ensure
"off the shelf" portability and compilability (if that's a word).
We need to ensure ensuring that no UNIX header files are in our header
files (which as been suggested and really should already be the case).
and perhaps write a little warning file with things to look out for if you're
daring enough including UNIX calls with your WineLib application (perhaps
even suggesting possible work arounds - there must be a standard work around
possible). I don't think that there's much value in worrying about mashing
the two systems together.
Excuse me if these points were already brought up. I haven't really been
following too closely.
>
>Huw.
>--
> Dr. Huw D M Davies | Clarendon Laboratory
> [EMAIL PROTECTED] | Parks Road
> Tel: +44 1865 272390 | Oxford OX1 3PU
> Fax: +44 1865 272400 | UK
>
>
Ciao,
Peter Hunnisett
[EMAIL PROTECTED]