Re: CreateJobObject (kernel32) and friends

2007-07-04 Thread Donald Gordon
Robert Shearman wrote: > Donald Gordon wrote: >> Hi >> >> I'm trying to get Visual C++'s vcbuild (builds project files from the >> command line) running under Wine, but it seems to need CreateJobObject >> (and I'm guessing the other job object funct

Re: CreateJobObject (kernel32) and friends

2007-07-04 Thread Donald Gordon
Dan Kegel wrote: > On 7/4/07, Donald Gordon <[EMAIL PROTECTED]> wrote: >> >> I'm trying to get Visual C++'s vcbuild (builds >> >> project files from the command line) running >> >> under Wine, but it seems to need CreateJob

Re: CreateJobObject (kernel32) and friends

2007-07-04 Thread Donald Gordon
Dan Kegel wrote: > don wrote: >> I'm trying to get Visual C++'s vcbuild (builds >> project files from the command line) running >> under Wine, but it seems to need CreateJobObject > > Which version of Visual C++ is this? > 2005 "express". The error messages I get are: Creating command line "cl.ex

CreateJobObject (kernel32) and friends

2007-07-03 Thread Donald Gordon
Hi I'm trying to get Visual C++'s vcbuild (builds project files from the command line) running under Wine, but it seems to need CreateJobObject (and I'm guessing the other job object functions), which doesn't appear to be implemented yet. Is implementing this something that would be doable by som