Kdb and TA-Lib

Does anyone have experience loading TA-lib into kx?

Wondering if someone can help me out with the steps involved in this?

does this help?
http://code.kx.com/wsvn/code/contrib/zuoqianxu/qtalib/README

This looks great Charles.  I am having trouble getting it to load though.

I am loading taffi.q but getting an error

2015.11.30T21:10:37.966 The specified module could not be found.".ffi:(:qffi 2:ffi,1)[]"

all I need to do is load taffi.q right?
Thanks

right, you’ll need to recompile qffi and talib on windows.

Thanks Charles,

I have been trying to find a way to compile these .so files into windows .dll’s but I am not sure how yet.

I think I may need to change TA-lib source code to interface with q.  Does anyone have any experience with this on Windows, that can give me some direction?

Have you tried downloading the TALib source code for windows and compiling from source? You’ll have to build both projects from source, probably using MinGW, for this to work.