Unloading dll
843829Apr 22 2004 — edited Apr 24 2004Hello,
I've found a C programm which collect data from my COM port. I wrote a java program to make an GUI with those data. When I stop the program and start it again data come from previous run.
Somehow I need to unload the C module (the dll file) when I stop the application and load it again when start. Now how can I unload the dll From C or from Java?
I've read some threads about it in this forums. But those don't help me a lot.
Thanx
rony