Re: [Webware-devel] WebKit at WWW

2001-05-30 Thread Ian Bicking
Geoff Talvola <[EMAIL PROTECTED]> wrote: [...] > Except that on Windows you'll probably need to use CreateProcess instead of > system. That right there argues for its inclusion in a library. Okay, that's a good argument. A C-based Webware Adapter Compatibility Layer! Hehe. Anyway, I can imag

Re: [Webware-devel] WebKit at WWW

2001-05-30 Thread Geoff Talvola
At 08:11 PM 5/29/01 -0500, Ian Bicking wrote: > > - restart app > >I think this should just be a call to system() anyway, though I >suppose you could wrap that in a function for later change. But I >don't think that's necessary -- you only need one level of >abstraction. Except that on