While compiling src/openvpn/options.c with MSVC 2015, I got this error: src/openvpn/options.c(5944): fatal error C1026: parser stack overflow, program too complex
I've also seen such error in GeoIP-lib due to all the 'if..else if' statements. Can this be written using some kind of a table-lookup code instead? -- --gv