Re: Looking for information on implemented API's in wine

2003-02-16 Thread Dimitrie O. Paun
On February 14, 2003 06:45 pm, Matthew Stump wrote: > have you thought about xml? Please, don't. It's a lot harder to process with standard Unix tools, and they are uglier to read :). If we can work with a flat file, we should. -- Dimi.

Re: Looking for information on implemented API's in wine

2003-02-15 Thread Matthew Stump
have you thought about xml? --matt On Fri, Feb 14, 2003 at 10:09:37PM +0100, Gerhard W. Gruber wrote: > On Fri, 14 Feb 2003 12:59:50 -0800, Dan Kegel <[EMAIL PROTECTED]> wrote: > > >I can't but think that MySQL is way overkill. > > Tha'ts true if you have to install it for just that pu

Re: Looking for information on implemented API's in wine

2003-02-15 Thread David Fraser
Dave Miller wrote: I've never actually had any intention of everyone needing to install MySQL in order to make use of the database. I had planned on it being a single database, accessible via the web. Querying would be done via forms. It seemed the easiest way to present all the data in a sing

Re: Looking for information on implemented API's in wine

2003-02-14 Thread Dave Miller
t; <[EMAIL PROTECTED]> To: "Gerhard W. Gruber" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 3:59 PM Subject: Re: Looking for information on implemented API's in wine > Gerhard W. Gruber wrote: > > On Thu, 13 Feb 2003 20:20:06

Re: Looking for information on implemented API's in wine

2003-02-14 Thread Gerhard W. Gruber
On Fri, 14 Feb 2003 12:59:50 -0800, Dan Kegel <[EMAIL PROTECTED]> wrote: >I can't but think that MySQL is way overkill. Tha'ts true if you have to install it for just that purpose. Otherwise it is a rather convenient way to handle this data and you don't have to write some script for the queries.

Re: Looking for information on implemented API's in wine

2003-02-14 Thread Dan Kegel
Gerhard W. Gruber wrote: On Thu, 13 Feb 2003 20:20:06 -0500, "Dave Miller" <[EMAIL PROTECTED]> wrote: Hmm. I did intend to use a database, specifically MySQL was my thinking. What I hoped was there would be a web interface to query the database and so everyone would not have to have MySQL to us

Re: Looking for information on implemented API's in wine

2003-02-14 Thread Gerhard W. Gruber
On Thu, 13 Feb 2003 20:20:06 -0500, "Dave Miller" <[EMAIL PROTECTED]> wrote: >Hmm. I did intend to use a database, specifically MySQL was my thinking. >What I hoped was there would be a web interface to query the database and so >everyone would not have to have MySQL to use it. Of course it need

Re: Looking for information on implemented API's in wine

2003-02-13 Thread Dave Miller
--- Original Message - From: "Dimitrie O. Paun" <[EMAIL PROTECTED]> To: "Dave Miller" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 7:31 PM Subject: Re: Looking for information on implemented API's in wine > On Febr

Re: Looking for information on implemented API's in wine

2003-02-13 Thread Dave Miller
ck does it. - Original Message - From: "Rolf Kalbermatter" <[EMAIL PROTECTED]> To: "David Miller" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 6:04 PM Subject: Re: Looking for information on implemented API's in wine > Da

Re: Looking for information on implemented API's in wine

2003-02-13 Thread Dimitrie O. Paun
On February 13, 2003 07:42 pm, Dave Miller wrote: > I am ready to begin work on the actual database aspect of cross > referencing the windows dlls. Hi Dave, I'm not sure if you intend to use a real database (like MySql, or PostgreSQL) to implement this, but if you do, I'd strongly advise against

Re: Looking for information on implemented API's in wine

2003-02-13 Thread Rolf Kalbermatter
David Miller <[EMAIL PROTECTED]> wrote: >I am ready to begin work on the actual database aspect of cross referencing >the windows dlls. As part of the database I would like to include the >status of a given API in wine so it will be possible to do things like >query for all unimplemented APIs

Looking for information on implemented API's in wine

2003-02-13 Thread David Miller
I am ready to begin work on the actual database aspect of cross referencing the windows dlls. As part of the database I would like to include the status of a given API in wine so it will be possible to do things like query for all unimplemented APIs in a given dll. The first questions I have