I don't have a copy of that particular DLL in front of me but I assume it is written in C++ and has exported functions so that you can call them from your application. If this is true then you can use any language that can load up a DLL: C, C++, Python, C#, JAVA... and the list goes on an on since most languages can do this. What programming language do you want to try?