Re: [fpc-pascal] openvpn client that written in fpc

2011-02-10 Thread Lloyd Park
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

Re: [fpc-pascal] installing or using multiple versions of FPC on linux

2010-07-26 Thread Lloyd Park
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

[fpc-pascal]Thread changes between 1.9.0 and 1.9.2

2004-01-15 Thread Lloyd Park
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