Can I do this with JNI?
843829May 8 2003 — edited Aug 16 2004I need to be able to gain access to an MFC (Visual C++) application.
I can write any wrapper I want in Visual C++, and create it as a DLL or wht ever else I may need.
I'll need to pass information (text, numeric, and maybe even binary in the form of bitmaps, gifs, etc.) to and from Java/MFC.
Can this be done?
Where is the best place to found a good JNI tutorial?
Thanks!