VB to Java to VB and also VB dlls
Hi,
There is a vb application which will call a new java application and also pass some strucutres.
The java app. will in turn using multi-threading should call some VB or C++ dlls parallely.
Once all the dlls are finished processing they will return some data to the java app.
The java app. will do some more processing and pass some structures back to the VB app.
Interacting with the dlls can be done using JNI, but for the remaining part i would like some pointers on how to proceed.
Thanks in advance,
Ramkumar

