Re: [Firebird-devel] CMake build system

2014-12-17 Thread Egor Pugin
In Visual Studio: 1. Select boot_* (boot step), epp_* (boot and master epp - cpp steps), databases (security.fdb, messages.fdb, help.fdb generation), messages (firebird.msg generation), other projects you need to turn off (examples, etc). Right click - unload projects. They still will be unloaded

Re: [Firebird-devel] CMake build system

2014-12-17 Thread Adriano dos Santos Fernandes
On 17/12/2014 08:03, Egor Pugin wrote: In Visual Studio: 1. Select boot_* (boot step), epp_* (boot and master epp - cpp steps), databases (security.fdb, messages.fdb, help.fdb generation), messages (firebird.msg generation), other projects you need to turn off (examples, etc). Right click -

Re: [Firebird-devel] CMake build system

2014-12-17 Thread Egor Pugin
Yes, this is a problem. I know possible solution and will try to fix it. On 17 December 2014 at 13:16, Adriano dos Santos Fernandes adrian...@gmail.com wrote: On 17/12/2014 08:03, Egor Pugin wrote: In Visual Studio: 1. Select boot_* (boot step), epp_* (boot and master epp - cpp steps),

[Firebird-devel] [FB-Tracker] Created: (CORE-4640) subselect losing the index when where clause includes coalesce()

2014-12-17 Thread JIRA
subselect losing the index when where clause includes coalesce() Key: CORE-4640 URL: http://tracker.firebirdsql.org/browse/CORE-4640 Project: Firebird Core Issue Type: Bug

Re: [Firebird-devel] [PATCH] Cobol interface

2014-12-17 Thread Dmitry Yemanov
18.12.2014 10:47, Alexey Pavlov wrote: -*(ISC_ULONG *)arg_vector[-1].a_address = (ISC_ULONG)p; - +*(uintptr_t *)arg_vector[-1].a_address = (uintptr_t)p; So far our practice is to favor FB-specific typedefs instead of system ones. U_IPTR should be used here instead of uintptr_t. Dmitry