Page 1 of 1

Problem with SFTP when used in a thread on Linux[SOLVED]

Posted: Tue 04 Mar 2014 16:41
by snorkel
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

Re: Problem with SFTP when used in a thread on Linux

Posted: Fri 14 Mar 2014 15:44
by snorkel
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

Posted: Tue 18 Mar 2014 17:29
by snorkel
Disregard this message, somehow my code was regressed, it was a integer vs nativeint issue when using postmessage in the thread.