Eric,

To generate un EXE file with Visual Cafe you need a native implementation
(DLL) of all the packages your application is using. Visual Cafe provides DLLs
for all the standard Java packages which allows you to generate a EXE if your
application is implemented as a Pure Java application. But the Opencard
Framework is based on the Comm API to communicate with the smart card reader
(comm.jar) which is a native implementation. So you need the DLL (and the LIB
file to be able to compile your application) corresponding to the comm.jar
package.

I was given those two files by Symantec a long time ago and they are attached
here. This should enable you to make your EXE file if, by chance, you don't
use another package with a native implementation (the PC/SC CardService for
example...).

Good luck.

Patrick.

Eric Tang wrote:

> Dear All,
>         I have to compile all the java program written with OCF to EXE
> file.
>         I am using Visual Cafe to do it, but it always can' t link up
> files
>         Anyone tried before? Can anyone help me?
>
> Regards,
> Eric
>
> ---
> > Visit the OpenCard web site at http://www.opencard.org/ for more
> > information on OpenCard---binaries, source code, documents.
> > This list is being archived at http://www.opencard.org/archive/opencard/
>
> ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
> ! to
> !                           [EMAIL PROTECTED]
> ! containing the word
> !                           unsubscribe
> ! in the body.

--
Patrick Biget
Bantry Technologies
Embassy House, Ballsbridge
Dublin 4, Ireland
Tel: +353  1 663 2030 ext 202
Fax: +353  1 663 2050
Mob: +353 86 859 7692
Web: www.bantry-technologies.com

comm.dll

comm.lib

Reply via email to