Re: [Interest] QLibrary multiple loading

2014-11-04 Thread a...@golks.de
> Serge K hat am 4. November 2014 um 09:35 geschrieben: > > As I know from docs and my own experience QLibrary loads each DLL only once. > While next load attempt it just increases usage counter. This means all DLL’s > static data are loaded only once too. But I need allow different threads l

Re: [Interest] QLibrary multiple loading

2014-11-04 Thread Thiago Macieira
On Tuesday 04 November 2014 11:35:55 Serge K wrote: > As I know from docs and my own experience QLibrary loads each DLL only > once. While next load attempt it just increases usage counter. This means > all DLL ’s static data are loaded only once too. But I need allow > different threads load ea