Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-04-16 Thread Vlad Khorsun
>> I see that icuin30.dll is tried to be loaded from various places >> (although excluding the embedded root path), but this fails. >> >> icuin30.dll is available in the embedded root directory. When I put the >> dll into the application sub-folder, then the trace output works. >> >> Can you please

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Vlad Khorsun
> 02.02.2014 20:16, Vlad Khorsun wrote: >> It finally points me to the source of the problem - fbtrace.dll have no >> idea that it works >> with embedded and load icuin30.dll not using LOAD_WITH_ALTERED_SEARCH_PATH >> flag. > > I wonder why it doesn't use library already loaded by server i

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Dimitry Sibiryakov
02.02.2014 20:16, Vlad Khorsun wrote: > It finally points me to the source of the problem - fbtrace.dll have no > idea that it works > with embedded and load icuin30.dll not using LOAD_WITH_ALTERED_SEARCH_PATH > flag. I wonder why it doesn't use library already loaded by server itself. Do

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Vlad Khorsun
>>> PS You could also try to use FileMon\ProcMon to trace application activity >> >> I see that icuin30.dll is tried to be loaded from various places >> (although excluding the embedded root path), but this fails. >> >> icuin30.dll is available in the embedded root directory. When I put the >> dll

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Thomas Steinmaurer
> You now should see the UNICODE initialization problem in the trace output. No, i see ATTACH_DATABASE event by this application. >>> >>> That's a pity. ;-) >>> >>> Do you have the FIREBIRD environment variable set? >> >> No. >> PS does you tried LoadLibraryEx with L

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Thomas Steinmaurer
You now should see the UNICODE initialization problem in the trace output. >>> >>> No, i see ATTACH_DATABASE event by this application. >> >> That's a pity. ;-) >> >> Do you have the FIREBIRD environment variable set? > > No. > >>> PS does you tried LoadLibraryEx with LOAD_WITH_ALTE

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Vlad Khorsun
>>> You now should see the UNICODE initialization problem in the trace output. >> >> No, i see ATTACH_DATABASE event by this application. > > That's a pity. ;-) > > Do you have the FIREBIRD environment variable set? No. >> PS does you tried LoadLibraryEx with LOAD_WITH_ALTERED_SEARCH_P