As I understand it Apple doesn't publish the low level API to support the TUN/TAP driver needed for OpenVPN. I was able to find an OpenVPN client, but only for jailbroken iphones. I have no idea if it works.
Lloyd B. Parklloyd.b.p...@gmail.com
On Feb 10, 2011, at 7:36 AM, ik wrote:Hello,I'm no
I use symbolic links. I created /opt/fpc directory which contains subdirectories for each version I have available. /opt/fpc/fpc-current is a symbolic link to the directory of the version of fpc I am currently using. /opt/fpc/bin is a symbolic link to /opt/fpc/fpc-current/bin. In order to switc
I have been playing with multi-threaded apps using fpc 1.9.0. I use the
{$THREADING ON} directive in my code. My test program compiled and ran
with 1.9.0, but with 1.9.2, I get the following runtime error:
This binary has no thread support compiled in.
Recompile the application with a thread-d