Hi, Dear author:
I’m using your Teal lib under Win32 system(WinXP).
You’d better modify the “teal_hdl_connect.cpp” file like below:

teal_hdl_connect.cpp: line 64
...
#ifdef _MSC_VER
extern "C" __declspec(dllexport) s_tfcell veriusertfs[] =
#else
s_tfcell veriusertfs[] =
#endif
...

So the “eriusertfs” will be expoted automatically. No other works should be done by the coders.

About the pthread lib:
I found the “pthreads for win32″ library is necessary for teal under Win32 OS.
Is it possible to use MS windows’ default “CreateThread” APIs instead?