Quote Originally Posted by End View Post
I've translated already Thread (see in the branch "thread") but i don't get it working on 32 Bit... it works only in 64 Bit :/

On 32 Bit I get an Access Violation, maybe is sth. wrong with the pointer sizes, i'm working on this...
Make sure yoiu have both 32 bit and 64 bit verson of every dynamic link libraries (dll's) that your library depends upon.
32 bit programs can only use 32 bit dynamic link libraries, 64 bit programs can only use 64 bit libraries.