
23 Nov
2005
23 Nov
'05
11:32 p.m.
I am trying to use get_dcr and set_dcr in my examples/app.c code. I added g/set_dcr to exports.h and _exports.h. but I get a lock up when I call them. Any idea how to access these functions from loadable apps?
You also need to add to-be-exported functions to the jump table in exports.c
-Shawn.