I've created an active-x control which I can read from other programs. 
However, AB does not seem to find it.  Is there any way to debug know what 
the problem is?

I've placed the .dll in both the amibroker and the plugins directory.  My 
code is:

CS = CreateObject("ClassLibrary3.Application");

st = CS.CS_Tables;

st.NewFunction();

The last line above creates:   Error 18.  Com object variable is not 
initialized or has invalid type (valid COM object handle required).



I have tried to make things completely parallel to:

//AB = CreateObject("Broker.Application");

//st = AB.Stocks2;

//st.Add(Ticker);

which works fine.





Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to