In my Extended Plugin I have two classes which define the multi-
precision types ExtInteger and ExtFloat. I also use REALRegisterMethod
to add additional functions like the sine of an ExtFloat, x, so one
can use sin(x) rather than x.sin. But I understand that
REALRegisterMethod is deprecated, and so may be phased out. Instead I
should use REALRegisterModule. But how do I define a module in my
plugin which recognizes the two classes mentioned previously, so one
can compute the sine of an ExtFloat x as sin(x) in a REALbasic
application which uses my plugin?
Bob
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>