Re: [Openvpn-devel] Windows: Route fails on certain configurations

2012-04-21 Thread Gert Doering
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

[Openvpn-devel] Windows: Route fails on certain configurations

2012-04-19 Thread Oliver
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