> How do I convert the ActiveX objects (written originally in C++) into Java
> Beans short of completely re-writing the code in Java.

You can try this:

http://java.sun.com/beans/faq/faq.migration.html

> The problem is that this particular ActiveX object is used to generate a very
> specific key that unlocks some software we are hoping to ship soon.  The
> number that it generates needs to be exactly the right number or the software
> won't unlock.  I'm worried that if I re-write this stuff in Java it may not
> generate the same number.
I also thought J++ or some other MS tool  had the equivalent of Sun's
JavaBeans -> ActiveX bridge but did the reverse.

Mike

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to