Returning internal DLL values
843829Sep 22 2003 — edited Sep 24 2003Hi All,
I'm having a problem in returning the correct values from my DLL.
I have a simulation model (Arena/SIMAN) that constantly changes a series of values (I�m 100% sure of this). However when I also try to access these values through JNI the only values I get are 0s.
I�m guessing that when a DLL is run from the Simulation model that it starts of its own process, therefore the JNI needs to gain access to this process?
Any ideas on how two external sources can access the same dll run-time values??
Hope you can help,
John.