Although I bet your actual problem is that C modules are now programs, not objects. So you need to instantiate them before accessing non-constant members. This is the most brain-damaged aspect of 7.5.
What's the reason for that?
/ Mirar
Previous text:
2004-03-26 23:51: Subject: ADD_FUNCTION() macro on pike 7.5 ?
For Pike 7.5, you should use PIKE_MODULE_INIT, not "void pike_module_init( void )". This works in 7.4 too.
Although I bet your actual problem is that C modules are now programs, not objects. So you need to instantiate them before accessing non-constant members. This is the most brain-damaged aspect of 7.5.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)