Rick -

The stuff you added for in-process registrations works great for 
routines, but it has a side affect problem with methods. Once a method 
is registered via this process there is no way to access it via the 
::METHOD directive! The EXTERNAL spec requires the LIBRARY keyword and 
thus the directive always tries to load a DLL.

Obviously you overlooked this little problem :-)

I propose that we add the INTERNAL subkeyword with a spec that just 
contains the registered name. But you might have better ideas so feel 
free to implement any way you please.

BTW, when Rexx processes the EXTERNAL spec and the library DLL cannot be 
found it causes Rexx to seg fault rather than gracefully issuing an error.

David Ashley

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to