RE: JNI and Multithreaded DLL

2001-02-09 Thread Nelson Henry Eric
Content of the type listed below was automatically deleted from mail received from you. Usually this type of content is extraneous, non- textual material, oftentimes appended unbeknown to the sender. If this is the case, you may ignore this reply. However, if you believe the deleted portion was

RE: JNI and Multithreaded DLL

2001-02-09 Thread Sachin Maheshwari
Title: RE: JNI and Multithreaded DLL Hi, 1. I do not think it is necessary to build your dll on the command line. You can use    Visual Studio. 2. If you want to debug your dll, one good trick is to put an ASSERT(0) statement at the    entry point, and run your java app. It will assert in