Re: [Firebird-devel] Inno Setup version for official distributive

2019-12-07 Thread Jiří Činčura
> Do we need to support Admin and non-Admin installs? Who would use a > non-Admin install? It is a long time since I used Windows in a locked > down corporate environment. Is requiring admin privileges a problem? Talking about corporate environments... I've faced few times a requirement to inst

Re: [Firebird-devel] FB4 for win xp ->2008r1

2019-12-07 Thread Vlad Khorsun
07.12.2019 9:33, Norbert Saint Georges : Hello, Fbclient.dll no longer supports windows version 5.2-> 6.0? Entry procedure entry point « ucrtbase.abort » could not be located in the dynamic link library api-ms-win-crt-runtime-|1-1-0.dll 32-bit build should be compatible with WinXP as it i

Re: [Firebird-devel] FB4 for win xp ->2008r1

2019-12-07 Thread Norbert Saint Georges
Vlad Khorsun a écrit : 32-bit build should be compatible with WinXP as it is built using WinXP platform toolset. But I never check it on WinXP. And there was no promise by the team that it will be compatible, btw. Ok with XP sp3 but so all other environment with only sp2 is xp64, sbs2003, win

[Firebird-devel] SET BIND OF

2019-12-07 Thread Simonov Denis via Firebird-devel
I try snapshot 4.0.0.1683. Basically, the new SET BIND OF statement works as expected. But using a form to return a native type does not work. SET BIND OF DECFLOAT (34) TO CHAR (46); - OK SET BIND OF DECFLOAT (34) NATIVE; Can not convert decfloat (34) to unknown. In addition, I did not see th