When I run my compiled app built with Lazarus (64bit) on Linux when I upload a file in a a thread it raises a exception that causes the whole app to blink out of existance.
I can't debug it either because I am using sbrige with PGdac and it prevents the app from running from the IDE for debugging.
Is there going to be a new release soon with better linux support?
Thanks,
Snorkel
Problem with SFTP when used in a thread on Linux[SOLVED]
Problem with SFTP when used in a thread on Linux[SOLVED]
Last edited by snorkel on Tue 18 Mar 2014 17:29, edited 1 time in total.
Re: Problem with SFTP when used in a thread on Linux
Any ideas on this? works fine on win32/64 and I am pretty sure it worked in versiosn of securebridge before the 6.x series.
Re: Problem with SFTP when used in a thread on Linux
Disregard this message, somehow my code was regressed, it was a integer vs nativeint issue when using postmessage in the thread.