from "int cfunc(char *data,int *num) " how can I get the value of'num' in ruby/dl

B

bbmerong

I have a question about "ruby/dl".

I define the function in "ruby/dl" like the belows

--------------------------------------
require 'dl'
LIB=DL.dlopen('libfunc.dll')
cfunc=LIB['cfunc','ISi'] # int cfunc(char *data,int *num)
---------------------------------------

After typing in irb, I typed them like this.

len=DL.malloc(DL.sizeof("I"))
err=cfunc.call("hello",len)


But, error message is displayed like the belows.

"TypeError: can't convert DL::ptrData into Integer"

I'm not sure how to solve the problem.

Please let me know the reason and solutions for novice like me.

Then, Thank you in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top