[spctools-discuss] Re: Converting from XCalibur *.raw

2009-04-21 Thread brennmat
        SafeArrayDestroy( psa ); } if(varPeakFlags.vt != VT_EMPTY ) {         SAFEARRAY FAR* psa = varPeakFlags.parray;         varPeakFlags.parray = NULL;         // Delete the SafeArray         SafeArrayDestroy( psa ); } On Apr 21, 7:51 am, brennmat brenn...@gmail.com wrote: Thanks. I tried to look

[spctools-discuss] Re: Converting from XCalibur *.raw

2009-04-21 Thread brennmat
try building the source from a path without spaces? And yes, I eventually will include support for Analog based on your example file, it just won't be for a week or two due to an upcoming trip. -Matt brennmat wrote: Ok, I see. I double clicked the quickbuild.bat file. This resulted

[spctools-discuss] Re: Converting from XCalibur *.raw

2009-04-20 Thread brennmat
stopped when we started using Promass (again for LC data) which also pulls this data. On Apr 16, 11:49 am, brennmat brenn...@gmail.com wrote: Dear all I am an absolute newbie and I am not sure if I came to the right place... well, here's my question: I am looking for a tool

[spctools-discuss] Re: Converting from XCalibur *.raw

2009-04-20 Thread brennmat
though, we use Boost Build. The MSVC project is just there because I use MSVC as a development environment. If you want an easy way to build, just run quickbuild.bat. -Matt brennmat wrote: Dear Matt I tried to apply your suggestion to the code. The modified file is here: http

[spctools-discuss] Re: Converting from XCalibur *.raw

2009-04-18 Thread brennmat
in the msconvert code does a nice job of writing C++ wrapper functions for the rawfile access, so that's another great place to start. -Natalie On Fri, Apr 17, 2009 at 3:10 AM, brennmat brenn...@gmail.com mailto:brenn...@gmail.com wrote:     On Apr 16, 6:29 pm, Natalie Tasman ntas

[spctools-discuss] Re: Converting from XCalibur *.raw

2009-04-17 Thread brennmat
On Apr 16, 6:21 pm, Matthew Chambers matthew.chamb...@vanderbilt.edu wrote: ProteoWizard's msconvert will almost work for this. If you give me an example RAW file I can fix it up rather quickly. You can get a few of my data files here: http://homepages.eawag.ch/~brennmat/stuff/Xcalibur

[spctools-discuss] Converting from XCalibur *.raw

2009-04-16 Thread brennmat
Dear all I am an absolute newbie and I am not sure if I came to the right place... well, here's my question: I am looking for a tool that extracts chromatogram data from XCalibur *.raw files and converts them into a format that is readable by other software (e.g. Matlab or Octave). My *.raw