Yes, when I use .pmod and inherit .so - everything is OK. But I want to use pure C module, without any .pmod (like I did it before), and it seems that I've to change something. But I don't know - what :)
I think the answer to that is "Pike 7.5", though I have not understood why myself yet.
/ Johan Sundström (Achtung Liebe!)
Previous text:
2004-02-28 18:55: Subject: Re: More 7.4/7.5 differences (C modules)
On Sat, Feb 28, 2004 at 10:25:03AM +0100, Johan Sundström (Achtung Liebe!) @ Pike (-) developers forum wrote:
In 7.5, do you have a .pmod that inherits your module, so you can get at it?
Yes, when I use .pmod and inherit .so - everything is OK. But I want to use pure C module, without any .pmod (like I did it before), and it seems that I've to change something. But I don't know - what :)
I want it to work in the same way in 7.4 and 7.5 - if possible, with minimal changes (surrounded by ifdefs?).
C modules interface isn't well documented (only very basics), so it is not really clear how to do some (advanced?) things...
(You might want to use pike -x module if you do not already do so, to get such oddities done for you without your own intervention.)
Hmm... It is supposed to build a module? How to use this tool? What is required?
Regards, /Al
/ Brevbäraren