Re: MAPI

2004-02-19 Thread Vizzini
what I may not do > (i.e. may I call external unix processes ? whats about fork() ?) I can't speak for wine policies, but we (ReactOS) really like it when the code is written in a very windows-like way - don't assume you're running on unix, and it'll make it easier for us to use your work too. -Vizzini

Re: legal problem for using DLL's

2004-02-18 Thread Vizzini
ution under some conditions, particularly the ones you get in compiler products. You need to read and understand the relevant licenses. You should also talk to a lawyer; don't take my word for it. -Vizzini

Re: PATCH: virtual fixes for native mode

2004-02-07 Thread Vizzini
o, check Gary Nebbett's book for more info. -Vizzini

Re: WineConf update

2004-02-02 Thread Vizzini
On Mon, 2004-02-02 at 16:14, Steven Edwards wrote: > Hi Guys, > --- Vizzini <[EMAIL PROTECTED]> wrote: > > There was a very interesting question brought up on Saturday morning > > by > > one of the Wine guys (Mike perhaps?) regarding running ReactOS inside > > L

WineConf update

2004-02-02 Thread Vizzini
pected, given the state of our code. I spoke from a prepared deck (http://plasmic.com/~vizzini) for about 15 or 20 minutes, and then we demonstrated various aspects of the system. Steven ran the demonstrations, which included showing off Explorer, Windows XP Notepad, and our installation system

Re: I found what I believe is a bug in include/wine/prsht.h in ReactOS

2003-12-03 Thread Vizzini
this is a bug, can someone fix it? > > It's a bug in your headers, and it's not present in the Wine > headers (one again, why aren't you guys using our headers?) We're still working out a plan for sharing headers; unfortunately it's not as easy as just using Wine's headers. -Vizzini

Re: [ros-kernel] Re: WINE porting templates

2003-10-15 Thread Vizzini
strategy really is in porting some of the usable code? We can, again, keep a locally-modified vesrion in CVS, if there are major chunks of those libraries that can be used directly. Also, how would wine feel about adding ReactOS-specific code with some conditional compilation or something? I do hate to fork code... -Vizzini

Re: [ros-kernel] Re: WINE porting templates

2003-10-15 Thread Vizzini
ms like a pretty big departure from the Windows architecture that we are trying to clone, but if it enables a high degree of code re-use, it may be worth it. -Vizzini

Re: WINE porting templates

2003-10-15 Thread Vizzini
y on that situation, we'll probalby just do a cvs vendor import of wine and refresh it regularly. Does this sound workable to everyone? -Vizzini