Check the project http://mzmine.sourceforge.net/
older release use JNI, newer versions work with a wrapper and parse the output stream. Cheers Marco On 2 Nov., 14:58, Clemens <[email protected]> wrote: > Hello everyone, > > I'm trying to implement a little project in Java, that reads and > evaluates Thermo .raw files automatically. My approach was to create a > Java Native Interface (JNI) via my own .dll that simply calls the > XRawfile2.dll from within C++. Using the JNI works like a charm, but > calling the raw file functions in the C++ part does not work at all. > > I'm unsing the latest MSFileReader 64bit on a Win7 64bit machine. Is > there any easy way to call the FileReader's functions from C++ or even > Java directly without conversion to another format or the complete > integration of your project? > > Admittedly my skills in C/C++ are very limited and I have never before > used a .dll. > > Thank you for reading and greetings, > Clemens. -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
