Ralph Corderoy schrieb:
> Hi Boudewijn,
>
>> I just tried StraceNT, here is part of the output generated when grops
>> encounters 'x init'
>>
>> [T5140] CreateFileA(34f818, c000, 3, 22fcd0, ...) = 104
>
> Based on WINE, CreateFileA is almost the same as CreateFileW which is
>
> HANDLE
2009/6/23 Ralph Corderoy
> What happens for the `init x' on the case
> where there's no problems; the dvi one?
>
>From the StraceNT output it seems grodvi does not create temporary files...
I started using the cygwin version of Groff which works fine on Vista. It
just seems a bit slower.
Reg
Hi Boudewijn,
> I just tried StraceNT, here is part of the output generated when grops
> encounters 'x init'
>
> [T5140] CreateFileA(34f818, c000, 3, 22fcd0, ...) = 104
Based on WINE, CreateFileA is almost the same as CreateFileW which is
HANDLE WINAPI CreateFileW(LPCWSTR filename, DWO
2009/6/22 Ralph Corderoy
>
> Hi,
>
> If this was Linux, we'd just strace(1) the pipeline and see what the
> kernel was being asked to do for starters. I don't know if something
> like
> http://www.intellectualheaven.com/default.asp?BH=projects&H=strace.htm
> would be any use on Vista. It may sh
On Mon, Jun 22, 2009 at 10:43:13AM +0300, Efraim Yawitz wrote:
> > src\libs\libgroff\tmpfile.cpp:179:
> >
> > FILE *fp = fdopen(fd, FOPEN_RWB); // many callers of xtmpfile use binary
> > I/O
> >
> > and this already says what the mode is, i.e. "w+", which should be
> perfectly legal.
Actually, o
Hi,
If this was Linux, we'd just strace(1) the pipeline and see what the
kernel was being asked to do for starters. I don't know if something
like
http://www.intellectualheaven.com/default.asp?BH=projects&H=strace.htm
would be any use on Vista. It may show precisely where the temporary
file is