B4J Question B4J and ActiveX ?

PeterX66

New Member
Hello all,

it is a great pleasure to introduce myself to this language and an honor to meet such a dedicated community. Since I am still a complete newbie regarding programming with B4J, I would like to know if I can use a certain API library - namely "Chilkat" - with this language as well. According to the Chilkat documentation, this should be the case for all languages that support ActiveX. I would now like to know if this is - at least theoretically - the case with B4X???
(So far I use Chilkat only with VBA and VBS). Maybe there are already experiences with this particular software (Chilkat) here in the forum, even if I am unlikely to be the case because of this certainly generally less known API.

Many thanks and kind regards,

Peter.
 

DonManfred

Expert
Licensed User
Longtime User
Welcome!

I would like to know if I can use a certain API library
In most cases you can use javaobject. Some time one need to write a wrapper for the library.

namely "Chilkat"
You are in luck ;-)
It is not a complete wrapper though.
this should be the case for all languages that support ActiveX
the B4J wrapper is written in java as B4J is using Java. So you need to think in java-way.

But the wrapper linked above meets all what is needed.
 
Last edited:
Upvote 1
Top