Hi,
I need to pass out an array(ints), to some third partay software (exe) which will execute using the array passed to it. After exe has run the now modified array needs to be passed back in to the original application.
What kind of methods should i be looking at to solve this. I think in java its called JNI. breif sample code would help me
Thanks in advance,
Julian