Hi,
I'm trying to use MassWolf to convert the raw data file from Waters' Q-
TOF premier into mzXML. The raw data has 1 survey scan function, 3
MSMS scan functions doing data-dependent acquisition and 1 lock-mass
scan function for calibration. I DID NOT use the -nolockspray option
during the conversion, however, I ended up with a mzXML file which has
the lock spray function and my survey scan interwoven together. I'm
wondering if any one could help me out of this.
Also, I tried to look into the source code of massWolf, however, I ran
into problems again. I ended up with following built-time errors which
seem caused by dacserver from Masslynx. But I have Masslynx installed
under C: disk as C:\Masslynx. I used Visual Studio 2005 to build the
project under Win XP-64 bit environment.
Thank you all for you advices and help.
Bin
1>dacserver_4-1.cpp
1>.\dacserver_4-1.cpp(15) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(17) : error C2065: 'HRESULT' : undeclared
identifier
1>.\dacserver_4-1.cpp(17) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(17) : error C2065: '_hr' : undeclared identifier
1>.\dacserver_4-1.cpp(17) : error C3861: 'get_PeaksInScan': identifier
not found
1>.\dacserver_4-1.cpp(18) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(18) : error C2673: 'GetPeaksInScan' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(18) : error C2673: 'GetPeaksInScan' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(18) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(22) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(24) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(24) : error C3861: 'get_MolecularMass':
identifier not found
1>.\dacserver_4-1.cpp(25) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(25) : error C2673: 'GetMolecularMass' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(25) : error C2673: 'GetMolecularMass' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(25) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(29) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(31) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(31) : error C3861: 'get_Calibrated': identifier
not found
1>.\dacserver_4-1.cpp(32) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(32) : error C2673: 'GetCalibrated' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(32) : error C2673: 'GetCalibrated' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(32) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(36) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(38) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(38) : error C3861: 'get_Overload': identifier
not found
1>.\dacserver_4-1.cpp(39) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(39) : error C2673: 'GetOverload' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(39) : error C2673: 'GetOverload' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(39) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(43) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(45) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(45) : error C3861: 'get_AccurateMass':
identifier not found
1>.\dacserver_4-1.cpp(46) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(46) : error C2673: 'GetAccurateMass' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(46) : error C2673: 'GetAccurateMass' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(46) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(50) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(52) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(52) : error C3861: 'get_TIC': identifier not
found
1>.\dacserver_4-1.cpp(53) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(53) : error C2673: 'GetTIC' : global functions
do not have 'this' pointers
1>.\dacserver_4-1.cpp(53) : error C2673: 'GetTIC' : global functions
do not have 'this' pointers
1>.\dacserver_4-1.cpp(53) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(57) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(59) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(59) : error C3861: 'get_RetnTime': identifier
not found
1>.\dacserver_4-1.cpp(60) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(60) : error C2673: 'GetRetnTime' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(60) : error C2673: 'GetRetnTime' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(60) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(64) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(66) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(66) : error C3861: 'get_BPM': identifier not
found
1>.\dacserver_4-1.cpp(67) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(67) : error C2673: 'GetBPM' : global functions
do not have 'this' pointers
1>.\dacserver_4-1.cpp(67) : error C2673: 'GetBPM' : global functions
do not have 'this' pointers
1>.\dacserver_4-1.cpp(67) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(71) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(73) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(73) : error C3861: 'get_BPI': identifier not
found
1>.\dacserver_4-1.cpp(74) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(74) : error C2673: 'GetBPI' : global functions
do not have 'this' pointers
1>.\dacserver_4-1.cpp(74) : error C2673: 'GetBPI' : global functions
do not have 'this' pointers
1>.\dacserver_4-1.cpp(74) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(78) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(80) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(80) : error C3861: 'get_LoMass': identifier not
found
1>.\dacserver_4-1.cpp(81) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(81) : error C2673: 'GetLoMass' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(81) : error C2673: 'GetLoMass' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(81) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(85) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(87) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(87) : error C3861: 'get_HiMass': identifier not
found
1>.\dacserver_4-1.cpp(88) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(88) : error C2673: 'GetHiMass' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(88) : error C2673: 'GetHiMass' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(88) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(92) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(94) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(94) : error C3861: 'get_Continuum': identifier
not found
1>.\dacserver_4-1.cpp(95) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(95) : error C2673: 'GetContinuum' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(95) : error C2673: 'GetContinuum' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(95) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(99) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(101) : error C2146: syntax error : missing ';'
before identifier '_hr'
1>.\dacserver_4-1.cpp(101) : error C3861: 'get_Segment': identifier
not found
1>.\dacserver_4-1.cpp(102) : error C3861: 'FAILED': identifier not
found
1>.\dacserver_4-1.cpp(102) : error C2673: 'GetSegment' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(102) : error C2673: 'GetSegment' : global
functions do not have 'this' pointers
1>.\dacserver_4-1.cpp(102) : error C3861: '_com_issue_errorex':
identifier not found
1>.\dacserver_4-1.cpp(106) : error C2653: 'IDACScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(106) : error C2065: '_bstr_t' : undeclared
identifier
1>.\dacserver_4-1.cpp(106) : error C2146: syntax error : missing ')'
before identifier 'FileName'
1>.\dacserver_4-1.cpp(106) : error C2433: 'GetScanStats' : 'inline'
not permitted on data declarations
1>.\dacserver_4-1.cpp(106) : error C2059: syntax error : ')'
1>.\dacserver_4-1.cpp(106) : error C2143: syntax error : missing ';'
before '{'
1>.\dacserver_4-1.cpp(106) : error C2447: '{' : missing function
header (old-style formal list?)
1>.\dacserver_4-1.cpp(117) : error C2653: 'IDACExScanStats' : is not a
class or namespace name
1>.\dacserver_4-1.cpp(117) : fatal error C1003: error count exceeds
100; stopping compilation
1>Generating Code...
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '.\Debug
\dacserver_4-1.sbr': No such file or directory
1>Build log was saved at "file://c:\Documents and Settings\bz37\Desktop
\MassWolf-src\Debug\BuildLog.htm"
1>wolf_VS2005 - 103 error(s), 0 warning(s)
--
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.