There is a tool to create activex with java. See packager.exe under the bin directory of the Java SDK.

for more information : http://java.sun.com/j2se/1.4.2/docs/guide/beans/axbridge/developerguide/

From: "yun wang" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: [iText-questions] itext-paulo-jdk1.1-124
Date: Wed, 13 Aug 2003 08:57:23 -0500

Dear Hubert,

Thanks for your help.

I am usinng VJ++ to produce COM dll so that I can call iText from MFC. I need MicroSoft JVM.
Is there a better way to connect MFC and iText?


yun



>From: "Hubert Lingo" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: RE: [iText-questions] itext-paulo-jdk1.1-124
>Date: Wed, 13 Aug 2003 06:18:01 +0000
>
>You should consider using a better tool for Java development, like Eclipse. It's free and powerful.
>
>Hubert
>
>
> >From: Paulo Soares <[EMAIL PROTECTED]>
> >To: 'yun wang' <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> >Subject: RE: [iText-questions] itext-paulo-jdk1.1-124
> >Date: Tue, 12 Aug 2003 10:35:09 +0100
> >
> >That's a bug with J++, you can make an explicit cast.
> >
> >Best Regards,
> >Paulo Soares
> >
> > > -----Original Message-----
> > > From: yun wang [SMTP:[EMAIL PROTECTED]
> > > Sent: Monday, August 11, 2003 22:11
> > > To: [EMAIL PROTECTED]
> > > Subject: [iText-questions] itext-paulo-jdk1.1-124
> > >
> > > Dear Support,
> > >
> > > I am using Visual J++ 6.0 to compile "itext-paulo-jdk1.1-124"
> > >
> > > There is error message: Can not implicitly convert byte into char for
> > > Class
> > > BidiOrder
> > >
> > > private static char baseTypes[] = {
> > > 0, 8, BN, 9, 9, S, 10, 10, B, 11, 11, S, 12, 12, WS, 13, 13, B,
> > > ...
> > >
> > >
> > > May I Add (char) before BN. Is BN, B, or WS a byte?
> > >
> > > private static char baseTypes[] = {
> > > 0, 8, (char)BN, 9, 9, S, 10, 10, (char)B, 11, 11, (char)S, 12, 12,
> > >
> > > (char)WS, 13, 13, (char)B, ...
> > >
> > > Thanks,
> > >
> > >
> > > yun
> > >
> > > _________________________________________________________________
> > > STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
> > > http://join.msn.com/?page=features/junkmail
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> > > Data Reports, E-commerce, Portals, and Forums are available now.
> > > Download today and enter to win an XBOX or Visual Studio .NET.
> > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/0
> > > 1
> > > _______________________________________________
> > > iText-questions mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/itext-questions
> >
> >
> >-------------------------------------------------------
> >This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> >Data Reports, E-commerce, Portals, and Forums are available now.
> >Download today and enter to win an XBOX or Visual Studio .NET.
> >http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> >_______________________________________________
> >iText-questions mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/itext-questions
>



_________________________________________________________________
MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to