Re: [firebird-support] running Firebird without fbintl

2018-07-05 Thread Hamish Moffatt ham...@risingsoftware.com [firebird-support]
On 06/07/18 10:34, Hamish Moffatt ham...@risingsoftware.com [firebird-support] wrote: We are using Firebird via Qt. Qt dynamically loads its Firebird driver (libqsqlibase.dylib) which is linked against the Firebird framework which is dynamically loading fbintl. Actually, this isn't the

Re: [firebird-support] running Firebird without fbintl

2018-07-05 Thread Hamish Moffatt ham...@risingsoftware.com [firebird-support]
On 05/07/18 22:52, 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support] wrote: And a couple of final questions, what optimisation level are you using during the build? 32bit or 64bit Firebird? 64-bit. I have not changed any optimisation flags so it looks like it's being compiled with

Re: [firebird-support] running Firebird without fbintl

2018-07-05 Thread Hamish Moffatt ham...@risingsoftware.com [firebird-support]
On 05/07/18 22:47, 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support] wrote: <> MacOS does not use a full icu implementation, so I doubt you are linking against the system icu lib (/usr/lib/libicucore.dylib) unless of course you are specifically requesting it. To be honest I doubt you

Re: [firebird-support] running Firebird without fbintl

2018-07-05 Thread Hamish Moffatt ham...@risingsoftware.com [firebird-support]
On 05/07/18 21:06, Mark Rotteveel m...@lawinegevaar.nl [firebird-support] wrote: On 5-7-2018 09:28, Hamish Moffatt ham...@risingsoftware.com [firebird-support] wrote: > So, what is the impact of removing fbintl? What functionality do I lose? You lose almost all character set support,

Re: [firebird-support] Remote Event not working on Windows Server 2003

2018-07-05 Thread Aleksa Ristic ale...@termodom.rs [firebird-support]
Thank you Robert but my windows firewall is already totally disabled on server...

Re: [firebird-support] Remote Event not working on Windows Server 2003

2018-07-05 Thread Robert martin r...@chreos.com [firebird-support]
Hi I haven't used FB events for a while but most likely the issue is security / firewall.  Your Server OS is likely blocking the additional Port needed for FB events.  What we used to do was specify a fixed 'RemoteAuxPort' in the FB conf file and then specifically unblock that port in the

[firebird-support] Remote Event not working on Windows Server 2003

2018-07-05 Thread Aleksa Ristic ale...@termodom.rs [firebird-support]
I am having application that is working normally with firebird 2.1.7.18553, .NET 4 and Firebird NET Provider version 5.12.0. Now I am implementing FbRemoteEvent inside it. FbRemoteEvent works normally on my local PC (Windows 10 - testing PC) but it doesn't work when I put it on my Windows

RE: [firebird-support] running Firebird without fbintl

2018-07-05 Thread 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support]
And a couple of final questions, what optimisation level are you using during the build? 32bit or 64bit Firebird? Paul -Original Message- From: firebird-support@yahoogroups.com [mailto:firebird-supp...@yahoogroups..com] Sent: 05 July 2018 14:47 To: firebird-support@yahoogroups.com

RE: [firebird-support] running Firebird without fbintl

2018-07-05 Thread 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support]
<> MacOS does not use a full icu implementation, so I doubt you are linking against the system icu lib (/usr/lib/libicucore.dylib) unless of course you are specifically requesting it. To be honest I doubt you could build Firebird if you hadn't installed a proper copy of icu from elsewhere.

Re: [firebird-support] running Firebird without fbintl

2018-07-05 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 5-7-2018 09:28, Hamish Moffatt ham...@risingsoftware.com [firebird-support] wrote: > We're linking embedded Firebird in to our application on macOS. Ever > since macOS 10.13, we are getting crashes whenever our application > invokes a file open dialog. > > We have tracked this down to some

[firebird-support] running Firebird without fbintl

2018-07-05 Thread Hamish Moffatt ham...@risingsoftware.com [firebird-support]
We're linking embedded Firebird in to our application on macOS. Ever since macOS 10.13, we are getting crashes whenever our application invokes a file open dialog. We have tracked this down to some sort of conflict with fbintl. If we remove fbintl from our application, everything works. I