Hi Eric & Patric,
I believe I am in a similar situation. I am able to compile my code with the command 
line compiler but when I am trying to build my project from the IDE I get the 
following type of errors: "(65535): Symbol Undefined 
_$opencard_core_service_SmartCard_start__"
I think this must be the same problem that you are referring to. If this is the case 
can you tell me where should I install the comm.dll & comm.lib files?
I tried both in:
C:\Visualcafe\Bin\comm.dll
C:\Visualcafe\Lib\comm.lib

C:\Visualcafe\Java\Bin\comm.dll
C:\Visualcafe\Java \Lib\comm.lib

With no apparent result!

Is there another change I should make in some parameter of the IDE?

Regards,
Ilias


----------
From:   Patrick Biget
Sent:   ���������, 14 ������� 2000 11:49 ��
To:     Eric Tang
Cc:     [EMAIL PROTECTED]
Subject:        Re: [OCF]  Executable?

<<File: comm.dll>><<File: comm.lib>>
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





---
> 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.

Reply via email to