C, C++ codes in rails applications?

Hi,

I need to use some C,C++ codes in my rails controller. How to do this.

I have a requirement to integrate a scanner or any twain compliant
device to my application.

For this i found some dll’s and twain.h file…

I added that twain.h file to my project root folder

Now i need to access some methods of that file… is there any way…

Thanks,
Ratnavel

Ratnavel S. wrote:

Now i need to access some methods of that file… is there any way…

Don’t mean to sound like a broken record, but like i said last time
you posted this question, you had some helpful answers on your other
post at How to access a dll file? - Ruby - Ruby-Forum

Fred