home *** CD-ROM | disk | FTP | other *** search
- ' commodities BASIC header
-
- '$include commodities.bc
- LIBRARY DECLARE "commodities.library"
- DECLARE FUNCTION CreateCxObj& LIBRARY 'InputXpressiontype&, arg1&, arg2&
- DECLARE FUNCTION CxBroker& LIBRARY 'nb&, error_&
- DECLARE FUNCTION ActivateCxObj& LIBRARY 'co&, true&
- DECLARE SUB DeleteCxObj LIBRARY 'co&
- DECLARE SUB DeleteCxObjAll LIBRARY 'co&
- DECLARE FUNCTION CxObjType& LIBRARY 'co&
- DECLARE FUNCTION CxObjError& LIBRARY 'co&
- DECLARE SUB ClearCxObjError LIBRARY 'co&
- DECLARE FUNCTION SetCxObjPri& LIBRARY 'co&, pri&
- DECLARE SUB AttachCxObj LIBRARY 'headObj&, co&
- DECLARE SUB EnqueueCxObj LIBRARY 'headObj&, co&
- DECLARE SUB InsertCxObj LIBRARY 'headObj&, co&, pred&
- DECLARE SUB RemoveCxObj LIBRARY 'co&
- DECLARE SUB SetTranslate LIBRARY 'translator&, events&
- DECLARE SUB SetFilter LIBRARY 'filter&, InputXpressiontext&
- DECLARE SUB SetFilterIX LIBRARY 'filter&, ix&
- DECLARE FUNCTION ParseIX& LIBRARY 'description&, ix&
- DECLARE FUNCTION CxMsgType& LIBRARY 'cxm&
- DECLARE FUNCTION CxMsgData& LIBRARY 'cxm&
- DECLARE FUNCTION CxMsgID& LIBRARY 'cxm&
- DECLARE SUB DivertCxMsg LIBRARY 'cxm&, headObj&, returnObj&
- DECLARE SUB RouteCxMsg LIBRARY 'cxm&, co&
- DECLARE SUB DisposeCxMsg LIBRARY 'cxm&
- DECLARE FUNCTION InvertKeyMap& LIBRARY 'ansiCode&, event&, km&
- DECLARE SUB AddIEvents LIBRARY 'events&
- DECLARE FUNCTION MatchIX& LIBRARY 'event&, ix&
-