Handle Events Fired by C# DLL In Java Swing
807580Jan 29 2010 — edited Jan 29 2010Dear,
I am currently working on a Java Swing app, which reads from the PCMCIA card (MPR5000 by WJ Communication, Inc). I have a DLL from the manufactory that talks to the PCMCIA card. Base on my understanding I need to find a way to make my Java Swing app talk to and handle events fired by this DLL file.
Q1: Is this possible, how can I do it?
Q2: Is this the only solution I have? Also I have the source code for this DLL, is this easier just to convert this DLL to a Java app?
Thanks,