[Rails] Re: accessing dll files from rails application

2009-05-09 Thread Colin Law
You might be better asking this question on a ruby forum rather than rails. I would also suggest trying google first. A search for 'ruby call dll' provides a number of links that may be useful. For example http://www.ruby-doc.org/docs/ProgrammingRuby/html/win32.html. Colin 2009/5/9 Sijo Kg >

[Rails] Re: accessing dll files from rails application

2009-05-08 Thread Sijo Kg
Hi Thanks for the alternative approcah But I would like to know how can I access a dll from rails?(Suppose from server side) Sijo -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

[Rails] Re: accessing dll files from rails application

2009-05-08 Thread Robert Walker
Colin Law wrote: > In what sense do you want to access the dll, and are we talking here > client > side or server side? I would hope the OP is interested in accessing a dll on the server-side. I would hope that would not be possible to do client-side. That would be mean there would have to be

[Rails] Re: accessing dll files from rails application

2009-05-08 Thread Colin Law
In what sense do you want to access the dll, and are we talking here client side or server side? 2009/5/8 Sijo Kg > > Hi >Could anybody please suggest ways to access dll files from a rails > application? > > Thanks in advance > Sijo > -- > Posted via http://www.ruby-forum.com/. > > > > --~-