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
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
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
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