Re: [Openvpn-devel] Re: Re: Radius support (Authentification, Authorization and Accounting)

2005-05-20 Thread Simon Perreault
On Friday 20 May 2005 12:36, James Yonan wrote: > You can declare C function prototypes in C++ code with > > extern "C" { > include "openvpn-plugin.h" > } > > to maintain compatibility between the C and C++ namespaces. For more information, check out http://www.parashift.com/c

Re: [Openvpn-devel] Re: Re: Radius support (Authentification, Authorization and Accounting)

2005-05-20 Thread James Yonan
On Fri, 20 May 2005, Ralf [UTF-8] Lübben wrote: > Hello, > > I have a big problem with my programm. > I developed it with a test main function with the > openvpn_plugin_open_v1, openvpn_plugin_func_v1 and openvpn_plugin_close_v1 > function and everything works fine. > I used some c++-libraries

[Openvpn-devel] Re: Re: Radius support (Authentification, Authorization and Accounting)

2005-05-20 Thread Ralf Lübben
Hello, I have a big problem with my programm. I developed it with a test main function with the openvpn_plugin_open_v1, openvpn_plugin_func_v1 and openvpn_plugin_close_v1 function and everything works fine. I used some c++-libraries and my whole radius stuff is in a c++-class. When I compile my