[ruby-talk:00294] Re: AW: Re: Extensions to Ruby

From: KIMURA Koichi <kimura@...>
Date: 1999-04-28 03:32:10 UTC
List: ruby-talk #294

        In article [ruby-talk:00291] AW:  Re: Extensions to Ruby
          (<01BE90FE.43816900@MICHAEL>),
	  Michael Neumann <neumann@s-direktnet.de> writes:

Hello Michael,

> Yes, the readme.ext helped me.
> But there's still one problem:  I use VC++ and want to create a DLL.
> It compiles with no errors, but the linker has problems to find some 
> procedures. Which modules do I have to include? Is there no library
> with all modules linked together (like in Python) ?

By my laziness, the file ``ruby.def'' is not updated partly (by manual).
So, If your extension DLL require some function that is not in ruby.def
then you have to add the function name to ruby.def.

Hope this helps,

-- 
KIMURA Koichi
            May the source be with you.
    e-mail kbk@kt.rim.or.jp
           kimura@sqa.canon.co.jp

In This Thread

Prev Next