Hi,
On Fri, Apr 20, 2012 at 01:07:47AM +0200, Oliver wrote:
> in the source code of win32.c, there is a static path.
>
> fp = fopen ("c:\\windows\\system32\\route.exe", "rb");
>
> If the windows path is different, e. g. c:\WinNT or c:\WinXP this will
> fail. I'm no C programmer (and no windo
Hi,
in the source code of win32.c, there is a static path.
fp = fopen ("c:\\windows\\system32\\route.exe", "rb");
If the windows path is different, e. g. c:\WinNT or c:\WinXP this will
fail. I'm no C programmer (and no windows user), but I think it is
annoying enough to report. Maybe someone