On 06/05/2012 02:48 AM, SteveG wrote: > and it would appear that the entrant thread of the library is the same > as the main app ? > Unless you explicitly create a thread in user code, there is no thread but the main thread. By default a dynamic library does no create a thread behind your back. -Michael