[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS46 modified
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-03-13 02:18:29
|
Issue OBJS46 (add activex/com support via jawin library) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS46> The following modifications were made to this issue: Status changed from 'Assigned' to 'Resolved' Comment: moving to resolved state... note there currently isn't a lot of error checking... if you try and access a member of a COM object that isn't a property, it will be assumed to be a function, and you won't get an error until you try and call it as a function. This will be fixed in the future once the jawin library is more fully developed, and provides the API that oscom needs for reflection on COM objects |