I have SDK which exist on DLL files i need to attach those file with my ruby project and call dll files directly from ruby on rails web application.
I read about win32ole and ffi but i'm still confused.
I want to call DLL file directly from ROR web application.