diff --git a/exe/msbsp.lib b/exe/msbsp.lib index de9505f..ce84a3a 100644 Binary files a/exe/msbsp.lib and b/exe/msbsp.lib differ diff --git a/exe/mscommon.lib b/exe/mscommon.lib index 49ff242..7e4df1a 100644 Binary files a/exe/mscommon.lib and b/exe/mscommon.lib differ diff --git a/exe/msvc42.pch b/exe/msvc42.pch index a332a6a..ef18780 100644 Binary files a/exe/msvc42.pch and b/exe/msvc42.pch differ diff --git a/exe/sample.lib b/exe/sample.lib index e284c08..c099fbb 100644 Binary files a/exe/sample.lib and b/exe/sample.lib differ diff --git a/proto/Debug/HistoricRS.java b/proto/Debug/HistoricRS.java deleted file mode 100644 index ad8e7d0..0000000 --- a/proto/Debug/HistoricRS.java +++ /dev/null @@ -1,114 +0,0 @@ -package zbi.risk.server.vhi.mapped - - -public void processResult() -{ - Historic foo; - ResultSet rs; -// fill in the blanks - foo.setTradeDate(rs.getTimestamp("trade_date")); - foo.setTradeDateTxt(rs.getString("trade_date_txt")); - foo.setPortfolio(rs.getString("portfolio")); - foo.setSubPortfolio(rs.getString("sub_portfolio")); - foo.setTicker(rs.getString("ticker")); - foo.setTickerDesc(rs.getString("ticker_desc")); - foo.setUticker(rs.getString("uticker")); - foo.setInstrument(rs.getString("instrument")); - foo.setMktCap(rs.getFloat("mkt_cap")); - foo.setWgtAve(rs.getFloat("wgt_ave")); - foo.setVolume(rs.getFloat("volume")); - foo.setContractSize(rs.getFloat("contract_size")); - foo.setHedgeIndex(rs.getString("hedge_index")); - foo.setHedgeSector(rs.getString("hedge_sector")); - foo.setArea(rs.getString("area")); - foo.setAreaSector(rs.getString("area_sector")); - foo.set[close](rs.getFloat("[close]")); - foo.setYClose(rs.getFloat("y_close")); - foo.setUtickerClose(rs.getFloat("uticker_close")); - foo.setYUtickerClose(rs.getFloat("y_uticker_close")); - foo.setDelta(rs.getFloat("delta")); - foo.setYDelta(rs.getFloat("y_delta")); - foo.setDaysExpire(rs.getInt("days_expire")); - foo.setStrikePrice(rs.getFloat("strike_price")); - foo.setHedgeBeta(rs.getFloat("hedge_beta")); - foo.setAreaBeta(rs.getFloat("area_beta")); - foo.setSectorBeta(rs.getFloat("sector_beta")); - foo.setGroupBeta(rs.getFloat("group_beta")); - foo.setQty(rs.getFloat("qty")); - foo.setYQty(rs.getFloat("y_qty")); - foo.setQtyChange(rs.getFloat("qty_change")); - foo.setHedgeClose(rs.getFloat("hedge_close")); - foo.setHedgePerc(rs.getFloat("hedge_perc")); - foo.setAreaClose(rs.getFloat("area_close")); - foo.setAreaPerc(rs.getFloat("area_perc")); - foo.setSectorClose(rs.getFloat("sector_close")); - foo.setSectorPerc(rs.getFloat("sector_perc")); - foo.setMktValue(rs.getFloat("mkt_value")); - foo.setYMktValue(rs.getFloat("y_mkt_value")); - foo.setPnl(rs.getFloat("pnl")); - foo.setExposure(rs.getFloat("exposure")); - foo.setYExposure(rs.getFloat("y_exposure")); - foo.setHbExposure(rs.getFloat("hb_exposure")); - foo.setYHbExposure(rs.getFloat("y_hb_exposure")); - foo.setAbExposure(rs.getFloat("ab_exposure")); - foo.setYAbExposure(rs.getFloat("y_ab_exposure")); - foo.setSbExposure(rs.getFloat("sb_exposure")); - foo.setYSbExposure(rs.getFloat("y_sb_exposure")); - foo.setAreaPnlAmt(rs.getFloat("area_pnl_amt")); - foo.setSectorPnlAmt(rs.getFloat("sector_pnl_amt")); - foo.setPnlPerc(rs.getFloat("pnl_perc")); - foo.setPriceChange(rs.getFloat("price_change")); - foo.setPriceChangePerc(rs.getFloat("price_change_perc")); - foo.setPriceChangeAmt(rs.getFloat("price_change_amt")); - foo.setSectorAlphaPerc(rs.getFloat("sector_alpha_perc")); - foo.setGroupAlphaPerc(rs.getFloat("group_alpha_perc")); - foo.setAreaAlphaPerc(rs.getFloat("area_alpha_perc")); - foo.setSectorAlphaAmt(rs.getFloat("sector_alpha_amt")); - foo.setGroupAlphaAmt(rs.getFloat("group_alpha_amt")); - foo.setAreaAlphaAmt(rs.getFloat("area_alpha_amt")); - foo.setAbReturnAmt(rs.getFloat("ab_return_amt")); - foo.setAbReturnPerc(rs.getFloat("ab_return_perc")); - foo.setIntradayPerc(rs.getFloat("intraday_perc")); - foo.setIntradayAmt(rs.getFloat("intraday_amt")); - foo.setOptionalityAmt(rs.getFloat("optionality_amt")); - foo.setOptionalityPerc(rs.getFloat("optionality_perc")); - foo.setCurrency(rs.getString("currency")); - foo.setBaseClose(rs.getFloat("base_close")); - foo.setYBaseClose(rs.getFloat("y_base_close")); - foo.setFxPerc(rs.getFloat("fx_perc")); - foo.setFxAmt(rs.getFloat("fx_amt")); - foo.setFxRate(rs.getFloat("fx_rate")); - foo.setYFxRate(rs.getFloat("y_fx_rate")); - foo.setAltIndexReturnPerc(rs.getFloat("alt_index_return_perc")); - foo.setAltIndexReturnAmt(rs.getFloat("alt_index_return_amt")); - foo.setIndexBetaAdjPerc(rs.getFloat("index_beta_adj_perc")); - foo.setIndexBetaAdjAmt(rs.getFloat("index_beta_adj_amt")); - foo.setVwap(rs.getFloat("vwap")); - foo.setVwapPnl(rs.getFloat("vwap_pnl")); - foo.setHedgeAlphaAmt(rs.getFloat("hedge_alpha_amt")); - foo.setExposureView(rs.getString("exposure_view")); - foo.setMarketView(rs.getString("market_view")); - foo.setCallPut(rs.getString("call_put")); - foo.set[month](rs.getString("[month]")); - foo.setPrivate(rs.getBoolean("private")); - foo.setIpo(rs.getBoolean("ipo")); - foo.setRatio(rs.getFloat("ratio")); - foo.setSource(rs.getString("source")); - foo.setGoAround(rs.getTimestamp("go_around")); - foo.setAdh(rs.getFloat("adh")); - foo.setAac(rs.getFloat("aac")); - foo.setAzap(rs.getFloat("azap")); - foo.setExported(rs.getBoolean("exported")); - foo.setHedgeAlphaPerc(rs.getFloat("hedge_alpha_perc")); - foo.setAlphaGoAround(rs.getFloat("alpha_go_around")); - foo.setAlphaReal(rs.getFloat("alpha_real")); - foo.setAlphaUnreal(rs.getFloat("alpha_unreal")); - foo.setPnlReal(rs.getFloat("pnl_real")); - foo.setPnlUnreal(rs.getFloat("pnl_unreal")); - foo.setCashFlow(rs.getFloat("cash_flow")); - foo.setBetaCashFlow(rs.getFloat("beta_cash_flow")); - foo.setLastTradeDate(rs.getTimestamp("last_trade_date")); - foo.setLastTradeQty(rs.getFloat("last_trade_qty")); - foo.setEnterpriseValue(rs.getFloat("enterprise_value")); - foo.setAssociate(rs.getString("associate")); -} diff --git a/proto/Debug/HookDLL.dll b/proto/Debug/HookDLL.dll deleted file mode 100644 index 3f173fa..0000000 Binary files a/proto/Debug/HookDLL.dll and /dev/null differ diff --git a/proto/Debug/HookDLL.exp b/proto/Debug/HookDLL.exp deleted file mode 100644 index 765caa1..0000000 Binary files a/proto/Debug/HookDLL.exp and /dev/null differ diff --git a/proto/Debug/HookDLL.lib b/proto/Debug/HookDLL.lib deleted file mode 100644 index 2185eff..0000000 Binary files a/proto/Debug/HookDLL.lib and /dev/null differ diff --git a/proto/Debug/HookDLL.pdb b/proto/Debug/HookDLL.pdb deleted file mode 100644 index 9913445..0000000 Binary files a/proto/Debug/HookDLL.pdb and /dev/null differ diff --git a/proto/Debug/Mail.java b/proto/Debug/Mail.java deleted file mode 100644 index 970a0cb..0000000 --- a/proto/Debug/Mail.java +++ /dev/null @@ -1,114 +0,0 @@ -package ZBI.Risk.Server.Value.Mapped - - -public class Mail -{ - private string returnPath; - private string subject; - private string receivedFrom; - private string messageID; - private string mailTo; - private string mailFrom; - private string server; - private int messageLength; - private DateTime date; - private string contentType; - private string contentTransferEncoding; - private int mailID; - public string getReturnPath() - { - return returnPath; - } - public void setReturnPath(string returnPath) - { - this.returnPath=returnPath; - } - public string getSubject() - { - return subject; - } - public void setSubject(string subject) - { - this.subject=subject; - } - public string getReceivedFrom() - { - return receivedFrom; - } - public void setReceivedFrom(string receivedFrom) - { - this.receivedFrom=receivedFrom; - } - public string getMessageID() - { - return messageID; - } - public void setMessageID(string messageID) - { - this.messageID=messageID; - } - public string getMailTo() - { - return mailTo; - } - public void setMailTo(string mailTo) - { - this.mailTo=mailTo; - } - public string getMailFrom() - { - return mailFrom; - } - public void setMailFrom(string mailFrom) - { - this.mailFrom=mailFrom; - } - public string getServer() - { - return server; - } - public void setServer(string server) - { - this.server=server; - } - public int getMessageLength() - { - return messageLength; - } - public void setMessageLength(int messageLength) - { - this.messageLength=messageLength; - } - public DateTime getDate() - { - return date; - } - public void setDate(DateTime date) - { - this.date=date; - } - public string getContentType() - { - return contentType; - } - public void setContentType(string contentType) - { - this.contentType=contentType; - } - public string getContentTransferEncoding() - { - return contentTransferEncoding; - } - public void setContentTransferEncoding(string contentTransferEncoding) - { - this.contentTransferEncoding=contentTransferEncoding; - } - public int getMailID() - { - return mailID; - } - public void setMailID(int mailID) - { - this.mailID=mailID; - } -}; diff --git a/proto/Debug/MailRS.java b/proto/Debug/MailRS.java deleted file mode 100644 index 4cba89a..0000000 --- a/proto/Debug/MailRS.java +++ /dev/null @@ -1,21 +0,0 @@ -package ZBI.Risk.Server.Value.Mapped - - -public void processResult() -{ - Mail mail; - ResultSet rs; -// fill in the blanks - mail.setReturnPath(rs.getString("returnPath")); - mail.setSubject(rs.getString("subject")); - mail.setReceivedFrom(rs.getString("receivedFrom")); - mail.setMessageID(rs.getString("messageID")); - mail.setMailTo(rs.getString("mailTo")); - mail.setMailFrom(rs.getString("mailFrom")); - mail.setServer(rs.getString("server")); - mail.setMessageLength(rs.getInt("messageLength")); - mail.setDate(rs.getDateTime("date")); - mail.setContentType(rs.getString("contentType")); - mail.setContentTransferEncoding(rs.getString("contentTransferEncoding")); - mail.setMailID(rs.getInt("mailID")); -} diff --git a/proto/Debug/cbtdll.dll b/proto/Debug/cbtdll.dll deleted file mode 100644 index b60ec3d..0000000 Binary files a/proto/Debug/cbtdll.dll and /dev/null differ diff --git a/proto/Debug/cbtdll.exp b/proto/Debug/cbtdll.exp deleted file mode 100644 index a7e4acc..0000000 Binary files a/proto/Debug/cbtdll.exp and /dev/null differ diff --git a/proto/Debug/cbtdll.lib b/proto/Debug/cbtdll.lib deleted file mode 100644 index 3c0583e..0000000 Binary files a/proto/Debug/cbtdll.lib and /dev/null differ diff --git a/proto/Debug/cbtdll.map b/proto/Debug/cbtdll.map deleted file mode 100644 index d4c2096..0000000 --- a/proto/Debug/cbtdll.map +++ /dev/null @@ -1,1566 +0,0 @@ - cbtdll - - Timestamp is 3ddacf24 (Tue Nov 19 18:54:12 2002) - - Preferred load address is 10000000 - - Start Length Name Class - 0001:00000000 0002f304H .text CODE - 0001:0002f310 00001aa1H .text$x CODE - 0002:00000000 0000234bH .rdata DATA - 0002:00002350 00000344H .rdata$r DATA - 0002:00002698 00000e8dH .xdata$x DATA - 0002:00003530 0000016eH .edata DATA - 0003:00000000 00000104H .CRT$XCA DATA - 0003:00000104 00000109H .CRT$XCU DATA - 0003:00000210 00000104H .CRT$XCZ DATA - 0003:00000314 00000104H .CRT$XIA DATA - 0003:00000418 0000010eH .CRT$XIC DATA - 0003:00000528 00000104H .CRT$XIY DATA - 0003:0000062c 00000104H .CRT$XIZ DATA - 0003:00000730 00000104H .CRT$XPA DATA - 0003:00000834 00000104H .CRT$XPX DATA - 0003:00000938 00000104H .CRT$XPZ DATA - 0003:00000a3c 00000104H .CRT$XTA DATA - 0003:00000b40 00000104H .CRT$XTB DATA - 0003:00000c44 00000104H .CRT$XTZ DATA - 0003:00000d50 0000484eH .data DATA - 0003:000055a0 00001c24H .bss DATA - 0004:00000000 0000003cH .idata$2 DATA - 0004:0000003c 00000014H .idata$3 DATA - 0004:00000050 0000028cH .idata$4 DATA - 0004:000002dc 0000028cH .idata$5 DATA - 0004:00000568 000009a3H .idata$6 DATA - - Address Publics by Value Rva+Base Lib:Object - - 0001:000008a0 ??1Mutex@@UAE@XZ 100018a0 f i dllmain.obj - 0001:00000920 ??1String@@UAE@XZ 10001920 f i dllmain.obj - 0001:00000960 ??_EString@@UAEPAXI@Z 10001960 f i dllmain.obj - 0001:00000960 ??_GString@@UAEPAXI@Z 10001960 f i dllmain.obj - 0001:000009b0 ?removeData@String@@AAEXXZ 100019b0 f i dllmain.obj - 0001:00000a20 ??_GMutex@@UAEPAXI@Z 10001a20 f i dllmain.obj - 0001:00000a20 ??_EMutex@@UAEPAXI@Z 10001a20 f i dllmain.obj - 0001:00000a70 ??0String@@QAE@XZ 10001a70 f i dllmain.obj - 0001:00000ad0 ??BString@@QBEPADXZ 10001ad0 f i dllmain.obj - 0001:00000af0 ?reserve@String@@QAEHIG@Z 10001af0 f i dllmain.obj - 0001:00000bb0 ?str@String@@QAEPADXZ 10001bb0 f i dllmain.obj - 0001:00000bce _GetModuleHandleA@4 10001bce f kernel32:KERNEL32.dll - 0001:00000bd4 _SetWindowsHookExA@16 10001bd4 f user32:USER32.dll - 0001:00000bda _UnhookWindowsHookEx@4 10001bda f user32:USER32.dll - 0001:00000be0 _CallNextHookEx@16 10001be0 f user32:USER32.dll - 0001:00000be6 _GetWindowTextA@12 10001be6 f user32:USER32.dll - 0001:00000bf0 ??0File@@QAE@XZ 10001bf0 f mscommon:File.obj - 0001:00000c54 ??0File@@QAE@VString@@0@Z 10001c54 f mscommon:File.obj - 0001:00000d16 ??0File@@QAE@ABV0@@Z 10001d16 f mscommon:File.obj - 0001:00000d8c ??1File@@UAE@XZ 10001d8c f mscommon:File.obj - 0001:00000def ??4File@@QAEAAV0@ABV0@@Z 10001def f mscommon:File.obj - 0001:00000e6e ??8File@@QAEHABV0@@Z 10001e6e f mscommon:File.obj - 0001:00000e93 ?open@File@@QAEHVString@@0@Z 10001e93 f mscommon:File.obj - 0001:00000f99 ?close@File@@QAEHXZ 10001f99 f mscommon:File.obj - 0001:00000fcf ?pathFileName@File@@QBEABVString@@XZ 10001fcf f mscommon:File.obj - 0001:00000fe0 ?access@File@@QBEABVString@@XZ 10001fe0 f mscommon:File.obj - 0001:00000ff1 ?isOkay@File@@QBEHXZ 10001ff1 f mscommon:File.obj - 0001:0000100a ?write@File@@QAEHPAXK@Z 1000200a f mscommon:File.obj - 0001:00001059 ?write@File@@QAEKE@Z 10002059 f mscommon:File.obj - 0001:00001074 ?write@File@@QAEKG@Z 10002074 f mscommon:File.obj - 0001:0000108f ?write@File@@QAEKK@Z 1000208f f mscommon:File.obj - 0001:000010aa ?write@File@@QAEKH@Z 100020aa f mscommon:File.obj - 0001:000010c5 ?write@File@@QAEKN@Z 100020c5 f mscommon:File.obj - 0001:000010e0 ?write@File@@QAEKPBXK@Z 100020e0 f mscommon:File.obj - 0001:000010fd ?writeLine@File@@QAEHABVString@@@Z 100020fd f mscommon:File.obj - 0001:00001182 ?flush@File@@QAE_NXZ 10002182 f mscommon:File.obj - 0001:000011ae ?tell@File@@QBEKXZ 100021ae f mscommon:File.obj - 0001:000011e9 ?eof@File@@QBEHXZ 100021e9 f mscommon:File.obj - 0001:00001210 ?rewind@File@@QAEHXZ 10002210 f mscommon:File.obj - 0001:0000123f ?seek@File@@QAEHJW4SeekMethod@1@@Z 1000223f f mscommon:File.obj - 0001:00001281 ?read@File@@QAEKAAH@Z 10002281 f mscommon:File.obj - 0001:0000129c ?read@File@@QAEKAAN@Z 1000229c f mscommon:File.obj - 0001:000012b7 ?read@File@@QAEKPAXH@Z 100022b7 f mscommon:File.obj - 0001:000012f9 ?read@File@@QAEKAAE@Z 100022f9 f mscommon:File.obj - 0001:00001314 ?read@File@@QAEKAAG@Z 10002314 f mscommon:File.obj - 0001:0000132f ?read@File@@QAEKAAK@Z 1000232f f mscommon:File.obj - 0001:0000134a ?read@File@@QAEKPADGH@Z 1000234a f mscommon:File.obj - 0001:000013c7 ?readLine@File@@QAEKAAVString@@@Z 100023c7 f mscommon:File.obj - 0001:00001590 ??_GFile@@UAEPAXI@Z 10002590 f i mscommon:File.obj - 0001:00001590 ??_EFile@@UAEPAXI@Z 10002590 f i mscommon:File.obj - 0001:000015c0 ??8String@@QBEHABV0@@Z 100025c0 f i mscommon:File.obj - 0001:00001620 ?isNull@String@@QBEHXZ 10002620 f i mscommon:File.obj - 0001:00001650 ?length@String@@QBEFXZ 10002650 f i mscommon:File.obj - 0001:00001690 ??0String@@QAE@PBD@Z 10002690 f mscommon:String.obj - 0001:0000175c ??0String@@QAE@ABV0@@Z 1000275c f mscommon:String.obj - 0001:000017d9 ??4String@@QAEAAV0@ABV0@@Z 100027d9 f mscommon:String.obj - 0001:00001883 ??4String@@QAEHPBD@Z 10002883 f mscommon:String.obj - 0001:00001906 ??YString@@QAEXD@Z 10002906 f mscommon:String.obj - 0001:0000199d ??YString@@QAEHABV0@@Z 1000299d f mscommon:String.obj - 0001:00001acd ??YString@@QAEHPBD@Z 10002acd f mscommon:String.obj - 0001:00001bef ??HString@@QBE?AV0@ABV0@@Z 10002bef f mscommon:String.obj - 0001:00001c66 ?token@String@@QAEHPBD@Z 10002c66 f mscommon:String.obj - 0001:00001ca6 ?strchr@String@@QBEHD@Z 10002ca6 f mscommon:String.obj - 0001:00001cee ?strpos@String@@QBEHPBD@Z 10002cee f mscommon:String.obj - 0001:00001d35 ?strncmp@String@@QBEHPBD@Z 10002d35 f mscommon:String.obj - 0001:00001da0 ?upper@String@@QAEXXZ 10002da0 f mscommon:String.obj - 0001:00001dea ?lower@String@@QAEXXZ 10002dea f mscommon:String.obj - 0001:00001e34 ?betweenString@String@@QBE?AV1@DD@Z 10002e34 f mscommon:String.obj - 0001:000020fb ?makeBlock@String@@QBEGAAV?$Block@VString@@@@ABV1@@Z 100030fb f mscommon:String.obj - 0001:0000231c ?extractDigits@String@@QBE?AV1@XZ 1000331c f mscommon:String.obj - 0001:0000248c ?extractAlpha@String@@QBE?AV1@XZ 1000348c f mscommon:String.obj - 0001:000025fc ?expand@String@@QAEXXZ 100035fc f mscommon:String.obj - 0001:0000266f ?hex@String@@QBEHXZ 1000366f f mscommon:String.obj - 0001:000029da ?spaceTerm@String@@QAEXXZ 100039da f mscommon:String.obj - 0001:00002a4b ?trimRight@String@@QAEAAV1@XZ 10003a4b f mscommon:String.obj - 0001:00002ac7 ?trimLeft@String@@QAEAAV1@XZ 10003ac7 f mscommon:String.obj - 0001:00002b9b ?removeTokens@String@@QAEXV1@@Z 10003b9b f mscommon:String.obj - 0001:00002ce8 ?replaceToken@String@@QAEXEE@Z 10003ce8 f mscommon:String.obj - 0001:00002deb ?length@String@@QAEXF@Z 10003deb f mscommon:String.obj - 0001:00002ec1 ?convert@String@@QAEXNPBD@Z 10003ec1 f mscommon:String.obj - 0001:00002f00 ?convert@String@@QAEXHPBD@Z 10003f00 f mscommon:String.obj - 0001:00002f3b ?convert@String@@QAEXJPBD@Z 10003f3b f mscommon:String.obj - 0001:00002f76 ?remove@String@@QAEGG@Z 10003f76 f mscommon:String.obj - 0001:0000311f ?substr@String@@QBE?AV1@GG@Z 1000411f f mscommon:String.obj - 0001:0000327e ?insert@String@@QAEGABV1@G@Z 1000427e f mscommon:String.obj - 0001:000034e3 ?insert@String@@QAEGPADG@Z 100044e3 f mscommon:String.obj - 0001:00003749 ?shiftRight@String@@AAEXAAV1@GGGG@Z 10004749 f mscommon:String.obj - 0001:000037de ?toInt@String@@QBEHXZ 100047de f mscommon:String.obj - 0001:0000380a ?toShort@String@@QBEFXZ 1000480a f mscommon:String.obj - 0001:00003837 ?toFloat@String@@QBEMXZ 10004837 f mscommon:String.obj - 0001:0000386c ?toDouble@String@@QBENXZ 1000486c f mscommon:String.obj - 0001:0000389c ?toLong@String@@QBEJXZ 1000489c f mscommon:String.obj - 0001:000038c8 ?fromInt@String@@QAEAAV1@H@Z 100048c8 f mscommon:String.obj - 0001:000038ff ?fromShort@String@@QAEAAV1@F@Z 100048ff f mscommon:String.obj - 0001:00003937 ?fromFloat@String@@QAEAAV1@M@Z 10004937 f mscommon:String.obj - 0001:00003973 ?fromDouble@String@@QAEAAV1@N@Z 10004973 f mscommon:String.obj - 0001:000039ae ?fromLong@String@@QAEAAV1@J@Z 100049ae f mscommon:String.obj - 0001:000039e5 ?fromBool@String@@QAEAAV1@_N@Z 100049e5 f mscommon:String.obj - 0001:00003a1f ??5@YGAAVistream@@AAV0@AAVString@@@Z 10004a1f f mscommon:String.obj - 0001:00003aa9 ??6@YGAAVostream@@AAV0@ABVString@@@Z 10004aa9 f mscommon:String.obj - 0001:00003ac1 ??H@YG?AVString@@PBDABV0@@Z 10004ac1 f mscommon:String.obj - 0001:00003b40 ?lengthBytes@String@@QBEKXZ 10004b40 f i mscommon:String.obj - 0001:00003b60 ??0String@@QAE@D@Z 10004b60 f i mscommon:String.obj - 0001:00003bb0 ?strstr@String@@QBEHPBD@Z 10004bb0 f i mscommon:String.obj - 0001:00003be0 ?substr@String@@QBE?AV1@G@Z 10004be0 f i mscommon:String.obj - 0001:00003c20 ?str@String@@QBEPBDXZ 10004c20 f i mscommon:String.obj - 0001:00003c40 ??Bios@@QBEPAXXZ 10004c40 f i mscommon:String.obj - 0001:00003c60 ?size@?$Block@VString@@@@QBEJXZ 10004c60 f i mscommon:String.obj - 0001:00003c80 ?insert@?$Block@VString@@@@QAEXPBVString@@@Z 10004c80 f i mscommon:String.obj - 0001:00003e40 ?remove@?$Block@VString@@@@QAEXXZ 10004e40 f i mscommon:String.obj - 0001:00003ef0 ?next@?$Container@VString@@@@QAEXPAV1@@Z 10004ef0 f i mscommon:String.obj - 0001:00003f10 ?next@?$Container@VString@@@@QAEPAV1@XZ 10004f10 f i mscommon:String.obj - 0001:00003f30 ?prev@?$Container@VString@@@@QAEXPAV1@@Z 10004f30 f i mscommon:String.obj - 0001:00003f50 ??0?$Container@VString@@@@AAE@XZ 10004f50 f i mscommon:String.obj - 0001:00003f90 ??_G?$Container@VString@@@@EAEPAXI@Z 10004f90 f i mscommon:String.obj - 0001:00003f90 ??_E?$Container@VString@@@@EAEPAXI@Z 10004f90 f i mscommon:String.obj - 0001:00003fc0 ??1?$Container@VString@@@@EAE@XZ 10004fc0 f i mscommon:String.obj - 0001:00004010 ?isInSymbols@SymbolTable@@QAEGD@Z 10005010 f mscommon:Macro.obj - 0001:00004060 ??0Macro@@QAE@XZ 10005060 f mscommon:Macro.obj - 0001:000040c2 ??1Macro@@QAE@XZ 100050c2 f mscommon:Macro.obj - 0001:0000411c ?processEmbeddedMacro@Macro@@QAEXAAVString@@@Z 1000511c f mscommon:Macro.obj - 0001:0000419e ?expandEmbeddedMacro@Macro@@AAEXXZ 1000519e f mscommon:Macro.obj - 0001:000044a7 ?extractString@Macro@@AAEXAAVString@@@Z 100054a7 f mscommon:Macro.obj - 0001:00004576 ?expect@Macro@@AAEGD@Z 10005576 f mscommon:Macro.obj - 0001:000045e4 ?locateFirstEnvironmentString@Macro@@AAE?AVString@@AAV?$Block@VString@@@@@Z 100055e4 f mscommon:Macro.obj - 0001:00004706 ?expandLiteral@Macro@@ABEGAAVString@@@Z 10005706 f mscommon:Macro.obj - 0001:000047ee ?expandFunction@Macro@@ABEGAAVString@@@Z 100057ee f mscommon:Macro.obj - 0001:00004ae0 ??0SymbolTable@@QAE@XZ 10005ae0 f i mscommon:Macro.obj - 0001:00004b50 ??1SymbolTable@@QAE@XZ 10005b50 f i mscommon:Macro.obj - 0001:00004b70 ?pushSymbol@SymbolTable@@QAEXD@Z 10005b70 f i mscommon:Macro.obj - 0001:00004bb0 ?popSymbol@SymbolTable@@QAEXH@Z 10005bb0 f i mscommon:Macro.obj - 0001:00004be0 ??0SystemTime@@QAE@XZ 10005be0 f i mscommon:Macro.obj - 0001:00004c00 ??_ESystemTime@@UAEPAXI@Z 10005c00 f i mscommon:Macro.obj - 0001:00004c00 ??_GSystemTime@@UAEPAXI@Z 10005c00 f i mscommon:Macro.obj - 0001:00004c30 ??1SystemTime@@UAE@XZ 10005c30 f i mscommon:Macro.obj - 0001:00004c50 ?refresh@SystemTime@@QAEXXZ 10005c50 f i mscommon:Macro.obj - 0001:00004c70 ?localTime@SystemTime@@QAEXXZ 10005c70 f i mscommon:Macro.obj - 0001:00004ca0 ??0DiskInfo@@QAE@XZ 10005ca0 f i mscommon:Macro.obj - 0001:00004cc0 ??0FindData@@QAE@XZ 10005cc0 f i mscommon:Macro.obj - 0001:00004cf0 ??_GFindData@@UAEPAXI@Z 10005cf0 f i mscommon:Macro.obj - 0001:00004cf0 ??_EFindData@@UAEPAXI@Z 10005cf0 f i mscommon:Macro.obj - 0001:00004d20 ??1FindData@@UAE@XZ 10005d20 f i mscommon:Macro.obj - 0001:00004d40 ?zeroInit@FindData@@AAEXXZ 10005d40 f i mscommon:Macro.obj - 0001:00004d80 ??_EDiskInfo@@UAEPAXI@Z 10005d80 f i mscommon:Macro.obj - 0001:00004d80 ??_GDiskInfo@@UAEPAXI@Z 10005d80 f i mscommon:Macro.obj - 0001:00004db0 ??1DiskInfo@@UAE@XZ 10005db0 f i mscommon:Macro.obj - 0001:00004dd0 ??0RegSam@@QAE@XZ 10005dd0 f i mscommon:Macro.obj - 0001:00004e00 ??_GRegSam@@UAEPAXI@Z 10005e00 f i mscommon:Macro.obj - 0001:00004e00 ??_ERegSam@@UAEPAXI@Z 10005e00 f i mscommon:Macro.obj - 0001:00004e30 ??1RegSam@@UAE@XZ 10005e30 f i mscommon:Macro.obj - 0001:00004e50 ??0?$Block@VString@@@@QAE@XZ 10005e50 f i mscommon:Macro.obj - 0001:00004ea0 ??1?$Block@VString@@@@UAE@XZ 10005ea0 f i mscommon:Macro.obj - 0001:00004ec0 ??A?$Block@VString@@@@QAEAAVString@@J@Z 10005ec0 f i mscommon:Macro.obj - 0001:00004f80 ??_G?$Block@VString@@@@UAEPAXI@Z 10005f80 f i mscommon:Macro.obj - 0001:00004f80 ??_E?$Block@VString@@@@UAEPAXI@Z 10005f80 f i mscommon:Macro.obj - 0001:00004fb0 ??0BoundaryError@@QAE@XZ 10005fb0 f i mscommon:Macro.obj - 0001:00004fd0 ??0Exception@@QAE@XZ 10005fd0 f i mscommon:Macro.obj - 0001:00005030 ??_EException@@UAEPAXI@Z 10006030 f i mscommon:Macro.obj - 0001:00005030 ??_GException@@UAEPAXI@Z 10006030 f i mscommon:Macro.obj - 0001:00005060 ??1Exception@@UAE@XZ 10006060 f i mscommon:Macro.obj - 0001:00005080 ?toString@BoundaryError@@UAE?AVString@@XZ 10006080 f i mscommon:Macro.obj - 0001:000050b0 ??1BoundaryError@@UAE@XZ 100060b0 f i mscommon:Macro.obj - 0001:000050d0 ??0BoundaryError@@QAE@ABV0@@Z 100060d0 f i mscommon:Macro.obj - 0001:00005100 ??0Exception@@QAE@ABV0@@Z 10006100 f i mscommon:Macro.obj - 0001:00005130 ??_GBoundaryError@@UAEPAXI@Z 10006130 f i mscommon:Macro.obj - 0001:00005130 ??_EBoundaryError@@UAEPAXI@Z 10006130 f i mscommon:Macro.obj - 0001:00005160 ?find@?$Block@VString@@@@AAEAAVString@@J@Z 10006160 f i mscommon:Macro.obj - 0001:000051d0 ??0RegKey@@QAE@XZ 100061d0 f mscommon:Regkey.obj - 0001:00005204 ??0RegKey@@QAE@W4Key@0@@Z 10006204 f mscommon:Regkey.obj - 0001:00005239 ??0RegKey@@QAE@ABV0@@Z 10006239 f mscommon:Regkey.obj - 0001:0000527b ??1RegKey@@UAE@XZ 1000627b f mscommon:Regkey.obj - 0001:00005297 ??4RegKey@@QAEAAV0@ABV0@@Z 10006297 f mscommon:Regkey.obj - 0001:000052d6 ??8RegKey@@QAEGABV0@@Z 100062d6 f mscommon:Regkey.obj - 0001:000052f4 ??BRegKey@@QBEPAUHKEY__@@XZ 100062f4 f mscommon:Regkey.obj - 0001:00005305 ?createKey@RegKey@@QAEGABV1@ABVString@@1ABVRegSam@@@Z 10006305 f mscommon:Regkey.obj - 0001:000053ee ?createKey@RegKey@@QAEGABVString@@0ABVRegSam@@@Z 100063ee f mscommon:Regkey.obj - 0001:00005460 ?createKey@RegKey@@QAEGW4Key@1@ABVString@@ABVRegSam@@@Z 10006460 f mscommon:Regkey.obj - 0001:000054eb ?openKey@RegKey@@QAEGW4Key@1@ABVString@@ABVRegSam@@@Z 100064eb f mscommon:Regkey.obj - 0001:00005519 ?openKey@RegKey@@QAEGABV1@ABVString@@ABVRegSam@@@Z 10006519 f mscommon:Regkey.obj - 0001:000055a2 ?openKey@RegKey@@QAEGABVString@@ABVRegSam@@@Z 100065a2 f mscommon:Regkey.obj - 0001:0000560e ?closeKey@RegKey@@QAEXXZ 1000660e f mscommon:Regkey.obj - 0001:00005656 ?connectRegistry@RegKey@@QAEGABVString@@ABV1@@Z 10006656 f mscommon:Regkey.obj - 0001:000056d4 ?deleteKey@RegKey@@QAEGABVString@@@Z 100066d4 f mscommon:Regkey.obj - 0001:0000572f ?deleteValue@RegKey@@QAEGABVString@@@Z 1000672f f mscommon:Regkey.obj - 0001:0000578a ?descendKey@RegKey@@AAEGABV1@ABVString@@ABVRegSam@@@Z 1000678a f mscommon:Regkey.obj - 0001:00005807 ?createDescendKey@RegKey@@AAEGABVString@@0ABVRegSam@@@Z 10006807 f mscommon:Regkey.obj - 0001:000058ac ?queryValue@RegKey@@QBEGABVString@@AAV2@@Z 100068ac f mscommon:Regkey.obj - 0001:00005972 ?queryValue@RegKey@@QBEGABVString@@AAK@Z 10006972 f mscommon:Regkey.obj - 0001:00005a34 ?setValue@RegKey@@QAEGABVString@@0@Z 10006a34 f mscommon:Regkey.obj - 0001:00005b1a ?setValue@RegKey@@QAEGABVString@@K@Z 10006b1a f mscommon:Regkey.obj - 0001:00005b82 ?enumValue@RegKey@@QAEGKAAVString@@0@Z 10006b82 f mscommon:Regkey.obj - 0001:00005c19 ?enumValue@RegKey@@QAEGKAAVString@@AAK@Z 10006c19 f mscommon:Regkey.obj - 0001:00005c9c ?enumKey@RegKey@@QAEGKAAVString@@@Z 10006c9c f mscommon:Regkey.obj - 0001:00005cfd ?isOpenKey@RegKey@@QBEGXZ 10006cfd f mscommon:Regkey.obj - 0001:00005d0f ?isOpenKey@RegKey@@AAEXG@Z 10006d0f f mscommon:Regkey.obj - 0001:00005d27 ?isOkay@RegKey@@QBEGXZ 10006d27 f mscommon:Regkey.obj - 0001:00005d62 ?isPredefinedKey@RegKey@@ABEGXZ 10006d62 f mscommon:Regkey.obj - 0001:00005db0 ??_GRegKey@@UAEPAXI@Z 10006db0 f i mscommon:Regkey.obj - 0001:00005db0 ??_ERegKey@@UAEPAXI@Z 10006db0 f i mscommon:Regkey.obj - 0001:00005de0 ??BRegSam@@QBEKXZ 10006de0 f i mscommon:Regkey.obj - 0001:00005e00 ?getLogicalDrives@DiskInfo@@QBEGAAV?$Block@VString@@@@@Z 10006e00 f mscommon:Diskinfo.obj - 0001:00005ece ?getFixedLogicalDrives@DiskInfo@@QBEGAAV?$Block@VString@@@@@Z 10006ece f mscommon:Diskinfo.obj - 0001:00005fc3 ?getCurrentDirectory@DiskInfo@@QBEKAAVString@@@Z 10006fc3 f mscommon:Diskinfo.obj - 0001:0000603b ?copyFile@DiskInfo@@QAEHABVString@@0H@Z 1000703b f mscommon:Diskinfo.obj - 0001:00006086 ?rename@DiskInfo@@QAEHABVString@@0@Z 10007086 f mscommon:Diskinfo.obj - 0001:000060b0 ?getDriveType@DiskInfo@@QBE?AW4DriveType@1@VString@@@Z 100070b0 f i mscommon:Diskinfo.obj - 0001:00006170 ?rootPath@DiskInfo@@ABE?AVString@@V2@@Z 10007170 f i mscommon:Diskinfo.obj - 0001:00006270 ?toString@SystemTime@@QAE?AVString@@XZ 10007270 f mscommon:Systime.obj - 0001:0000638f ?toStringShort@SystemTime@@QAE?AVString@@XZ 1000738f f mscommon:Systime.obj - 0001:000064ae ??OSystemTime@@QBE_NABV0@@Z 100074ae f mscommon:Systime.obj - 0001:000066b0 ??MSystemTime@@QBE_NABV0@@Z 100076b0 f mscommon:Systime.obj - 0001:000066f1 ?makeTime@SystemTime@@QAEXGGGGGG@Z 100076f1 f mscommon:Systime.obj - 0001:000067b3 ?getMonth@SystemTime@@AAEXAAVString@@@Z 100077b3 f mscommon:Systime.obj - 0001:000068d5 ?getDay@SystemTime@@AAEXAAVString@@_N@Z 100078d5 f mscommon:Systime.obj - 0001:00006a70 ?daysAdd360@SystemTime@@QAEXF@Z 10007a70 f mscommon:Systime.obj - 0001:00006c10 ?year@SystemTime@@QBEGXZ 10007c10 f i mscommon:Systime.obj - 0001:00006c30 ?day@SystemTime@@QBEGXZ 10007c30 f i mscommon:Systime.obj - 0001:00006c50 ?hour@SystemTime@@QBEGXZ 10007c50 f i mscommon:Systime.obj - 0001:00006c70 ?minute@SystemTime@@QBEGXZ 10007c70 f i mscommon:Systime.obj - 0001:00006c90 ?second@SystemTime@@QBEGXZ 10007c90 f i mscommon:Systime.obj - 0001:00006cb0 ?month@SystemTime@@QBE?AW4Month@1@XZ 10007cb0 f i mscommon:Systime.obj - 0001:00006cd0 ?milliseconds@SystemTime@@QBEGXZ 10007cd0 f i mscommon:Systime.obj - 0001:00006cf0 ??8SystemTime@@QBE_NABV0@@Z 10007cf0 f i mscommon:Systime.obj - 0001:00006e20 ?dayOfWeek@SystemTime@@QBE?AW4Day@1@XZ 10007e20 f i mscommon:Systime.obj - 0001:00006e40 ?year@SystemTime@@QAEXG@Z 10007e40 f i mscommon:Systime.obj - 0001:00006e60 ?month@SystemTime@@QAEXW4Month@1@@Z 10007e60 f i mscommon:Systime.obj - 0001:00006e80 ?day@SystemTime@@QAEXG@Z 10007e80 f i mscommon:Systime.obj - 0001:00006ea0 ?destroyFind@FindData@@AAEXXZ 10007ea0 f mscommon:Finddata.obj - 0001:00006ed6 ?findFirst@FindData@@QAEGABVString@@K@Z 10007ed6 f mscommon:Finddata.obj - 0001:00006f77 ?altFileName@FindData@@QAEXVString@@@Z 10007f77 f mscommon:Finddata.obj - 0001:00007016 ??4FindData@@QAEAAV0@ABV0@@Z 10008016 f mscommon:Finddata.obj - 0001:00007157 ??8FindData@@QBEGABV0@@Z 10008157 f mscommon:Finddata.obj - 0001:00007410 ?attributes@FindData@@QAEXK@Z 10008410 f i mscommon:Finddata.obj - 0001:00007430 ?fileName@FindData@@QAEXVString@@@Z 10008430 f i mscommon:Finddata.obj - 0001:000074e0 ?attributes@FindData@@QBEKXZ 100084e0 f i mscommon:Finddata.obj - 0001:00007500 ?creationTime@FindData@@QBE?AVSystemTime@@XZ 10008500 f i mscommon:Finddata.obj - 0001:00007550 ??0SystemTime@@QAE@ABVFileTime@@@Z 10008550 f i mscommon:Finddata.obj - 0001:00007580 ??4SystemTime@@QAEAAV0@ABVFileTime@@@Z 10008580 f i mscommon:Finddata.obj - 0001:000075d0 ?creationTime@FindData@@QAEXABVSystemTime@@@Z 100085d0 f i mscommon:Finddata.obj - 0001:00007610 ??4FileTime@@QAEAAV0@ABVSystemTime@@@Z 10008610 f i mscommon:Finddata.obj - 0001:00007650 ?lastAccessTime@FindData@@QBE?AVSystemTime@@XZ 10008650 f i mscommon:Finddata.obj - 0001:000076a0 ?lastAccessTime@FindData@@QAEXABVSystemTime@@@Z 100086a0 f i mscommon:Finddata.obj - 0001:000076e0 ?lastModifyTime@FindData@@QBE?AVSystemTime@@XZ 100086e0 f i mscommon:Finddata.obj - 0001:00007730 ?lastModifyTime@FindData@@QAEXABVSystemTime@@@Z 10008730 f i mscommon:Finddata.obj - 0001:00007770 ?sizeHigh@FindData@@QBEKXZ 10008770 f i mscommon:Finddata.obj - 0001:00007790 ?sizeHigh@FindData@@QAEXK@Z 10008790 f i mscommon:Finddata.obj - 0001:000077b0 ?sizeLow@FindData@@QBEKXZ 100087b0 f i mscommon:Finddata.obj - 0001:000077d0 ?sizeLow@FindData@@QAEXK@Z 100087d0 f i mscommon:Finddata.obj - 0001:000077f0 ?fileName@FindData@@QBE?AVString@@XZ 100087f0 f i mscommon:Finddata.obj - 0001:00007830 ?altFileName@FindData@@QBE?AVString@@XZ 10008830 f i mscommon:Finddata.obj - 0001:00007870 ??0Mutex@@QAE@XZ 10008870 f msthread:Mutex.obj - 0001:000078de ??0Mutex@@QAE@ABVString@@H@Z 100088de f msthread:Mutex.obj - 0001:00007974 ?requestMutex@Mutex@@QBEGKG@Z 10008974 f msthread:Mutex.obj - 0001:000079dd ?releaseMutex@Mutex@@QBEGXZ 100089dd f msthread:Mutex.obj - 0001:00007a06 ?closeMutex@Mutex@@QAEGXZ 10008a06 f msthread:Mutex.obj - 0001:00007a40 ?isOkay@Mutex@@QBEHXZ 10008a40 f i msthread:Mutex.obj - 0001:00007a60 ??0PostFix@@QAE@XZ 10008a60 f i msthread:Mutex.obj - 0001:00007a80 ??_EPostFix@@UAEPAXI@Z 10008a80 f i msthread:Mutex.obj - 0001:00007a80 ??_GPostFix@@UAEPAXI@Z 10008a80 f i msthread:Mutex.obj - 0001:00007ab0 ??1PostFix@@UAE@XZ 10008ab0 f i msthread:Mutex.obj - 0001:00007ad0 ?postFix@PostFix@@QBEXAAVString@@@Z 10008ad0 f i msthread:Mutex.obj - 0001:00007b50 ??3@YAXPAX@Z 10008b50 f libcpmtd:delop.obj - 0001:00007b70 ?get@istream@@QAEHXZ 10008b70 f libcimtd:istrget.obj - 0001:00007bf0 ?isfx@istream@@QAEXXZ 10008bf0 f i libcimtd:istrget.obj - 0001:00007c30 ?unlock@ios@@QAAXXZ 10008c30 f i libcimtd:istrget.obj - 0001:00007c50 ?lockptr@ios@@IAEPAU_CRT_CRITICAL_SECTION@@XZ 10008c50 f i libcimtd:istrget.obj - 0001:00007c70 ?unlockbuf@ios@@QAAXXZ 10008c70 f i libcimtd:istrget.obj - 0001:00007c80 ?unlock@streambuf@@QAEXXZ 10008c80 f i libcimtd:istrget.obj - 0001:00007cb0 ?lockptr@streambuf@@IAEPAU_CRT_CRITICAL_SECTION@@XZ 10008cb0 f i libcimtd:istrget.obj - 0001:00007cd0 ?get@istream@@QAEAAV1@AAD@Z 10008cd0 f libcimtd:istrget.obj - 0001:00007d50 ?read@istream@@QAEAAV1@PADH@Z 10008d50 f libcimtd:istrget.obj - 0001:00007dd0 ?sgetn@streambuf@@QAEHPADH@Z 10008dd0 f i libcimtd:istrget.obj - 0001:00007df0 ?opfx@ostream@@QAEHXZ 10008df0 f libcimtd:ostream.obj - 0001:00007ea0 ?lock@ios@@QAAXXZ 10008ea0 f i libcimtd:ostream.obj - 0001:00007ec0 ?lockbuf@ios@@QAAXXZ 10008ec0 f i libcimtd:ostream.obj - 0001:00007ed0 ?lock@streambuf@@QAEXXZ 10008ed0 f i libcimtd:ostream.obj - 0001:00007f00 ?osfx@ostream@@QAEXXZ 10008f00 f libcimtd:ostream.obj - 0001:00008020 ??6ostream@@QAEAAV0@PBD@Z 10009020 f libcimtd:ostream.obj - 0001:00008060 ?flush@ostream@@QAEAAV1@XZ 10009060 f libcimtd:ostream.obj - 0001:00008110 ??0ostream@@IAE@XZ 10009110 f libcimtd:ostream.obj - 0001:00008170 ??_Gostream@@UAEPAXI@Z 10009170 f i libcimtd:ostream.obj - 0001:00008170 ??_Eostream@@UAEPAXI@Z 10009170 f i libcimtd:ostream.obj - 0001:000081b0 ??_Dostream@@QAEXXZ 100091b0 f i libcimtd:ostream.obj - 0001:000081e0 ??0ostream@@QAE@PAVstreambuf@@@Z 100091e0 f libcimtd:ostream.obj - 0001:00008280 ??0ostream@@IAE@ABV0@@Z 10009280 f libcimtd:ostream.obj - 0001:00008330 ?rdbuf@ios@@QBEPAVstreambuf@@XZ 10009330 f i libcimtd:ostream.obj - 0001:00008350 ??1ostream@@UAE@XZ 10009350 f libcimtd:ostream.obj - 0001:00008370 ??4ostream@@IAEAAV0@PAVstreambuf@@@Z 10009370 f libcimtd:ostream.obj - 0001:00008480 ?delbuf@ios@@QBEHXZ 10009480 f i libcimtd:ostream.obj - 0001:000084a0 ?delbuf@ios@@QAEXH@Z 100094a0 f i libcimtd:ostream.obj - 0001:000084c0 ??0ostream_withassign@@QAE@XZ 100094c0 f libcimtd:ostream.obj - 0001:00008550 ??_Gostream_withassign@@UAEPAXI@Z 10009550 f i libcimtd:ostream.obj - 0001:00008550 ??_Eostream_withassign@@UAEPAXI@Z 10009550 f i libcimtd:ostream.obj - 0001:00008590 ??_Dostream_withassign@@QAEXXZ 10009590 f i libcimtd:ostream.obj - 0001:000085c0 ??0ostream_withassign@@QAE@PAVstreambuf@@@Z 100095c0 f libcimtd:ostream.obj - 0001:00008650 ??1ostream_withassign@@UAE@XZ 10009650 f libcimtd:ostream.obj - 0001:00008680 ?writepad@ostream@@AAEAAV1@PBD0@Z 10009680 f libcimtd:ostream.obj - 0001:000088e0 ?sputc@streambuf@@QAEHH@Z 100098e0 f i libcimtd:ostream.obj - 0001:00008940 ?sputn@streambuf@@QAEHPBDH@Z 10009940 f i libcimtd:ostream.obj - 0001:00008960 ?snextc@streambuf@@QAEHXZ 10009960 f libcimtd:streamb1.obj - 0001:00008a10 ?gptr@streambuf@@IBEPADXZ 10009a10 f i libcimtd:streamb1.obj - 0001:00008a30 ?egptr@streambuf@@IBEPADXZ 10009a30 f i libcimtd:streamb1.obj - 0001:00008a50 ?sbumpc@streambuf@@QAEHXZ 10009a50 f libcimtd:streamb1.obj - 0001:00008ae0 ?stossc@streambuf@@QAEXXZ 10009ae0 f libcimtd:streamb1.obj - 0001:00008b60 ?sgetc@streambuf@@QAEHXZ 10009b60 f libcimtd:streamb1.obj - 0001:00008bb0 ??0istream@@IAE@XZ 10009bb0 f libcimtd:istream.obj - 0001:00008c40 ??_Eistream@@UAEPAXI@Z 10009c40 f i libcimtd:istream.obj - 0001:00008c40 ??_Gistream@@UAEPAXI@Z 10009c40 f i libcimtd:istream.obj - 0001:00008c80 ??_Distream@@QAEXXZ 10009c80 f i libcimtd:istream.obj - 0001:00008cb0 ??0istream@@QAE@PAVstreambuf@@@Z 10009cb0 f libcimtd:istream.obj - 0001:00008d80 ??0istream@@IAE@ABV0@@Z 10009d80 f libcimtd:istream.obj - 0001:00008e60 ??1istream@@UAE@XZ 10009e60 f libcimtd:istream.obj - 0001:00008e80 ??4istream@@IAEAAV0@PAVstreambuf@@@Z 10009e80 f libcimtd:istream.obj - 0001:00008fc0 ?ipfx@istream@@QAEHH@Z 10009fc0 f libcimtd:istream.obj - 0001:00009120 ?in_avail@streambuf@@QBEHXZ 1000a120 f i libcimtd:istream.obj - 0001:00009160 ??5istream@@QAEAAV0@PAD@Z 1000a160 f libcimtd:istream.obj - 0001:000092d0 ?peek@istream@@QAEHXZ 1000a2d0 f libcimtd:istream.obj - 0001:00009320 ?putback@istream@@QAEAAV1@D@Z 1000a320 f libcimtd:istream.obj - 0001:000093b0 ?sputbackc@streambuf@@QAEHD@Z 1000a3b0 f i libcimtd:istream.obj - 0001:00009410 ?clear@ios@@QAEXH@Z 1000a410 f i libcimtd:istream.obj - 0001:00009440 ?good@ios@@QBEHXZ 1000a440 f i libcimtd:istream.obj - 0001:00009460 ?sync@istream@@QAEHXZ 1000a460 f libcimtd:istream.obj - 0001:000094f0 ?eatwhite@istream@@QAEXXZ 1000a4f0 f libcimtd:istream.obj - 0001:000095a0 ??0istream_withassign@@QAE@XZ 1000a5a0 f libcimtd:istream.obj - 0001:00009630 ??_Eistream_withassign@@UAEPAXI@Z 1000a630 f i libcimtd:istream.obj - 0001:00009630 ??_Gistream_withassign@@UAEPAXI@Z 1000a630 f i libcimtd:istream.obj - 0001:00009670 ??_Distream_withassign@@QAEXXZ 1000a670 f i libcimtd:istream.obj - 0001:000096a0 ??0istream_withassign@@QAE@PAVstreambuf@@@Z 1000a6a0 f libcimtd:istream.obj - 0001:00009730 ??1istream_withassign@@UAE@XZ 1000a730 f libcimtd:istream.obj - 0001:00009760 __mtlockinit 1000a760 f libcimtd:mtlock.obj - 0001:00009770 __mtlockterm 1000a770 f libcimtd:mtlock.obj - 0001:00009780 __mtlock 1000a780 f libcimtd:mtlock.obj - 0001:00009790 __mtunlock 1000a790 f libcimtd:mtlock.obj - 0001:000097a0 ??0ios@@IAE@XZ 1000a7a0 f libcimtd:_ios.obj - 0001:00009860 ??_Gios@@UAEPAXI@Z 1000a860 f i libcimtd:_ios.obj - 0001:00009860 ??_Eios@@UAEPAXI@Z 1000a860 f i libcimtd:_ios.obj - 0001:00009890 ??0ios@@QAE@PAVstreambuf@@@Z 1000a890 f libcimtd:_ios.obj - 0001:00009960 ??0ios@@IAE@ABV0@@Z 1000a960 f libcimtd:_ios.obj - 0001:000099e0 ??1ios@@UAE@XZ 1000a9e0 f libcimtd:_ios.obj - 0001:00009a90 ?init@ios@@IAEXPAVstreambuf@@@Z 1000aa90 f libcimtd:_ios.obj - 0001:00009b20 ??4ios@@IAEAAV0@ABV0@@Z 1000ab20 f libcimtd:_ios.obj - 0001:00009bb0 ?flags@ios@@QBEJXZ 1000abb0 f i libcimtd:_ios.obj - 0001:00009bd0 ?width@ios@@QBEHXZ 1000abd0 f i libcimtd:_ios.obj - 0001:00009bf0 ?tie@ios@@QBEPAVostream@@XZ 1000abf0 f i libcimtd:_ios.obj - 0001:00009c10 ?fill@ios@@QBEDXZ 1000ac10 f i libcimtd:_ios.obj - 0001:00009c30 ?precision@ios@@QBEHXZ 1000ac30 f i libcimtd:_ios.obj - 0001:00009c50 ?rdstate@ios@@QBEHXZ 1000ac50 f i libcimtd:_ios.obj - 0001:00009c70 ?xalloc@ios@@SAHXZ 1000ac70 f libcimtd:_ios.obj - 0001:00009cb0 ?lockc@ios@@KAXXZ 1000acb0 f i libcimtd:_ios.obj - 0001:00009cd0 ?unlockc@ios@@KAXXZ 1000acd0 f i libcimtd:_ios.obj - 0001:00009cf0 ?bitalloc@ios@@SAJXZ 1000acf0 f libcimtd:_ios.obj - 0001:00009d20 __chkesp 1000ad20 f LIBCMTD:chkesp.obj - 0001:00009d60 __onexit 1000ad60 f LIBCMTD:onexit.obj - 0001:00009e20 _atexit 1000ae20 f LIBCMTD:onexit.obj - 0001:00009e40 ___onexitinit 1000ae40 f LIBCMTD:onexit.obj - 0001:00009e90 ?_JumpToContinuation@@YGXPAXPAUEHRegistrationNode@@@Z 1000ae90 f LIBCMTD:trnsctrl.obj - 0001:00009ed0 ?_CallMemberFunction0@@YGXPAX0@Z 1000aed0 f LIBCMTD:trnsctrl.obj - 0001:00009ee0 ?_CallMemberFunction1@@YGXPAX00@Z 1000aee0 f LIBCMTD:trnsctrl.obj - 0001:00009ef0 ?_CallMemberFunction2@@YGXPAX00H@Z 1000aef0 f LIBCMTD:trnsctrl.obj - 0001:00009f00 ?_UnwindNestedFrames@@YGXPAUEHRegistrationNode@@PAUEHExceptionRecord@@@Z 1000af00 f LIBCMTD:trnsctrl.obj - 0001:00009f60 ___CxxFrameHandler 1000af60 f LIBCMTD:trnsctrl.obj - 0001:00009fa0 ___CxxLongjmpUnwind@4 1000afa0 f LIBCMTD:trnsctrl.obj - 0001:00009fd0 ?_CallCatchBlock2@@YAPAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@PAXHK@Z 1000afd0 f LIBCMTD:trnsctrl.obj - 0001:0000a080 ?_CallSETranslator@@YAHPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAX2PBU_s_FuncInfo@@H1@Z 1000b080 f LIBCMTD:trnsctrl.obj - 0001:0000a1e0 ?_GetRangeOfTrysToCheck@@YAPBU_s_TryBlockMapEntry@@PBU_s_FuncInfo@@HHPAI1@Z 1000b1e0 f LIBCMTD:trnsctrl.obj - 0001:0000a270 __global_unwind2 1000b270 f LIBCMTD:exsup.obj - 0001:0000a2b2 __local_unwind2 1000b2b2 f LIBCMTD:exsup.obj - 0001:0000a30a __NLG_Return2 1000b30a f LIBCMTD:exsup.obj - 0001:0000a31a __abnormal_termination 1000b31a f LIBCMTD:exsup.obj - 0001:0000a33d __NLG_Notify1 1000b33d f LIBCMTD:exsup.obj - 0001:0000a346 __NLG_Notify 1000b346 f LIBCMTD:exsup.obj - 0001:0000a359 __NLG_Dispatch 1000b359 f LIBCMTD:exsup.obj - 0001:0000a360 _printf 1000b360 f LIBCMTD:printf.obj - 0001:0000a400 _sprintf 1000b400 f LIBCMTD:sprintf.obj - 0001:0000a500 _memset 1000b500 f LIBCMTD:memset.obj - 0001:0000a560 ??2@YAPAXI@Z 1000b560 f LIBCMTD:new.obj - 0001:0000a580 __CRT_INIT@12 1000b580 f LIBCMTD:dllcrt0.obj - 0001:0000a6c0 __DllMainCRTStartup@12 1000b6c0 f LIBCMTD:dllcrt0.obj - 0001:0000a7c0 __amsg_exit 1000b7c0 f LIBCMTD:dllcrt0.obj - 0001:0000a800 _strcmp 1000b800 f LIBCMTD:strcmp.obj - 0001:0000a890 __fsopen 1000b890 f LIBCMTD:fopen.obj - 0001:0000a990 _fopen 1000b990 f LIBCMTD:fopen.obj - 0001:0000a9b0 _fclose 1000b9b0 f LIBCMTD:fclose.obj - 0001:0000aa40 __fclose_lk 1000ba40 f LIBCMTD:fclose.obj - 0001:0000ab00 _fwrite 1000bb00 f LIBCMTD:fwrite.obj - 0001:0000ab40 __fwrite_lk 1000bb40 f LIBCMTD:fwrite.obj - 0001:0000ad60 _strlen 1000bd60 f LIBCMTD:strlen.obj - 0001:0000ade0 _fflush 1000bde0 f LIBCMTD:fflush.obj - 0001:0000ae30 __fflush_lk 1000be30 f LIBCMTD:fflush.obj - 0001:0000ae80 __flush 1000be80 f LIBCMTD:fflush.obj - 0001:0000af40 __flushall 1000bf40 f LIBCMTD:fflush.obj - 0001:0000b090 _fgetpos 1000c090 f LIBCMTD:fgetpos.obj - 0001:0000b0d0 _rewind 1000c0d0 f LIBCMTD:rewind.obj - 0001:0000b1c0 _fseek 1000c1c0 f LIBCMTD:fseek.obj - 0001:0000b230 __fseek_lk 1000c230 f LIBCMTD:fseek.obj - 0001:0000b360 _fread 1000c360 f LIBCMTD:fread.obj - 0001:0000b3a0 __fread_lk 1000c3a0 f LIBCMTD:fread.obj - 0001:0000b570 _memcpy 1000c570 f LIBCMTD:memcpy.obj - 0001:0000b8b0 _strcpy 1000c8b0 f LIBCMTD:strcat.obj - 0001:0000b8c0 _strcat 1000c8c0 f LIBCMTD:strcat.obj - 0001:0000b9a8 __except_handler3 1000c9a8 f LIBCMTD:exsup3.obj - 0001:0000ba65 __seh_longjmp_unwind@4 1000ca65 f LIBCMTD:exsup3.obj - 0001:0000ba80 _strtok 1000ca80 f LIBCMTD:strtok.obj - 0001:0000bbe0 _strchr 1000cbe0 f LIBCMTD:strchr.obj - 0001:0000bbe6 ___from_strstr_to_strchr 1000cbe6 f LIBCMTD:strchr.obj - 0001:0000bca0 _strstr 1000cca0 f LIBCMTD:strstr.obj - 0001:0000bd20 _strncmp 1000cd20 f LIBCMTD:strncmp.obj - 0001:0000bd60 __toupper 1000cd60 f LIBCMTD:toupper.obj - 0001:0000bd70 _toupper 1000cd70 f LIBCMTD:toupper.obj - 0001:0000be10 __toupper_lk 1000ce10 f LIBCMTD:toupper.obj - 0001:0000bf40 __tolower 1000cf40 f LIBCMTD:tolower.obj - 0001:0000bf50 _tolower 1000cf50 f LIBCMTD:tolower.obj - 0001:0000bff0 __tolower_lk 1000cff0 f LIBCMTD:tolower.obj - 0001:0000c120 _isalpha 1000d120 f LIBCMTD:_ctype.obj - 0001:0000c170 _isupper 1000d170 f LIBCMTD:_ctype.obj - 0001:0000c1b0 _islower 1000d1b0 f LIBCMTD:_ctype.obj - 0001:0000c1f0 _isdigit 1000d1f0 f LIBCMTD:_ctype.obj - 0001:0000c230 _isxdigit 1000d230 f LIBCMTD:_ctype.obj - 0001:0000c280 _isspace 1000d280 f LIBCMTD:_ctype.obj - 0001:0000c2c0 _ispunct 1000d2c0 f LIBCMTD:_ctype.obj - 0001:0000c300 _isalnum 1000d300 f LIBCMTD:_ctype.obj - 0001:0000c350 _isprint 1000d350 f LIBCMTD:_ctype.obj - 0001:0000c3a0 _isgraph 1000d3a0 f LIBCMTD:_ctype.obj - 0001:0000c3f0 _iscntrl 1000d3f0 f LIBCMTD:_ctype.obj - 0001:0000c430 ___isascii 1000d430 f LIBCMTD:_ctype.obj - 0001:0000c440 ___toascii 1000d440 f LIBCMTD:_ctype.obj - 0001:0000c450 ___iscsymf 1000d450 f LIBCMTD:_ctype.obj - 0001:0000c4b0 ___iscsym 1000d4b0 f LIBCMTD:_ctype.obj - 0001:0000c510 __fpmath 1000d510 f LIBCMTD:fpinit.obj - 0001:0000c540 __fpclear 1000d540 f LIBCMTD:fpinit.obj - 0001:0000c550 __cfltcvt_init 1000d550 f LIBCMTD:fpinit.obj - 0001:0000c5a0 ___setfflag 1000d5a0 f LIBCMTD:fpinit.obj - 0001:0000c5c0 _atol 1000d5c0 f LIBCMTD:atox.obj - 0001:0000c6c0 _atoi 1000d6c0 f LIBCMTD:atox.obj - 0001:0000c6e0 __atoi64 1000d6e0 f LIBCMTD:atox.obj - 0001:0000c810 _atof 1000d810 f LIBCMTD:atof.obj - 0001:0000c890 _getenv 1000d890 f LIBCMTD:getenv.obj - 0001:0000c8c0 __getenv_lk 1000d8c0 f LIBCMTD:getenv.obj - 0001:0000c990 ??1type_info@@UAE@XZ 1000d990 f LIBCMTD:typinfo.obj - 0001:0000c9d0 ??_Etype_info@@UAEPAXI@Z 1000d9d0 f i LIBCMTD:typinfo.obj - 0001:0000c9d0 ??_Gtype_info@@UAEPAXI@Z 1000d9d0 f i LIBCMTD:typinfo.obj - 0001:0000ca00 ??8type_info@@QBEHABV0@@Z 1000da00 f LIBCMTD:typinfo.obj - 0001:0000ca30 ??9type_info@@QBEHABV0@@Z 1000da30 f LIBCMTD:typinfo.obj - 0001:0000ca60 ?before@type_info@@QBEHABV1@@Z 1000da60 f LIBCMTD:typinfo.obj - 0001:0000ca90 ?raw_name@type_info@@QBEPBDXZ 1000da90 f LIBCMTD:typinfo.obj - 0001:0000cab0 ??0type_info@@AAE@ABV0@@Z 1000dab0 f LIBCMTD:typinfo.obj - 0001:0000cad0 ??4type_info@@AAEAAV0@ABV0@@Z 1000dad0 f LIBCMTD:typinfo.obj - 0001:0000cae0 __CxxThrowException@8 1000dae0 f LIBCMTD:throw.obj - 0001:0000cb30 __purecall 1000db30 f LIBCMTD:purevirt.obj - 0001:0000cb40 _malloc 1000db40 f LIBCMTD:dbgheap.obj - 0001:0000cb70 __malloc_dbg 1000db70 f LIBCMTD:dbgheap.obj - 0001:0000cba0 __nh_malloc 1000dba0 f LIBCMTD:dbgheap.obj - 0001:0000cbc0 __nh_malloc_dbg 1000dbc0 f LIBCMTD:dbgheap.obj - 0001:0000cc60 __heap_alloc 1000dc60 f LIBCMTD:dbgheap.obj - 0001:0000cc80 __heap_alloc_dbg 1000dc80 f LIBCMTD:dbgheap.obj - 0001:0000cfa0 _calloc 1000dfa0 f LIBCMTD:dbgheap.obj - 0001:0000cfd0 __calloc_dbg 1000dfd0 f LIBCMTD:dbgheap.obj - 0001:0000d030 _realloc 1000e030 f LIBCMTD:dbgheap.obj - 0001:0000d060 __realloc_dbg 1000e060 f LIBCMTD:dbgheap.obj - 0001:0000d610 __expand 1000e610 f LIBCMTD:dbgheap.obj - 0001:0000d640 __expand_dbg 1000e640 f LIBCMTD:dbgheap.obj - 0001:0000d6d0 _free 1000e6d0 f LIBCMTD:dbgheap.obj - 0001:0000d6f0 __free_lk 1000e6f0 f LIBCMTD:dbgheap.obj - 0001:0000d710 __free_dbg 1000e710 f LIBCMTD:dbgheap.obj - 0001:0000d780 __free_dbg_lk 1000e780 f LIBCMTD:dbgheap.obj - 0001:0000db70 __msize 1000eb70 f LIBCMTD:dbgheap.obj - 0001:0000db90 __msize_dbg 1000eb90 f LIBCMTD:dbgheap.obj - 0001:0000dd20 __CrtSetBreakAlloc 1000ed20 f LIBCMTD:dbgheap.obj - 0001:0000dd40 __CrtSetDbgBlockType 1000ed40 f LIBCMTD:dbgheap.obj - 0001:0000de20 __CrtSetAllocHook 1000ee20 f LIBCMTD:dbgheap.obj - 0001:0000ded0 __CrtCheckMemory 1000eed0 f LIBCMTD:dbgheap.obj - 0001:0000e280 __CrtSetDbgFlag 1000f280 f LIBCMTD:dbgheap.obj - 0001:0000e2b0 __CrtDoForAllClientObjects 1000f2b0 f LIBCMTD:dbgheap.obj - 0001:0000e360 __CrtIsValidPointer 1000f360 f LIBCMTD:dbgheap.obj - 0001:0000e3b0 __CrtIsValidHeapPointer 1000f3b0 f LIBCMTD:dbgheap.obj - 0001:0000e4e0 __CrtIsMemoryBlock 1000f4e0 f LIBCMTD:dbgheap.obj - 0001:0000e610 __CrtSetDumpClient 1000f610 f LIBCMTD:dbgheap.obj - 0001:0000e630 __CrtMemCheckpoint 1000f630 f LIBCMTD:dbgheap.obj - 0001:0000e7e0 __CrtMemDifference 1000f7e0 f LIBCMTD:dbgheap.obj - 0001:0000e910 __CrtMemDumpAllObjectsSince 1000f910 f LIBCMTD:dbgheap.obj - 0001:0000ed30 __CrtDumpMemoryLeaks 1000fd30 f LIBCMTD:dbgheap.obj - 0001:0000edb0 __CrtMemDumpStatistics 1000fdb0 f LIBCMTD:dbgheap.obj - 0001:0000ee80 ___initstdio 1000fe80 f LIBCMTD:_file.obj - 0001:0000efb0 ___endstdio 1000ffb0 f LIBCMTD:_file.obj - 0001:0000efd0 __lock_file 1000ffd0 f LIBCMTD:_file.obj - 0001:0000f010 __lock_file2 10010010 f LIBCMTD:_file.obj - 0001:0000f040 __unlock_file 10010040 f LIBCMTD:_file.obj - 0001:0000f080 __unlock_file2 10010080 f LIBCMTD:_file.obj - 0001:0000f0b0 __CrtDbgBreak 100100b0 f LIBCMTD:dbgrpt.obj - 0001:0000f0c0 __CrtSetReportMode 100100c0 f LIBCMTD:dbgrpt.obj - 0001:0000f120 __CrtSetReportFile 10010120 f LIBCMTD:dbgrpt.obj - 0001:0000f1a0 __CrtSetReportHook 100101a0 f LIBCMTD:dbgrpt.obj - 0001:0000f1c0 __CrtDbgReport 100101c0 f LIBCMTD:dbgrpt.obj - 0001:0000f860 __cinit 10010860 f LIBCMTD:crt0dat.obj - 0001:0000f8a0 _exit 100108a0 f LIBCMTD:crt0dat.obj - 0001:0000f8c0 __exit 100108c0 f LIBCMTD:crt0dat.obj - 0001:0000f8e0 __cexit 100108e0 f LIBCMTD:crt0dat.obj - 0001:0000f900 __c_exit 10010900 f LIBCMTD:crt0dat.obj - 0001:0000fa10 __lockexit 10010a10 f LIBCMTD:crt0dat.obj - 0001:0000fa20 __unlockexit 10010a20 f LIBCMTD:crt0dat.obj - 0001:0000fa60 ___InternalCxxFrameHandler 10010a60 f LIBCMTD:frame.obj - 0001:0000ffd0 ___FrameUnwindToState 10010fd0 f LIBCMTD:frame.obj - 0001:000105e0 ?_DestructExceptionObject@@YAXPAUEHExceptionRecord@@E@Z 100115e0 f LIBCMTD:frame.obj - 0001:000106c0 __CallSettingFrame@12 100116c0 f LIBCMTD:lowhelpr.obj - 0001:000106e7 __NLG_Return 100116e7 f LIBCMTD:lowhelpr.obj - 0001:00010710 __mtinit 10011710 f LIBCMTD:tidtable.obj - 0001:000107a0 __mtterm 100117a0 f LIBCMTD:tidtable.obj - 0001:000107d0 __initptd 100117d0 f LIBCMTD:tidtable.obj - 0001:000107f0 __getptd 100117f0 f LIBCMTD:tidtable.obj - 0001:00010890 __freeptd 10011890 f LIBCMTD:tidtable.obj - 0001:000109a0 ___threadid 100119a0 f LIBCMTD:tidtable.obj - 0001:000109b0 ___threadhandle 100119b0 f LIBCMTD:tidtable.obj - 0001:000109c0 ?terminate@@YAXXZ 100119c0 f LIBCMTD:hooks.obj - 0001:00010a50 ?unexpected@@YAXXZ 10011a50 f LIBCMTD:hooks.obj - 0001:00010a70 ?_inconsistency@@YAXXZ 10011a70 f LIBCMTD:hooks.obj - 0001:00010b00 __stbuf 10011b00 f LIBCMTD:_sftbuf.obj - 0001:00010c60 __ftbuf 10011c60 f LIBCMTD:_sftbuf.obj - 0001:00010d00 __output 10011d00 f LIBCMTD:output.obj - 0001:00011ba0 __flsbuf 10012ba0 f LIBCMTD:_flsbuf.obj - 0001:00011e20 __ioinit 10012e20 f LIBCMTD:ioinit.obj - 0001:00012150 __ioterm 10013150 f LIBCMTD:ioinit.obj - 0001:000121f0 __setenvp 100131f0 f LIBCMTD:stdenvp.obj - 0001:00012340 __setargv 10013340 f LIBCMTD:stdargv.obj - 0001:00012850 ___crtGetEnvironmentStringsA 10013850 f LIBCMTD:a_env.obj - 0001:00012a70 __GetLinkerVersion 10013a70 f LIBCMTD:heapinit.obj - 0001:00012ad0 ___heap_select 10013ad0 f LIBCMTD:heapinit.obj - 0001:00012d00 __heap_init 10013d00 f LIBCMTD:heapinit.obj - 0001:00012d90 __heap_term 10013d90 f LIBCMTD:heapinit.obj - 0001:00012e80 _DllMain@12 10013e80 f LIBCMTD:dllmain.obj - 0001:00012e90 __FF_MSGBANNER 10013e90 f LIBCMTD:crt0msg.obj - 0001:00012ee0 __NMSG_WRITE 10013ee0 f LIBCMTD:crt0msg.obj - 0001:000130a0 __GET_RTERRMSG 100140a0 f LIBCMTD:crt0msg.obj - 0001:000130f0 __openfile 100140f0 f LIBCMTD:_open.obj - 0001:00013480 __getstream 10014480 f LIBCMTD:stream.obj - 0001:00013600 __close 10014600 f LIBCMTD:close.obj - 0001:00013680 __close_lk 10014680 f LIBCMTD:close.obj - 0001:00013730 __freebuf 10014730 f LIBCMTD:_freebuf.obj - 0001:000137d0 __write 100147d0 f LIBCMTD:write.obj - 0001:00013860 __write_lk 10014860 f LIBCMTD:write.obj - 0001:00013ae0 __commit 10014ae0 f LIBCMTD:commit.obj - 0001:00013bc0 __mtinitlocks 10014bc0 f LIBCMTD:mlock.obj - 0001:00013c00 __mtdeletelocks 10014c00 f LIBCMTD:mlock.obj - 0001:00013ca0 __lock 10014ca0 f LIBCMTD:mlock.obj - 0001:00013d40 __unlock 10014d40 f LIBCMTD:mlock.obj - 0001:00013d60 __lockerr_exit 10014d60 f LIBCMTD:mlock.obj - 0001:00013d80 __ftelli64 10014d80 f LIBCMTD:ftelli64.obj - 0001:00013df0 __ftelli64_lk 10014df0 f LIBCMTD:ftelli64.obj - 0001:000140e0 __lseek 100150e0 f LIBCMTD:lseek.obj - 0001:00014170 __lseek_lk 10015170 f LIBCMTD:lseek.obj - 0001:00014230 _ftell 10015230 f LIBCMTD:ftell.obj - 0001:000142a0 __ftell_lk 100152a0 f LIBCMTD:ftell.obj - 0001:00014540 __dosmaperr 10015540 f LIBCMTD:dosmap.obj - 0001:000145e0 __errno 100155e0 f LIBCMTD:dosmap.obj - 0001:000145f0 ___doserrno 100155f0 f LIBCMTD:dosmap.obj - 0001:00014600 __filbuf 10015600 f LIBCMTD:_filbuf.obj - 0001:000147f0 __read 100157f0 f LIBCMTD:read.obj - 0001:00014880 __read_lk 10015880 f LIBCMTD:read.obj - 0001:00014cd0 _setlocale 10015cd0 f LIBCMTD:setlocal.obj - 0001:00015360 __expandlocale 10016360 f LIBCMTD:setlocal.obj - 0001:000154f0 ___init_dummy 100164f0 f LIBCMTD:setlocal.obj - 0001:00015500 __strcats 10016500 f LIBCMTD:setlocal.obj - 0001:00015550 ___lc_strtolc 10016550 f LIBCMTD:setlocal.obj - 0001:000156b0 ___lc_lctostr 100166b0 f LIBCMTD:setlocal.obj - 0001:00015720 ___crtLCMapStringA 10016720 f LIBCMTD:a_map.obj - 0001:00015a80 __isctype 10016a80 f LIBCMTD:isctype.obj - 0001:00015b40 __setdefaultprecision 10016b40 f LIBCMTD:fp8.obj - 0001:00015b60 __ms_p5_test_fdiv 10016b60 f LIBCMTD:testfdiv.obj - 0001:00015bc0 __ms_p5_mp_test_fdiv 10016bc0 f LIBCMTD:testfdiv.obj - 0001:00015c10 __forcdecpt 10016c10 f LIBCMTD:cvt.obj - 0001:00015cc0 __cropzeros 10016cc0 f LIBCMTD:cvt.obj - 0001:00015da0 __positive 10016da0 f LIBCMTD:cvt.obj - 0001:00015dd0 __fassign 10016dd0 f LIBCMTD:cvt.obj - 0001:00015e20 __cftoe 10016e20 f LIBCMTD:cvt.obj - 0001:00016010 __cftof 10017010 f LIBCMTD:cvt.obj - 0001:000161c0 __cftog 100171c0 f LIBCMTD:cvt.obj - 0001:000162b0 __cfltcvt 100172b0 f LIBCMTD:cvt.obj - 0001:00016340 __allmul 10017340 f LIBCMTD:llmul.obj - 0001:00016380 __fltin2 10017380 f LIBCMTD:cfin.obj - 0001:00016440 __mbsnbicoll 10017440 f LIBCMTD:mbsnbico.obj - 0001:00016490 ___wtomb_environ 10017490 f LIBCMTD:wtombenv.obj - 0001:00016540 __free_base 10017540 f LIBCMTD:free.obj - 0001:00016690 ?__CxxUnhandledExceptionFilter@@YGJPAU_EXCEPTION_POINTERS@@@Z 10017690 f LIBCMTD:unhandld.obj - 0001:000166f0 ?__CxxSetUnhandledExceptionFilter@@YAXXZ 100176f0 f LIBCMTD:unhandld.obj - 0001:00016710 ?__CxxRestoreUnhandledExceptionFilter@@YAXXZ 10017710 f LIBCMTD:unhandld.obj - 0001:00016730 ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z 10017730 f LIBCMTD:handler.obj - 0001:00016760 ?_query_new_handler@@YAP6AHI@ZXZ 10017760 f LIBCMTD:handler.obj - 0001:00016770 __callnewh 10017770 f LIBCMTD:handler.obj - 0001:000167a0 __malloc_base 100177a0 f LIBCMTD:malloc.obj - 0001:000167c0 __nh_malloc_base 100177c0 f LIBCMTD:malloc.obj - 0001:00016820 __heap_alloc_base 10017820 f LIBCMTD:malloc.obj - 0001:00016970 __CrtDefaultAllocHook 10017970 f LIBCMTD:dbghook.obj - 0001:00016980 __expand_base 10017980 f LIBCMTD:expand.obj - 0001:00016b90 __realloc_base 10017b90 f LIBCMTD:realloc.obj - 0001:00017030 __heapchk 10018030 f LIBCMTD:heapchk.obj - 0001:00017140 __heapset 10018140 f LIBCMTD:heapchk.obj - 0001:00017150 __get_sbh_threshold 10018150 f LIBCMTD:sbheap.obj - 0001:00017180 __set_sbh_threshold 10018180 f LIBCMTD:sbheap.obj - 0001:00017290 ___sbh_heap_init 10018290 f LIBCMTD:sbheap.obj - 0001:00017300 ___sbh_find_block 10018300 f LIBCMTD:sbheap.obj - 0001:00017360 ___sbh_verify_block 10018360 f LIBCMTD:sbheap.obj - 0001:000173c0 ___sbh_free_block 100183c0 f LIBCMTD:sbheap.obj - 0001:000179a0 ___sbh_alloc_block 100189a0 f LIBCMTD:sbheap.obj - 0001:00017ee0 ___sbh_alloc_new_region 10018ee0 f LIBCMTD:sbheap.obj - 0001:00017ff0 ___sbh_alloc_new_group 10018ff0 f LIBCMTD:sbheap.obj - 0001:000181e0 ___sbh_resize_block 100191e0 f LIBCMTD:sbheap.obj - 0001:000187d0 ___sbh_heapmin 100197d0 f LIBCMTD:sbheap.obj - 0001:00018900 ___sbh_heap_check 10019900 f LIBCMTD:sbheap.obj - 0001:00018f20 __get_old_sbh_threshold 10019f20 f LIBCMTD:sbheap.obj - 0001:00018f30 __set_old_sbh_threshold 10019f30 f LIBCMTD:sbheap.obj - 0001:00018f60 ___old_sbh_new_region 10019f60 f LIBCMTD:sbheap.obj - 0001:00019140 ___old_sbh_release_region 1001a140 f LIBCMTD:sbheap.obj - 0001:000191c0 ___old_sbh_decommit_pages 1001a1c0 f LIBCMTD:sbheap.obj - 0001:00019320 ___old_sbh_find_block 1001a320 f LIBCMTD:sbheap.obj - 0001:000193b0 ___old_sbh_free_block 1001a3b0 f LIBCMTD:sbheap.obj - 0001:00019420 ___old_sbh_alloc_block 1001a420 f LIBCMTD:sbheap.obj - 0001:000197e0 ___old_sbh_alloc_block_from_page 1001a7e0 f LIBCMTD:sbheap.obj - 0001:00019a90 ___old_sbh_resize_block 1001aa90 f LIBCMTD:sbheap.obj - 0001:00019c00 ___old_sbh_heap_check 1001ac00 f LIBCMTD:sbheap.obj - 0001:00019e40 __fcloseall 1001ae40 f LIBCMTD:closeall.obj - 0001:00019f20 __itoa 1001af20 f LIBCMTD:xtoa.obj - 0001:0001a040 __ltoa 1001b040 f LIBCMTD:xtoa.obj - 0001:0001a080 __ultoa 1001b080 f LIBCMTD:xtoa.obj - 0001:0001a0a0 __i64toa 1001b0a0 f LIBCMTD:xtoa.obj - 0001:0001a1f0 __ui64toa 1001b1f0 f LIBCMTD:xtoa.obj - 0001:0001a210 __snprintf 1001b210 f LIBCMTD:snprintf.obj - 0001:0001a310 __vsnprintf 1001b310 f LIBCMTD:vsnprint.obj - 0001:0001a410 __alloca_probe 1001b410 f LIBCMTD:chkstk.obj - 0001:0001a410 __chkstk 1001b410 f LIBCMTD:chkstk.obj - 0001:0001a440 _signal 1001b440 f LIBCMTD:winsig.obj - 0001:0001a710 _raise 1001b710 f LIBCMTD:winsig.obj - 0001:0001a9b0 ___fpecode 1001b9b0 f LIBCMTD:winsig.obj - 0001:0001a9c0 ___pxcptinfoptrs 1001b9c0 f LIBCMTD:winsig.obj - 0001:0001a9d0 ___crtMessageBoxA 1001b9d0 f LIBCMTD:crtmbox.obj - 0001:0001aa90 _strncpy 1001ba90 f LIBCMTD:strncpy.obj - 0001:0001ab90 ?_ValidateRead@@YAHPBXI@Z 1001bb90 f LIBCMTD:validate.obj - 0001:0001abc0 ?_ValidateWrite@@YAHPAXI@Z 1001bbc0 f LIBCMTD:validate.obj - 0001:0001abf0 ?_ValidateExecute@@YAHP6GHXZ@Z 1001bbf0 f LIBCMTD:validate.obj - 0001:0001ac20 _memmove 1001bc20 f LIBCMTD:memmove.obj - 0001:0001af60 __XcptFilter 1001bf60 f LIBCMTD:winxfltr.obj - 0001:0001b180 _abort 1001c180 f LIBCMTD:abort.obj - 0001:0001b1a0 __isatty 1001c1a0 f LIBCMTD:isatty.obj - 0001:0001b1e0 _wctomb 1001c1e0 f LIBCMTD:wctomb.obj - 0001:0001b260 __wctomb_lk 1001c260 f LIBCMTD:wctomb.obj - 0001:0001b300 __aulldiv 1001c300 f LIBCMTD:ulldiv.obj - 0001:0001b370 __aullrem 1001c370 f LIBCMTD:ullrem.obj - 0001:0001b3f0 __getbuf 1001c3f0 f LIBCMTD:_getbuf.obj - 0001:0001b4c0 __setmbcp 1001c4c0 f LIBCMTD:mbctype.obj - 0001:0001bc80 __getmbcp 1001cc80 f LIBCMTD:mbctype.obj - 0001:0001bca0 ___initmbctable 1001cca0 f LIBCMTD:mbctype.obj - 0001:0001bcd0 _strtol 1001ccd0 f LIBCMTD:strtol.obj - 0001:0001c030 _strtoul 1001d030 f LIBCMTD:strtol.obj - 0001:0001c050 __open 1001d050 f LIBCMTD:open.obj - 0001:0001c090 __sopen 1001d090 f LIBCMTD:open.obj - 0001:0001c5f0 __alloc_osfhnd 1001d5f0 f LIBCMTD:osfinfo.obj - 0001:0001c7e0 __set_osfhnd 1001d7e0 f LIBCMTD:osfinfo.obj - 0001:0001c8a0 __free_osfhnd 1001d8a0 f LIBCMTD:osfinfo.obj - 0001:0001c980 __get_osfhandle 1001d980 f LIBCMTD:osfinfo.obj - 0001:0001c9f0 __open_osfhandle 1001d9f0 f LIBCMTD:osfinfo.obj - 0001:0001cb00 __lock_fhandle 1001db00 f LIBCMTD:osfinfo.obj - 0001:0001cb90 __unlock_fhandle 1001db90 f LIBCMTD:osfinfo.obj - 0001:0001cbc0 __lseeki64 1001dbc0 f LIBCMTD:lseeki64.obj - 0001:0001cc60 __lseeki64_lk 1001dc60 f LIBCMTD:lseeki64.obj - 0001:0001cd20 ___init_time 1001dd20 f LIBCMTD:inittime.obj - 0001:0001d6a0 ___init_numeric 1001e6a0 f LIBCMTD:initnum.obj - 0001:0001d9d0 ___init_monetary 1001e9d0 f LIBCMTD:initmon.obj - 0001:0001de30 ___init_ctype 1001ee30 f LIBCMTD:initctyp.obj - 0001:0001e1d0 ___init_collate 1001f1d0 f LIBCMTD:initcoll.obj - 0001:0001e1e0 _strcspn 1001f1e0 f LIBCMTD:strcspn.obj - 0001:0001e220 _strpbrk 1001f220 f LIBCMTD:strpbrk.obj - 0001:0001e260 ___get_qualified_locale 1001f260 f LIBCMTD:getqloc.obj - 0001:0001f000 ___crtGetStringTypeA 10020000 f LIBCMTD:a_str.obj - 0001:0001f1c0 __statusfp 100201c0 f LIBCMTD:ieee87.obj - 0001:0001f1e0 __clearfp 100201e0 f LIBCMTD:ieee87.obj - 0001:0001f200 __control87 10020200 f LIBCMTD:ieee87.obj - 0001:0001f250 __controlfp 10020250 f LIBCMTD:ieee87.obj - 0001:0001f270 __fpreset 10020270 f LIBCMTD:ieee87.obj - 0001:0001f660 __ZeroTail 10020660 f LIBCMTD:intrncvt.obj - 0001:0001f6f0 __IncMan 100206f0 f LIBCMTD:intrncvt.obj - 0001:0001f7a0 __RoundMan 100207a0 f LIBCMTD:intrncvt.obj - 0001:0001f880 __CopyMan 10020880 f LIBCMTD:intrncvt.obj - 0001:0001f8d0 __FillZeroMan 100208d0 f LIBCMTD:intrncvt.obj - 0001:0001f900 __IsZeroMan 10020900 f LIBCMTD:intrncvt.obj - 0001:0001f940 __ShrMan 10020940 f LIBCMTD:intrncvt.obj - 0001:0001fa30 __ld12cvt 10020a30 f LIBCMTD:intrncvt.obj - 0001:0001fc80 __ld12tod 10020c80 f LIBCMTD:intrncvt.obj - 0001:0001fca0 __ld12tof 10020ca0 f LIBCMTD:intrncvt.obj - 0001:0001fcc0 __ld12told 10020cc0 f LIBCMTD:intrncvt.obj - 0001:0001fd80 __atodbl 10020d80 f LIBCMTD:intrncvt.obj - 0001:0001fdc0 __atoldbl 10020dc0 f LIBCMTD:intrncvt.obj - 0001:0001fe00 __atoflt 10020e00 f LIBCMTD:intrncvt.obj - 0001:0001fe40 __fptostr 10020e40 f LIBCMTD:_fptostr.obj - 0001:0001ff40 __fltout2 10020f40 f LIBCMTD:cfout.obj - 0001:0001ffc0 ___dtold 10020fc0 f LIBCMTD:cfout.obj - 0001:00020130 __fptrap 10021130 f LIBCMTD:crt0fp.obj - 0001:00020140 ___strgtold12 10021140 f LIBCMTD:strgtold.obj - 0001:00020c70 ___STRINGTOLD 10021c70 f LIBCMTD:strgtold.obj - 0001:00020cc0 ___crtCompareStringA 10021cc0 f LIBCMTD:a_cmp.obj - 0001:00021110 ___crtsetenv 10022110 f LIBCMTD:setenv.obj - 0001:00021560 __chsize 10022560 f LIBCMTD:chsize.obj - 0001:000215e0 __chsize_lk 100225e0 f LIBCMTD:chsize.obj - 0001:00021810 __Getdays 10022810 f LIBCMTD:strftime.obj - 0001:00021940 __Getmonths 10022940 f LIBCMTD:strftime.obj - 0001:00021a70 __Gettnames 10022a70 f LIBCMTD:strftime.obj - 0001:00021de0 _strftime 10022de0 f LIBCMTD:strftime.obj - 0001:00021e00 __Strftime 10022e00 f LIBCMTD:strftime.obj - 0001:00022c80 ___getlocaleinfo 10023c80 f LIBCMTD:inithelp.obj - 0001:00022f10 _localeconv 10023f10 f LIBCMTD:lconv.obj - 0001:00022f20 ___crtGetStringTypeW 10023f20 f LIBCMTD:w_str.obj - 0001:00023190 __stricmp 10024190 f LIBCMTD:stricmp.obj - 0001:00023190 __strcmpi 10024190 f LIBCMTD:stricmp.obj - 0001:00023260 __strnicmp 10024260 f LIBCMTD:strnicmp.obj - 0001:00023370 ___addl 10024370 f LIBCMTD:mantold.obj - 0001:000233b0 ___add_12 100243b0 f LIBCMTD:mantold.obj - 0001:00023460 ___shl_12 10024460 f LIBCMTD:mantold.obj - 0001:000234c0 ___shr_12 100244c0 f LIBCMTD:mantold.obj - 0001:00023530 ___mtold12 10024530 f LIBCMTD:mantold.obj - 0001:00023670 _$I10_OUTPUT 10024670 f LIBCMTD:x10fout.obj - 0001:00023b90 ___ld12mul 10024b90 f LIBCMTD:tenpow.obj - 0001:00023fd0 ___multtenpow12 10024fd0 f LIBCMTD:tenpow.obj - 0001:000240a0 __mbschr 100250a0 f LIBCMTD:mbschr.obj - 0001:00024190 __setmode 10025190 f LIBCMTD:setmode.obj - 0001:00024210 __setmode_lk 10025210 f LIBCMTD:setmode.obj - 0001:000242e0 ___tzset 100252e0 f LIBCMTD:tzset.obj - 0001:00024320 __tzset 10025320 f LIBCMTD:tzset.obj - 0001:000246f0 __isindst 100256f0 f LIBCMTD:tzset.obj - 0001:00024c20 ___crtGetLocaleInfoW 10025c20 f LIBCMTD:w_loc.obj - 0001:00024dc0 ___crtGetLocaleInfoA 10025dc0 f LIBCMTD:a_loc.obj - 0001:00024f66 _GetLocalTime@4 10025f66 f kernel32:KERNEL32.dll - 0001:00024f6c _GetLogicalDrives@0 10025f6c f kernel32:KERNEL32.dll - 0001:00024f72 _GetDriveTypeA@4 10025f72 f kernel32:KERNEL32.dll - 0001:00024f78 _GetCurrentDirectoryA@8 10025f78 f kernel32:KERNEL32.dll - 0001:00024f7e _CopyFileA@12 10025f7e f kernel32:KERNEL32.dll - 0001:00024f84 _MoveFileA@8 10025f84 f kernel32:KERNEL32.dll - 0001:00024f8a _FileTimeToSystemTime@8 10025f8a f kernel32:KERNEL32.dll - 0001:00024f90 _DosDateTimeToFileTime@12 10025f90 f kernel32:KERNEL32.dll - 0001:00024f96 _FindClose@4 10025f96 f kernel32:KERNEL32.dll - 0001:00024f9c _FindFirstFileA@8 10025f9c f kernel32:KERNEL32.dll - 0001:00024fa2 _SystemTimeToFileTime@8 10025fa2 f kernel32:KERNEL32.dll - 0001:00024fa8 _CreateMutexA@12 10025fa8 f kernel32:KERNEL32.dll - 0001:00024fae _WaitForSingleObjectEx@12 10025fae f kernel32:KERNEL32.dll - 0001:00024fb4 _ReleaseMutex@4 10025fb4 f kernel32:KERNEL32.dll - 0001:00024fba _CloseHandle@4 10025fba f kernel32:KERNEL32.dll - 0001:00024fc0 _GetTickCount@0 10025fc0 f kernel32:KERNEL32.dll - 0001:00024fc6 _InitializeCriticalSection@4 10025fc6 f kernel32:KERNEL32.dll - 0001:00024fcc _DeleteCriticalSection@4 10025fcc f kernel32:KERNEL32.dll - 0001:00024fd2 _EnterCriticalSection@4 10025fd2 f kernel32:KERNEL32.dll - 0001:00024fd8 _LeaveCriticalSection@4 10025fd8 f kernel32:KERNEL32.dll - 0001:00024fde _RtlUnwind@16 10025fde f kernel32:KERNEL32.dll - 0001:00024fe4 _GetCommandLineA@0 10025fe4 f kernel32:KERNEL32.dll - 0001:00024fea _GetVersion@0 10025fea f kernel32:KERNEL32.dll - 0001:00024ff0 _InterlockedDecrement@4 10025ff0 f kernel32:KERNEL32.dll - 0001:00024ff6 _InterlockedIncrement@4 10025ff6 f kernel32:KERNEL32.dll - 0001:00024ffc _RaiseException@16 10025ffc f kernel32:KERNEL32.dll - 0001:00025002 _IsBadWritePtr@8 10026002 f kernel32:KERNEL32.dll - 0001:00025008 _IsBadReadPtr@8 10026008 f kernel32:KERNEL32.dll - 0001:0002500e _HeapValidate@12 1002600e f kernel32:KERNEL32.dll - 0001:00025014 _DebugBreak@0 10026014 f kernel32:KERNEL32.dll - 0001:0002501a _GetStdHandle@4 1002601a f kernel32:KERNEL32.dll - 0001:00025020 _WriteFile@20 10026020 f kernel32:KERNEL32.dll - 0001:00025026 _OutputDebugStringA@4 10026026 f kernel32:KERNEL32.dll - 0001:0002502c _GetProcAddress@8 1002602c f kernel32:KERNEL32.dll - 0001:00025032 _LoadLibraryA@4 10026032 f kernel32:KERNEL32.dll - 0001:00025038 _GetModuleFileNameA@12 10026038 f kernel32:KERNEL32.dll - 0001:0002503e _ExitProcess@4 1002603e f kernel32:KERNEL32.dll - 0001:00025044 _TerminateProcess@8 10026044 f kernel32:KERNEL32.dll - 0001:0002504a _GetCurrentProcess@0 1002604a f kernel32:KERNEL32.dll - 0001:00025050 _GetCurrentThreadId@0 10026050 f kernel32:KERNEL32.dll - 0001:00025056 _TlsSetValue@8 10026056 f kernel32:KERNEL32.dll - 0001:0002505c _TlsAlloc@0 1002605c f kernel32:KERNEL32.dll - 0001:00025062 _TlsFree@4 10026062 f kernel32:KERNEL32.dll - 0001:00025068 _SetLastError@4 10026068 f kernel32:KERNEL32.dll - 0001:0002506e _TlsGetValue@4 1002606e f kernel32:KERNEL32.dll - 0001:00025074 _GetLastError@0 10026074 f kernel32:KERNEL32.dll - 0001:0002507a _GetCurrentThread@0 1002607a f kernel32:KERNEL32.dll - 0001:00025080 _SetHandleCount@4 10026080 f kernel32:KERNEL32.dll - 0001:00025086 _GetFileType@4 10026086 f kernel32:KERNEL32.dll - 0001:0002508c _GetStartupInfoA@4 1002608c f kernel32:KERNEL32.dll - 0001:00025092 _FreeEnvironmentStringsA@4 10026092 f kernel32:KERNEL32.dll - 0001:00025098 _FreeEnvironmentStringsW@4 10026098 f kernel32:KERNEL32.dll - 0001:0002509e _WideCharToMultiByte@32 1002609e f kernel32:KERNEL32.dll - 0001:000250a4 _GetEnvironmentStrings@0 100260a4 f kernel32:KERNEL32.dll - 0001:000250aa _GetEnvironmentStringsW@0 100260aa f kernel32:KERNEL32.dll - 0001:000250b0 _GetEnvironmentVariableA@12 100260b0 f kernel32:KERNEL32.dll - 0001:000250b6 _GetVersionExA@4 100260b6 f kernel32:KERNEL32.dll - 0001:000250bc _HeapDestroy@4 100260bc f kernel32:KERNEL32.dll - 0001:000250c2 _HeapCreate@12 100260c2 f kernel32:KERNEL32.dll - 0001:000250c8 _HeapFree@12 100260c8 f kernel32:KERNEL32.dll - 0001:000250ce _VirtualFree@12 100260ce f kernel32:KERNEL32.dll - 0001:000250d4 _FlushFileBuffers@4 100260d4 f kernel32:KERNEL32.dll - 0001:000250da _FatalAppExitA@8 100260da f kernel32:KERNEL32.dll - 0001:000250e0 _SetFilePointer@16 100260e0 f kernel32:KERNEL32.dll - 0001:000250e6 _ReadFile@20 100260e6 f kernel32:KERNEL32.dll - 0001:000250ec _Sleep@4 100260ec f kernel32:KERNEL32.dll - 0001:000250f2 _MultiByteToWideChar@24 100260f2 f kernel32:KERNEL32.dll - 0001:000250f8 _LCMapStringA@24 100260f8 f kernel32:KERNEL32.dll - 0001:000250fe _LCMapStringW@24 100260fe f kernel32:KERNEL32.dll - 0001:00025104 _SetUnhandledExceptionFilter@4 10026104 f kernel32:KERNEL32.dll - 0001:0002510a _HeapAlloc@12 1002610a f kernel32:KERNEL32.dll - 0001:00025110 _HeapReAlloc@16 10026110 f kernel32:KERNEL32.dll - 0001:00025116 _VirtualAlloc@16 10026116 f kernel32:KERNEL32.dll - 0001:0002511c _SetConsoleCtrlHandler@8 1002611c f kernel32:KERNEL32.dll - 0001:00025122 _IsBadCodePtr@4 10026122 f kernel32:KERNEL32.dll - 0001:00025128 _UnhandledExceptionFilter@4 10026128 f kernel32:KERNEL32.dll - 0001:0002512e _GetCPInfo@8 1002612e f kernel32:KERNEL32.dll - 0001:00025134 _GetACP@0 10026134 f kernel32:KERNEL32.dll - 0001:0002513a _GetOEMCP@0 1002613a f kernel32:KERNEL32.dll - 0001:00025140 _CreateFileA@28 10026140 f kernel32:KERNEL32.dll - 0001:00025146 _SetStdHandle@8 10026146 f kernel32:KERNEL32.dll - 0001:0002514c _IsValidLocale@8 1002614c f kernel32:KERNEL32.dll - 0001:00025152 _IsValidCodePage@4 10026152 f kernel32:KERNEL32.dll - 0001:00025158 _GetLocaleInfoA@16 10026158 f kernel32:KERNEL32.dll - 0001:0002515e _EnumSystemLocalesA@8 1002615e f kernel32:KERNEL32.dll - 0001:00025164 _GetUserDefaultLCID@0 10026164 f kernel32:KERNEL32.dll - 0001:0002516a _GetStringTypeA@20 1002616a f kernel32:KERNEL32.dll - 0001:00025170 _GetStringTypeW@16 10026170 f kernel32:KERNEL32.dll - 0001:00025176 _CompareStringA@24 10026176 f kernel32:KERNEL32.dll - 0001:0002517c _CompareStringW@24 1002617c f kernel32:KERNEL32.dll - 0001:00025182 _SetEnvironmentVariableA@8 10026182 f kernel32:KERNEL32.dll - 0001:00025188 _SetEndOfFile@4 10026188 f kernel32:KERNEL32.dll - 0001:0002518e _GetTimeZoneInformation@4 1002618e f kernel32:KERNEL32.dll - 0001:00025194 _GetLocaleInfoW@16 10026194 f kernel32:KERNEL32.dll - 0001:0002519a _RegCreateKeyExA@36 1002619a f advapi32:ADVAPI32.dll - 0001:000251a0 _RegCloseKey@4 100261a0 f advapi32:ADVAPI32.dll - 0001:000251a6 _RegOpenKeyExA@20 100261a6 f advapi32:ADVAPI32.dll - 0001:000251ac _RegConnectRegistryA@12 100261ac f advapi32:ADVAPI32.dll - 0001:000251b2 _RegDeleteKeyA@8 100261b2 f advapi32:ADVAPI32.dll - 0001:000251b8 _RegDeleteValueA@8 100261b8 f advapi32:ADVAPI32.dll - 0001:000251be _RegQueryValueExA@24 100261be f advapi32:ADVAPI32.dll - 0001:000251c4 _RegSetValueExA@24 100261c4 f advapi32:ADVAPI32.dll - 0001:000251ca _RegEnumValueA@32 100261ca f advapi32:ADVAPI32.dll - 0001:000251d0 _RegEnumKeyA@16 100261d0 f advapi32:ADVAPI32.dll - 0001:0002530f ?DLLMain@@YGHPAUHINSTANCE__@@KPAX@Z 1002630f f dllmain.obj - 0001:0002538f _setHook@0 1002638f f dllmain.obj - 0001:000253f6 _unHook@0 100263f6 f dllmain.obj - 0001:00025432 ?cbtHookProc@@YGJHIJ@Z 10026432 f dllmain.obj - 0001:00025587 ?handleActive@@YGJIJ@Z 10026587 f dllmain.obj - 0001:00025590 ?handleClickSkipped@@YGJIJ@Z 10026590 f dllmain.obj - 0001:00025599 ?handleCreateWnd@@YGJIJ@Z 10026599 f dllmain.obj - 0001:000257ee ?handleDestroyWnd@@YGJIJ@Z 100267ee f dllmain.obj - 0001:000257f7 ?handleKeySkipped@@YGJIJ@Z 100267f7 f dllmain.obj - 0001:00025800 ?handleMinMax@@YGJIJ@Z 10026800 f dllmain.obj - 0001:00025809 ?handleMoveSize@@YGJIJ@Z 10026809 f dllmain.obj - 0001:00025812 ?handleQs@@YGJIJ@Z 10026812 f dllmain.obj - 0001:0002581b ?handleSetFocus@@YGJIJ@Z 1002681b f dllmain.obj - 0001:00025824 ?handleSysCommand@@YGJIJ@Z 10026824 f dllmain.obj - 0001:0002582d _DllCanUnloadNow@0 1002682d f dllmain.obj - 0001:00025848 _DllUnregisterServer@0 10026848 f dllmain.obj - 0001:00025863 ?validate@@YG_NAAUtagCREATESTRUCTA@@@Z 10026863 f dllmain.obj - 0002:0000001c ??_7Mutex@@6B@ 1003201c dllmain.obj - 0002:00000020 ??_7String@@6B@ 10032020 dllmain.obj - 0002:00000024 ??_7File@@6B@ 10032024 mscommon:File.obj - 0002:00000034 __real@4@00000000000000000000 10032034 mscommon:String.obj - 0002:00000038 __real@8@00000000000000000000 10032038 mscommon:String.obj - 0002:00000040 ??_7?$Container@VString@@@@6B@ 10032040 mscommon:String.obj - 0002:00000044 ??_7SystemTime@@6B@ 10032044 mscommon:Macro.obj - 0002:00000048 ??_7DiskInfo@@6B@ 10032048 mscommon:Macro.obj - 0002:0000004c ??_7FindData@@6B@ 1003204c mscommon:Macro.obj - 0002:00000050 ??_7RegSam@@6B@ 10032050 mscommon:Macro.obj - 0002:00000054 ??_7?$Block@VString@@@@6B@ 10032054 mscommon:Macro.obj - 0002:00000058 ??_7BoundaryError@@6B@ 10032058 mscommon:Macro.obj - 0002:00000060 ??_7Exception@@6B@ 10032060 mscommon:Macro.obj - 0002:00000068 ??_7RegKey@@6B@ 10032068 mscommon:Regkey.obj - 0002:0000006c ??_7PostFix@@6B@ 1003206c msthread:Mutex.obj - 0002:00000074 ??_7ostream@@6B@ 10032074 libcimtd:ostream.obj - 0002:00000078 ??_8ostream@@7B@ 10032078 libcimtd:ostream.obj - 0002:00000084 ??_7ostream_withassign@@6B@ 10032084 libcimtd:ostream.obj - 0002:00000088 ??_8ostream_withassign@@7B@ 10032088 libcimtd:ostream.obj - 0002:00000094 ??_7istream@@6B@ 10032094 libcimtd:istream.obj - 0002:00000098 ??_8istream@@7B@ 10032098 libcimtd:istream.obj - 0002:000000a4 ??_7istream_withassign@@6B@ 100320a4 libcimtd:istream.obj - 0002:000000a8 ??_8istream_withassign@@7B@ 100320a8 libcimtd:istream.obj - 0002:000000b0 ?basefield@ios@@2JB 100320b0 libcimtd:_ios.obj - 0002:000000b4 ?adjustfield@ios@@2JB 100320b4 libcimtd:_ios.obj - 0002:000000b8 ?floatfield@ios@@2JB 100320b8 libcimtd:_ios.obj - 0002:000000c0 ??_7ios@@6B@ 100320c0 libcimtd:_ios.obj - 0002:000000c4 ??_C@_0O@FHMD@i386?2chkesp?4c?$AA@ 100320c4 LIBCMTD:chkesp.obj - 0002:000000d4 ??_C@_0NM@ELEE@The?5value?5of?5ESP?5was?5not?5properl@ 100320d4 LIBCMTD:chkesp.obj - 0002:000001b0 ??_C@_08CEA@onexit?4c?$AA@ 100321b0 LIBCMTD:onexit.obj - 0002:000001bc ??_C@_08GNFC@printf?4c?$AA@ 100321bc LIBCMTD:printf.obj - 0002:000001c8 ??_C@_0P@LNLA@format?5?$CB?$DN?5NULL?$AA@ 100321c8 LIBCMTD:printf.obj - 0002:000001d8 ??_C@_09NEAG@sprintf?4c?$AA@ 100321d8 LIBCMTD:sprintf.obj - 0002:000001e4 ??_C@_0P@OOIN@string?5?$CB?$DN?5NULL?$AA@ 100321e4 LIBCMTD:sprintf.obj - 0002:000001f4 ??_C@_0BC@IPFL@?$CKmode?5?$CB?$DN?5_T?$CI?8?20?8?$CJ?$AA@ 100321f4 LIBCMTD:fopen.obj - 0002:00000208 ??_C@_0N@BKPP@mode?5?$CB?$DN?5NULL?$AA@ 10032208 LIBCMTD:fopen.obj - 0002:00000218 ??_C@_0BC@GOED@?$CKfile?5?$CB?$DN?5_T?$CI?8?20?8?$CJ?$AA@ 10032218 LIBCMTD:fopen.obj - 0002:0000022c ??_C@_07OMGG@fopen?4c?$AA@ 1003222c LIBCMTD:fopen.obj - 0002:00000234 ??_C@_0N@MCKG@file?5?$CB?$DN?5NULL?$AA@ 10032234 LIBCMTD:fopen.obj - 0002:00000244 ??_C@_08PHBD@fclose?4c?$AA@ 10032244 LIBCMTD:fclose.obj - 0002:00000250 ??_C@_0P@FHEA@stream?5?$CB?$DN?5NULL?$AA@ 10032250 LIBCMTD:fclose.obj - 0002:00000260 ??_C@_0M@KJPK@str?5?$CB?$DN?5NULL?$AA@ 10032260 LIBCMTD:fclose.obj - 0002:0000026c ??_C@_08KGLM@rewind?4c?$AA@ 1003226c LIBCMTD:rewind.obj - 0002:00000278 ??_C@_07HFEM@fseek?4c?$AA@ 10032278 LIBCMTD:fseek.obj - 0002:00000284 ??_7type_info@@6B@ 10032284 LIBCMTD:typinfo.obj - 0002:000002a8 ??_C@_06DPMO@Client?$AA@ 100322a8 LIBCMTD:dbgheap.obj - 0002:000002b0 ??_C@_06BAFM@Ignore?$AA@ 100322b0 LIBCMTD:dbgheap.obj - 0002:000002b8 ??_C@_03DICE@CRT?$AA@ 100322b8 LIBCMTD:dbgheap.obj - 0002:000002bc ??_C@_06BILL@Normal?$AA@ 100322bc LIBCMTD:dbgheap.obj - 0002:000002c4 ??_C@_04NEN@Free?$AA@ 100322c4 LIBCMTD:dbgheap.obj - 0002:000002dc ??_C@_0DC@CGID@Error?3?5memory?5allocation?3?5bad?5me@ 100322dc LIBCMTD:dbgheap.obj - 0002:00000310 ??_C@_0CE@FMIA@Invalid?5allocation?5size?3?5?$CFu?5byte@ 10032310 LIBCMTD:dbgheap.obj - 0002:00000334 ??_C@_02DILL@?$CFs?$AA@ 10032334 LIBCMTD:dbgheap.obj - 0002:00000338 ??_C@_0CB@CPBI@Client?5hook?5allocation?5failure?4?6@ 10032338 LIBCMTD:dbgheap.obj - 0002:0000035c ??_C@_0DF@DKHF@Client?5hook?5allocation?5failure?5a@ 1003235c LIBCMTD:dbgheap.obj - 0002:00000394 ??_C@_09IMJC@dbgheap?4c?$AA@ 10032394 LIBCMTD:dbgheap.obj - 0002:000003a0 ??_C@_0BC@EPKL@_CrtCheckMemory?$CI?$CJ?$AA@ 100323a0 LIBCMTD:dbgheap.obj - 0002:000003c4 ??_C@_0BK@JDHA@_pFirstBlock?5?$DN?$DN?5pOldBlock?$AA@ 100323c4 LIBCMTD:dbgheap.obj - 0002:000003e0 ??_C@_0BJ@NMEF@_pLastBlock?5?$DN?$DN?5pOldBlock?$AA@ 100323e0 LIBCMTD:dbgheap.obj - 0002:000003fc ??_C@_0DC@BOCN@fRealloc?5?$HM?$HM?5?$CI?$CBfRealloc?5?$CG?$CG?5pNewBl@ 100323fc LIBCMTD:dbgheap.obj - 0002:00000430 ??_C@_0DK@DKOM@_BLOCK_TYPE?$CIpOldBlock?9?$DOnBlockUse@ 10032430 LIBCMTD:dbgheap.obj - 0002:0000046c ??_C@_0EF@EDKM@pOldBlock?9?$DOnLine?5?$DN?$DN?5IGNORE_LINE?5@ 1003246c LIBCMTD:dbgheap.obj - 0002:000004b4 ??_C@_0CC@GPMO@_CrtIsValidHeapPointer?$CIpUserData@ 100324b4 LIBCMTD:dbgheap.obj - 0002:000004d8 ??_C@_0CN@FHGE@Allocation?5too?5large?5or?5negative@ 100324d8 LIBCMTD:dbgheap.obj - 0002:00000508 ??_C@_0CE@EAMN@Client?5hook?5re?9allocation?5failur@ 10032508 LIBCMTD:dbgheap.obj - 0002:0000052c ??_C@_0DI@KKMM@Client?5hook?5re?9allocation?5failur@ 1003252c LIBCMTD:dbgheap.obj - 0002:00000584 ??_C@_0BG@JCEC@_pFirstBlock?5?$DN?$DN?5pHead?$AA@ 10032584 LIBCMTD:dbgheap.obj - 0002:0000059c ??_C@_0BF@NLNN@_pLastBlock?5?$DN?$DN?5pHead?$AA@ 1003259c LIBCMTD:dbgheap.obj - 0002:000005b4 ??_C@_0BO@PLHH@pHead?9?$DOnBlockUse?5?$DN?$DN?5nBlockUse?$AA@ 100325b4 LIBCMTD:dbgheap.obj - 0002:000005d4 ??_C@_0DN@KKIO@pHead?9?$DOnLine?5?$DN?$DN?5IGNORE_LINE?5?$CG?$CG?5p@ 100325d4 LIBCMTD:dbgheap.obj - 0002:00000614 ??_C@_0CK@OJNB@DAMAGE?3?5after?5?$CFhs?5block?5?$CI?$CD?$CFd?$CJ?5at@ 10032614 LIBCMTD:dbgheap.obj - 0002:00000640 ??_C@_0CL@IJIL@DAMAGE?3?5before?5?$CFhs?5block?5?$CI?$CD?$CFd?$CJ?5a@ 10032640 LIBCMTD:dbgheap.obj - 0002:0000066c ??_C@_0CH@PHOC@_BLOCK_TYPE_IS_VALID?$CIpHead?9?$DOnBlo@ 1003266c LIBCMTD:dbgheap.obj - 0002:00000694 ??_C@_0BL@MBNA@Client?5hook?5free?5failure?4?6?$AA@ 10032694 LIBCMTD:dbgheap.obj - 0002:000006cc ??_C@_0DK@EKKL@memory?5check?5error?5at?50x?$CF08X?5?$DN?50@ 100326cc LIBCMTD:dbgheap.obj - 0002:00000708 ??_C@_0CJ@GCII@?$CFhs?5located?5at?50x?$CF08X?5is?5?$CFu?5byte@ 10032708 LIBCMTD:dbgheap.obj - 0002:00000734 ??_C@_0CA@EJPI@?$CFhs?5allocated?5at?5file?5?$CFhs?$CI?$CFd?$CJ?4?6?$AA@ 10032734 LIBCMTD:dbgheap.obj - 0002:00000754 ??_C@_0CJ@LHHG@DAMAGE?3?5on?5top?5of?5Free?5block?5at?5@ 10032754 LIBCMTD:dbgheap.obj - 0002:00000780 ??_C@_07GJHM@DAMAGED?$AA@ 10032780 LIBCMTD:dbgheap.obj - 0002:00000788 ??_C@_0CL@ODIE@_heapchk?5fails?5with?5unknown?5retu@ 10032788 LIBCMTD:dbgheap.obj - 0002:000007b4 ??_C@_0CC@EHNC@_heapchk?5fails?5with?5_HEAPBADPTR?4@ 100327b4 LIBCMTD:dbgheap.obj - 0002:000007d8 ??_C@_0CC@JNDP@_heapchk?5fails?5with?5_HEAPBADEND?4@ 100327d8 LIBCMTD:dbgheap.obj - 0002:000007fc ??_C@_0CD@DNMG@_heapchk?5fails?5with?5_HEAPBADNODE@ 100327fc LIBCMTD:dbgheap.obj - 0002:00000820 ??_C@_0CE@JMCB@_heapchk?5fails?5with?5_HEAPBADBEGI@ 10032820 LIBCMTD:dbgheap.obj - 0002:00000874 ??_C@_0CD@MEMI@Bad?5memory?5block?5found?5at?50x?$CF08X@ 10032874 LIBCMTD:dbgheap.obj - 0002:00000898 ??_C@_0CI@GMAO@_CrtMemCheckPoint?3?5NULL?5state?5po@ 10032898 LIBCMTD:dbgheap.obj - 0002:000008cc ??_C@_0CI@MNAE@_CrtMemDifference?3?5NULL?5state?5po@ 100328cc LIBCMTD:dbgheap.obj - 0002:000008f4 ??_C@_0BH@PKIJ@Object?5dump?5complete?4?6?$AA@ 100328f4 LIBCMTD:dbgheap.obj - 0002:0000090c ??_C@_0DB@DBPF@crt?5block?5at?50x?$CF08X?0?5subtype?5?$CFx?0@ 1003290c LIBCMTD:dbgheap.obj - 0002:00000940 ??_C@_0CI@JLM@normal?5block?5at?50x?$CF08X?0?5?$CFu?5bytes@ 10032940 LIBCMTD:dbgheap.obj - 0002:00000968 ??_C@_0DE@PFEA@client?5block?5at?50x?$CF08X?0?5subtype?5@ 10032968 LIBCMTD:dbgheap.obj - 0002:0000099c ??_C@_06MBCE@?$HL?$CFld?$HN?5?$AA@ 1003299c LIBCMTD:dbgheap.obj - 0002:000009a4 ??_C@_0L@BLDJ@?$CFhs?$CI?$CFd?$CJ?5?3?5?$AA@ 100329a4 LIBCMTD:dbgheap.obj - 0002:000009b0 ??_C@_0BE@FEMA@?$CDFile?5Error?$CD?$CI?$CFd?$CJ?5?3?5?$AA@ 100329b0 LIBCMTD:dbgheap.obj - 0002:000009c4 ??_C@_0BE@FPPM@Dumping?5objects?5?9?$DO?6?$AA@ 100329c4 LIBCMTD:dbgheap.obj - 0002:000009e4 ??_C@_0BA@POLM@?5Data?3?5?$DM?$CFs?$DO?5?$CFs?6?$AA@ 100329e4 LIBCMTD:dbgheap.obj - 0002:000009f4 ??_C@_05JLAO@?$CF?42X?5?$AA@ 100329f4 LIBCMTD:dbgheap.obj - 0002:000009fc ??_C@_0BI@KONA@Detected?5memory?5leaks?$CB?6?$AA@ 100329fc LIBCMTD:dbgheap.obj - 0002:00000a14 ??_C@_0BP@LCCN@Total?5allocations?3?5?$CFld?5bytes?4?6?$AA@ 10032a14 LIBCMTD:dbgheap.obj - 0002:00000a34 ??_C@_0CB@COID@Largest?5number?5used?3?5?$CFld?5bytes?4?6@ 10032a34 LIBCMTD:dbgheap.obj - 0002:00000a58 ??_C@_0BO@MEJD@?$CFld?5bytes?5in?5?$CFld?5?$CFhs?5Blocks?4?6?$AA@ 10032a58 LIBCMTD:dbgheap.obj - 0002:00000a78 ??_C@_07HPAH@_file?4c?$AA@ 10032a78 LIBCMTD:_file.obj - 0002:00000a80 ??_C@_0BB@BLL@Assertion?5Failed?$AA@ 10032a80 LIBCMTD:dbgrpt.obj - 0002:00000a94 ??_C@_05CKBG@Error?$AA@ 10032a94 LIBCMTD:dbgrpt.obj - 0002:00000a9c ??_C@_07JCGI@Warning?$AA@ 10032a9c LIBCMTD:dbgrpt.obj - 0002:00000aa4 ??_C@_0M@ODEP@?$CFs?$CI?$CFd?$CJ?5?3?5?$CFs?$AA@ 10032aa4 LIBCMTD:dbgrpt.obj - 0002:00000ab0 ??_C@_01BJG@?6?$AA@ 10032ab0 LIBCMTD:dbgrpt.obj - 0002:00000ab4 ??_C@_01FEHD@?$AN?$AA@ 10032ab4 LIBCMTD:dbgrpt.obj - 0002:00000ab8 ??_C@_0BC@OIMC@Assertion?5failed?$CB?$AA@ 10032ab8 LIBCMTD:dbgrpt.obj - 0002:00000acc ??_C@_0BD@BEAK@Assertion?5failed?3?5?$AA@ 10032acc LIBCMTD:dbgrpt.obj - 0002:00000ae0 ??_C@_0CL@LCCP@_CrtDbgReport?3?5String?5too?5long?5o@ 10032ae0 LIBCMTD:dbgrpt.obj - 0002:00000b0c ??_C@_0DC@EMDK@Second?5Chance?5Assertion?5Failed?3?5@ 10032b0c LIBCMTD:dbgrpt.obj - 0002:00000b40 ??_C@_09NJAK@wsprintfA?$AA@ 10032b40 LIBCMTD:dbgrpt.obj - 0002:00000b4c ??_C@_0L@HKL@user32?4dll?$AA@ 10032b4c LIBCMTD:dbgrpt.obj - 0002:00000b58 ??_C@_0CD@GCMD@Microsoft?5Visual?5C?$CL?$CL?5Debug?5Libra@ 10032b58 LIBCMTD:dbgrpt.obj - 0002:00000b7c ??_C@_0FD@EBDD@Debug?5?$CFs?$CB?6?6Program?3?5?$CFs?$CFs?$CFs?$CFs?$CFs?$CFs@ 10032b7c LIBCMTD:dbgrpt.obj - 0002:00000bd0 ??_C@_09DCKN@?6Module?3?5?$AA@ 10032bd0 LIBCMTD:dbgrpt.obj - 0002:00000bdc ??_C@_07HJII@?6File?3?5?$AA@ 10032bdc LIBCMTD:dbgrpt.obj - 0002:00000be4 ??_C@_07LFGN@?6Line?3?5?$AA@ 10032be4 LIBCMTD:dbgrpt.obj - 0002:00000bec ??_C@_02JJJH@?6?6?$AA@ 10032bec LIBCMTD:dbgrpt.obj - 0002:00000bf0 ??_C@_0N@NOAB@Expression?3?5?$AA@ 10032bf0 LIBCMTD:dbgrpt.obj - 0002:00000c00 ??_C@_0HD@BHFH@?6?6For?5information?5on?5how?5your?5pr@ 10032c00 LIBCMTD:dbgrpt.obj - 0002:00000c74 ??_C@_03NAME@?4?4?4?$AA@ 10032c74 LIBCMTD:dbgrpt.obj - 0002:00000c78 ??_C@_0BH@NNCD@?$DMprogram?5name?5unknown?$DO?$AA@ 10032c78 LIBCMTD:dbgrpt.obj - 0002:00000c90 ??_C@_08GFHP@dbgrpt?4c?$AA@ 10032c90 LIBCMTD:dbgrpt.obj - 0002:00000c9c ??_C@_0BG@FBEA@szUserMessage?5?$CB?$DN?5NULL?$AA@ 10032c9c LIBCMTD:dbgrpt.obj - 0002:00000cfc ??_C@_0L@ENLJ@tidtable?4c?$AA@ 10032cfc LIBCMTD:tidtable.obj - 0002:00000d38 ??_C@_09JNND@_sftbuf?4c?$AA@ 10032d38 LIBCMTD:_sftbuf.obj - 0002:00000d44 ??_C@_0BH@EOPG@flag?5?$DN?$DN?50?5?$HM?$HM?5flag?5?$DN?$DN?51?$AA@ 10032d44 LIBCMTD:_sftbuf.obj - 0002:00000d5c ___lookuptable 10032d5c LIBCMTD:output.obj - 0002:00000db8 ??_C@_1O@POHA@?$AA?$CI?$AAn?$AAu?$AAl?$AAl?$AA?$CJ?$AA?$AA@ 10032db8 LIBCMTD:output.obj - 0002:00000dc8 ??_C@_06ONKE@?$CInull?$CJ?$AA@ 10032dc8 LIBCMTD:output.obj - 0002:00000dd0 ??_C@_08MIHI@output?4c?$AA@ 10032dd0 LIBCMTD:output.obj - 0002:00000ddc ??_C@_0P@PIHB@ch?5?$CB?$DN?5_T?$CI?8?20?8?$CJ?$AA@ 10032ddc LIBCMTD:output.obj - 0002:00000dec ??_C@_0DP@IHIN@?$CI?$CCinconsistent?5IOB?5fields?$CC?0?5stre@ 10032dec LIBCMTD:_flsbuf.obj - 0002:00000e2c ??_C@_09LGEI@_flsbuf?4c?$AA@ 10032e2c LIBCMTD:_flsbuf.obj - 0002:00000e38 ??_C@_08KFDJ@ioinit?4c?$AA@ 10032e38 LIBCMTD:ioinit.obj - 0002:00000e44 ??_C@_09IGKD@stdenvp?4c?$AA@ 10032e44 LIBCMTD:stdenvp.obj - 0002:00000e50 ??_C@_09MPMN@stdargv?4c?$AA@ 10032e50 LIBCMTD:stdargv.obj - 0002:00000e5c ??_C@_07BNNE@a_env?4c?$AA@ 10032e5c LIBCMTD:a_env.obj - 0002:00000e64 ??_C@_0BH@PHHF@__GLOBAL_HEAP_SELECTED?$AA@ 10032e64 LIBCMTD:heapinit.obj - 0002:00000e7c ??_C@_0BF@BBGL@__MSVCRT_HEAP_SELECT?$AA@ 10032e7c LIBCMTD:heapinit.obj - 0002:00000e94 ??_C@_0P@GGKG@runtime?5error?5?$AA@ 10032e94 LIBCMTD:crt0msg.obj - 0002:00000ea4 ??_C@_02PIMC@?$AN?6?$AA@ 10032ea4 LIBCMTD:crt0msg.obj - 0002:00000ea8 ??_C@_0O@DELO@TLOSS?5error?$AN?6?$AA@ 10032ea8 LIBCMTD:crt0msg.obj - 0002:00000eb8 ??_C@_0N@OMLL@SING?5error?$AN?6?$AA@ 10032eb8 LIBCMTD:crt0msg.obj - 0002:00000ec8 ??_C@_0P@OJAK@DOMAIN?5error?$AN?6?$AA@ 10032ec8 LIBCMTD:crt0msg.obj - 0002:00000ed8 ??_C@_0CF@EANP@R6028?$AN?6?9?5unable?5to?5initialize?5he@ 10032ed8 LIBCMTD:crt0msg.obj - 0002:00000f00 ??_C@_0DF@ECGN@R6027?$AN?6?9?5not?5enough?5space?5for?5lo@ 10032f00 LIBCMTD:crt0msg.obj - 0002:00000f38 ??_C@_0DF@FKAC@R6026?$AN?6?9?5not?5enough?5space?5for?5st@ 10032f38 LIBCMTD:crt0msg.obj - 0002:00000f70 ??_C@_0CG@DPMN@R6025?$AN?6?9?5pure?5virtual?5function?5c@ 10032f70 LIBCMTD:crt0msg.obj - 0002:00000f98 ??_C@_0DF@CKIP@R6024?$AN?6?9?5not?5enough?5space?5for?5_o@ 10032f98 LIBCMTD:crt0msg.obj - 0002:00000fd0 ??_C@_0CJ@GGOE@R6019?$AN?6?9?5unable?5to?5open?5console?5@ 10032fd0 LIBCMTD:crt0msg.obj - 0002:00000ffc ??_C@_0CB@LBOB@R6018?$AN?6?9?5unexpected?5heap?5error?$AN?6@ 10032ffc LIBCMTD:crt0msg.obj - 0002:00001020 ??_C@_0CN@FPEG@R6017?$AN?6?9?5unexpected?5multithread?5@ 10033020 LIBCMTD:crt0msg.obj - 0002:00001050 ??_C@_0CM@OBIC@R6016?$AN?6?9?5not?5enough?5space?5for?5th@ 10033050 LIBCMTD:crt0msg.obj - 0002:0000107c ??_C@_0CB@HPAL@?$AN?6abnormal?5program?5termination?$AN?6@ 1003307c LIBCMTD:crt0msg.obj - 0002:000010a0 ??_C@_0CM@JOOB@R6009?$AN?6?9?5not?5enough?5space?5for?5en@ 100330a0 LIBCMTD:crt0msg.obj - 0002:000010cc ??_C@_0CK@OIBL@R6008?$AN?6?9?5not?5enough?5space?5for?5ar@ 100330cc LIBCMTD:crt0msg.obj - 0002:000010f8 ??_C@_0CF@LKPB@R6002?$AN?6?9?5floating?5point?5not?5load@ 100330f8 LIBCMTD:crt0msg.obj - 0002:00001120 ??_C@_0CF@JPDF@Microsoft?5Visual?5C?$CL?$CL?5Runtime?5Lib@ 10033120 LIBCMTD:crt0msg.obj - 0002:00001148 ??_C@_0BK@DEOK@Runtime?5Error?$CB?6?6Program?3?5?$AA@ 10033148 LIBCMTD:crt0msg.obj - 0002:00001164 ??_C@_07INLA@_open?4c?$AA@ 10033164 LIBCMTD:_open.obj - 0002:0000116c ??_C@_0BB@COCE@filename?5?$CB?$DN?5NULL?$AA@ 1003316c LIBCMTD:_open.obj - 0002:00001180 ??_C@_08HJEP@stream?4c?$AA@ 10033180 LIBCMTD:stream.obj - 0002:0000118c ??_C@_0L@JIE@_freebuf?4c?$AA@ 1003318c LIBCMTD:_freebuf.obj - 0002:00001198 ??_C@_07PDLA@mlock?4c?$AA@ 10033198 LIBCMTD:mlock.obj - 0002:000011a0 ??_C@_0L@JOEJ@ftelli64?4c?$AA@ 100331a0 LIBCMTD:ftelli64.obj - 0002:000011ac ??_C@_07CMIP@ftell?4c?$AA@ 100331ac LIBCMTD:ftell.obj - 0002:000011b4 ??_C@_09DNOI@_filbuf?4c?$AA@ 100331b4 LIBCMTD:_filbuf.obj - 0002:000011c0 ??_C@_07PCLE@LC_TIME?$AA@ 100331c0 LIBCMTD:setlocal.obj - 0002:000011c8 ??_C@_0L@NKG@LC_NUMERIC?$AA@ 100331c8 LIBCMTD:setlocal.obj - 0002:000011d4 ??_C@_0M@CBIH@LC_MONETARY?$AA@ 100331d4 LIBCMTD:setlocal.obj - 0002:000011e0 ??_C@_08LFGE@LC_CTYPE?$AA@ 100331e0 LIBCMTD:setlocal.obj - 0002:000011ec ??_C@_0L@CFLC@LC_COLLATE?$AA@ 100331ec LIBCMTD:setlocal.obj - 0002:000011f8 ??_C@_06GCPK@LC_ALL?$AA@ 100331f8 LIBCMTD:setlocal.obj - 0002:00001200 ??_C@_01FAJB@?$DL?$AA@ 10033200 LIBCMTD:setlocal.obj - 0002:00001204 ??_C@_02BGDO@?$DN?$DL?$AA@ 10033204 LIBCMTD:setlocal.obj - 0002:00001208 ??_C@_0L@MOEE@setlocal?4c?$AA@ 10033208 LIBCMTD:setlocal.obj - 0002:00001214 ??_C@_01KPOD@?$DN?$AA@ 10033214 LIBCMTD:setlocal.obj - 0002:00001218 ??_C@_03DBOJ@_?4?0?$AA@ 10033218 LIBCMTD:setlocal.obj - 0002:0000121c ??_C@_01PJCK@?4?$AA@ 1003321c LIBCMTD:setlocal.obj - 0002:00001220 ??_C@_01NON@_?$AA@ 10033220 LIBCMTD:setlocal.obj - 0002:00001224 ??_C@_01A@?$AA?$AA@ 10033224 LIBCMTD:a_map.obj - 0002:00001228 ??_C@_13A@?$AA?$AA?$AA?$AA@ 10033228 LIBCMTD:a_map.obj - 0002:00001248 __real@8@3fff8000000000000000 10033248 LIBCMTD:testfdiv.obj - 0002:00001250 ??_C@_0BK@JEGK@IsProcessorFeaturePresent?$AA@ 10033250 LIBCMTD:testfdiv.obj - 0002:0000126c ??_C@_08OBID@KERNEL32?$AA@ 1003326c LIBCMTD:testfdiv.obj - 0002:00001278 ??_C@_05OFLO@e?$CL000?$AA@ 10033278 LIBCMTD:cvt.obj - 0002:00001280 ??_C@_0L@EJNO@wtombenv?4c?$AA@ 10033280 LIBCMTD:wtombenv.obj - 0002:00001308 ??_C@_0L@HE@vsprintf?4c?$AA@ 10033308 LIBCMTD:vsnprint.obj - 0002:00001314 ??_C@_08CNMA@winsig?4c?$AA@ 10033314 LIBCMTD:winsig.obj - 0002:00001320 ??_C@_0BD@NJFP@GetLastActivePopup?$AA@ 10033320 LIBCMTD:crtmbox.obj - 0002:00001334 ??_C@_0BA@GILI@GetActiveWindow?$AA@ 10033334 LIBCMTD:crtmbox.obj - 0002:00001344 ??_C@_0M@PKCK@MessageBoxA?$AA@ 10033344 LIBCMTD:crtmbox.obj - 0002:00001350 ??_C@_09EMDO@_getbuf?4c?$AA@ 10033350 LIBCMTD:_getbuf.obj - 0002:0000135c ??_C@_09LNLM@osfinfo?4c?$AA@ 1003335c LIBCMTD:osfinfo.obj - 0002:00001368 ??_C@_0L@EEGJ@inittime?4c?$AA@ 10033368 LIBCMTD:inittime.obj - 0002:00001374 ??_C@_09IMJJ@initnum?4c?$AA@ 10033374 LIBCMTD:initnum.obj - 0002:00001380 ??_C@_09KPNI@initmon?4c?$AA@ 10033380 LIBCMTD:initmon.obj - 0002:0000138c ??_C@_0L@COIL@initctyp?4c?$AA@ 1003338c LIBCMTD:initctyp.obj - 0002:00001398 ??_C@_08OBJD@Paraguay?$AA@ 10033398 LIBCMTD:getqloc.obj - 0002:000013a4 ??_C@_07GLKH@Uruguay?$AA@ 100333a4 LIBCMTD:getqloc.obj - 0002:000013ac ??_C@_05FPFC@Chile?$AA@ 100333ac LIBCMTD:getqloc.obj - 0002:000013b4 ??_C@_07IIGF@Ecuador?$AA@ 100333b4 LIBCMTD:getqloc.obj - 0002:000013bc ??_C@_09PKAL@Argentina?$AA@ 100333bc LIBCMTD:getqloc.obj - 0002:000013c8 ??_C@_04LKAH@Peru?$AA@ 100333c8 LIBCMTD:getqloc.obj - 0002:000013d0 ??_C@_08NEEM@Colombia?$AA@ 100333d0 LIBCMTD:getqloc.obj - 0002:000013dc ??_C@_09ODEB@Venezuela?$AA@ 100333dc LIBCMTD:getqloc.obj - 0002:000013e8 ??_C@_0BD@CLEL@Dominican?5Republic?$AA@ 100333e8 LIBCMTD:getqloc.obj - 0002:000013fc ??_C@_0N@MDGL@South?5Africa?$AA@ 100333fc LIBCMTD:getqloc.obj - 0002:0000140c ??_C@_06NKBG@Panama?$AA@ 1003340c LIBCMTD:getqloc.obj - 0002:00001414 ??_C@_0L@BMHO@Luxembourg?$AA@ 10033414 LIBCMTD:getqloc.obj - 0002:00001420 ??_C@_0L@IMDK@Costa?5Rica?$AA@ 10033420 LIBCMTD:getqloc.obj - 0002:0000142c ??_C@_0M@BLJF@Switzerland?$AA@ 1003342c LIBCMTD:getqloc.obj - 0002:00001438 ??_C@_09KBOL@Guatemala?$AA@ 10033438 LIBCMTD:getqloc.obj - 0002:00001444 ??_C@_06JNAK@Canada?$AA@ 10033444 LIBCMTD:getqloc.obj - 0002:0000144c ??_C@_0BG@OLLP@Spanish?5?9?5Modern?5Sort?$AA@ 1003344c LIBCMTD:getqloc.obj - 0002:00001464 ??_C@_09IDKE@Australia?$AA@ 10033464 LIBCMTD:getqloc.obj - 0002:00001470 ??_C@_07JJJJ@English?$AA@ 10033470 LIBCMTD:getqloc.obj - 0002:00001478 ??_C@_07NMDO@Austria?$AA@ 10033478 LIBCMTD:getqloc.obj - 0002:00001480 ??_C@_06DEFE@German?$AA@ 10033480 LIBCMTD:getqloc.obj - 0002:00001488 ??_C@_07JAIH@Belgium?$AA@ 10033488 LIBCMTD:getqloc.obj - 0002:00001490 ??_C@_06BNLJ@Mexico?$AA@ 10033490 LIBCMTD:getqloc.obj - 0002:00001498 ??_C@_07JHAG@Spanish?$AA@ 10033498 LIBCMTD:getqloc.obj - 0002:000014a0 ??_C@_06DADE@Basque?$AA@ 100334a0 LIBCMTD:getqloc.obj - 0002:000014a8 ??_C@_06ENFP@Sweden?$AA@ 100334a8 LIBCMTD:getqloc.obj - 0002:000014b0 ??_C@_07JPMH@Swedish?$AA@ 100334b0 LIBCMTD:getqloc.obj - 0002:000014b8 ??_C@_07IEKF@Iceland?$AA@ 100334b8 LIBCMTD:getqloc.obj - 0002:000014c0 ??_C@_09KNEA@Icelandic?$AA@ 100334c0 LIBCMTD:getqloc.obj - 0002:000014cc ??_C@_06IJOD@France?$AA@ 100334cc LIBCMTD:getqloc.obj - 0002:000014d4 ??_C@_06EINI@French?$AA@ 100334d4 LIBCMTD:getqloc.obj - 0002:000014dc ??_C@_07FOOE@Finland?$AA@ 100334dc LIBCMTD:getqloc.obj - 0002:000014e4 ??_C@_07OJOM@Finnish?$AA@ 100334e4 LIBCMTD:getqloc.obj - 0002:000014ec ??_C@_05FFAC@Spain?$AA@ 100334ec LIBCMTD:getqloc.obj - 0002:000014f4 ??_C@_0BL@BIHM@Spanish?5?9?5Traditional?5Sort?$AA@ 100334f4 LIBCMTD:getqloc.obj - 0002:00001510 ??_C@_0O@GLHB@united?9states?$AA@ 10033510 LIBCMTD:getqloc.obj - 0002:00001520 ??_C@_0P@IIKK@united?9kingdom?$AA@ 10033520 LIBCMTD:getqloc.obj - 0002:00001530 ??_C@_0BC@FHBO@trinidad?5?$CG?5tobago?$AA@ 10033530 LIBCMTD:getqloc.obj - 0002:00001544 ??_C@_0M@BDFM@south?9korea?$AA@ 10033544 LIBCMTD:getqloc.obj - 0002:00001550 ??_C@_0N@CKFA@south?9africa?$AA@ 10033550 LIBCMTD:getqloc.obj - 0002:00001560 ??_C@_0M@HNHN@south?5korea?$AA@ 10033560 LIBCMTD:getqloc.obj - 0002:0000156c ??_C@_0N@MKDO@south?5africa?$AA@ 1003356c LIBCMTD:getqloc.obj - 0002:0000157c ??_C@_06KFFJ@slovak?$AA@ 1003357c LIBCMTD:getqloc.obj - 0002:00001584 ??_C@_0M@NMAC@puerto?9rico?$AA@ 10033584 LIBCMTD:getqloc.obj - 0002:00001590 ??_C@_08EJOH@pr?9china?$AA@ 10033590 LIBCMTD:getqloc.obj - 0002:0000159c ??_C@_08CHMG@pr?5china?$AA@ 1003359c LIBCMTD:getqloc.obj - 0002:000015a8 ??_C@_02OCJK@nz?$AA@ 100335a8 LIBCMTD:getqloc.obj - 0002:000015ac ??_C@_0M@MMKA@new?9zealand?$AA@ 100335ac LIBCMTD:getqloc.obj - 0002:000015b8 ??_C@_09MGEH@hong?9kong?$AA@ 100335b8 LIBCMTD:getqloc.obj - 0002:000015c4 ??_C@_07CCAK@holland?$AA@ 100335c4 LIBCMTD:getqloc.obj - 0002:000015cc ??_C@_0O@MEPL@great?5britain?$AA@ 100335cc LIBCMTD:getqloc.obj - 0002:000015dc ??_C@_07LGIB@england?$AA@ 100335dc LIBCMTD:getqloc.obj - 0002:000015e4 ??_C@_05BMOA@czech?$AA@ 100335e4 LIBCMTD:getqloc.obj - 0002:000015ec ??_C@_05NMPB@china?$AA@ 100335ec LIBCMTD:getqloc.obj - 0002:000015f4 ??_C@_07GN@britain?$AA@ 100335f4 LIBCMTD:getqloc.obj - 0002:000015fc ??_C@_07DLAK@america?$AA@ 100335fc LIBCMTD:getqloc.obj - 0002:00001604 ??_C@_03IPEP@usa?$AA@ 10033604 LIBCMTD:getqloc.obj - 0002:00001608 ??_C@_02PILH@us?$AA@ 10033608 LIBCMTD:getqloc.obj - 0002:0000160c ??_C@_02FHP@uk?$AA@ 1003360c LIBCMTD:getqloc.obj - 0002:00001610 ??_C@_05DEAI@swiss?$AA@ 10033610 LIBCMTD:getqloc.obj - 0002:00001618 ??_C@_0BA@LIAF@swedish?9finland?$AA@ 10033618 LIBCMTD:getqloc.obj - 0002:00001628 ??_C@_0BC@FMEG@spanish?9venezuela?$AA@ 10033628 LIBCMTD:getqloc.obj - 0002:0000163c ??_C@_0BA@BNMG@spanish?9uruguay?$AA@ 1003363c LIBCMTD:getqloc.obj - 0002:0000164c ??_C@_0BE@BKDJ@spanish?9puerto?5rico?$AA@ 1003364c LIBCMTD:getqloc.obj - 0002:00001660 ??_C@_0N@JIBL@spanish?9peru?$AA@ 10033660 LIBCMTD:getqloc.obj - 0002:00001670 ??_C@_0BB@OGOF@spanish?9paraguay?$AA@ 10033670 LIBCMTD:getqloc.obj - 0002:00001684 ??_C@_0P@LLFA@spanish?9panama?$AA@ 10033684 LIBCMTD:getqloc.obj - 0002:00001694 ??_C@_0BC@BBJM@spanish?9nicaragua?$AA@ 10033694 LIBCMTD:getqloc.obj - 0002:000016a8 ??_C@_0P@NJBN@spanish?9modern?$AA@ 100336a8 LIBCMTD:getqloc.obj - 0002:000016b8 ??_C@_0BA@NHDN@spanish?9mexican?$AA@ 100336b8 LIBCMTD:getqloc.obj - 0002:000016c8 ??_C@_0BB@JHOJ@spanish?9honduras?$AA@ 100336c8 LIBCMTD:getqloc.obj - 0002:000016dc ??_C@_0BC@BOOM@spanish?9guatemala?$AA@ 100336dc LIBCMTD:getqloc.obj - 0002:000016f0 ??_C@_0BE@EELI@spanish?9el?5salvador?$AA@ 100336f0 LIBCMTD:getqloc.obj - 0002:00001704 ??_C@_0BA@POAE@spanish?9ecuador?$AA@ 10033704 LIBCMTD:getqloc.obj - 0002:00001714 ??_C@_0BL@LDKN@spanish?9dominican?5republic?$AA@ 10033714 LIBCMTD:getqloc.obj - 0002:00001730 ??_C@_0BD@HPMH@spanish?9costa?5rica?$AA@ 10033730 LIBCMTD:getqloc.obj - 0002:00001744 ??_C@_0BB@NDDK@spanish?9colombia?$AA@ 10033744 LIBCMTD:getqloc.obj - 0002:00001758 ??_C@_0O@BJHA@spanish?9chile?$AA@ 10033758 LIBCMTD:getqloc.obj - 0002:00001768 ??_C@_0BA@OBNG@spanish?9bolivia?$AA@ 10033768 LIBCMTD:getqloc.obj - 0002:00001778 ??_C@_0BC@EFAM@spanish?9argentina?$AA@ 10033778 LIBCMTD:getqloc.obj - 0002:0000178c ??_C@_0BF@KMMM@portuguese?9brazilian?$AA@ 1003378c LIBCMTD:getqloc.obj - 0002:000017a4 ??_C@_0BC@BAAE@norwegian?9nynorsk?$AA@ 100337a4 LIBCMTD:getqloc.obj - 0002:000017b8 ??_C@_0BB@PBHK@norwegian?9bokmal?$AA@ 100337b8 LIBCMTD:getqloc.obj - 0002:000017cc ??_C@_09EHKL@norwegian?$AA@ 100337cc LIBCMTD:getqloc.obj - 0002:000017d8 ??_C@_0O@BEAN@italian?9swiss?$AA@ 100337d8 LIBCMTD:getqloc.obj - 0002:000017e8 ??_C@_0O@OIFK@irish?9english?$AA@ 100337e8 LIBCMTD:getqloc.obj - 0002:000017f8 ??_C@_0N@NBPL@german?9swiss?$AA@ 100337f8 LIBCMTD:getqloc.obj - 0002:00001808 ??_C@_0BC@ICFJ@german?9luxembourg?$AA@ 10033808 LIBCMTD:getqloc.obj - 0002:0000181c ??_C@_0BE@GGPC@german?9lichtenstein?$AA@ 1003381c LIBCMTD:getqloc.obj - 0002:00001830 ??_C@_0BA@MKDC@german?9austrian?$AA@ 10033830 LIBCMTD:getqloc.obj - 0002:00001840 ??_C@_0N@ODNB@french?9swiss?$AA@ 10033840 LIBCMTD:getqloc.obj - 0002:00001850 ??_C@_0BC@MGCM@french?9luxembourg?$AA@ 10033850 LIBCMTD:getqloc.obj - 0002:00001864 ??_C@_0BA@NABK@french?9canadian?$AA@ 10033864 LIBCMTD:getqloc.obj - 0002:00001874 ??_C@_0P@CJNO@french?9belgian?$AA@ 10033874 LIBCMTD:getqloc.obj - 0002:00001884 ??_C@_0M@LJOL@english?9usa?$AA@ 10033884 LIBCMTD:getqloc.obj - 0002:00001890 ??_C@_0L@FMNC@english?9us?$AA@ 10033890 LIBCMTD:getqloc.obj - 0002:0000189c ??_C@_0L@KBBK@english?9uk?$AA@ 1003389c LIBCMTD:getqloc.obj - 0002:000018a8 ??_C@_0BK@NDDE@english?9trinidad?5y?5tobago?$AA@ 100338a8 LIBCMTD:getqloc.obj - 0002:000018c4 ??_C@_0BF@LKML@english?9south?5africa?$AA@ 100338c4 LIBCMTD:getqloc.obj - 0002:000018dc ??_C@_0L@EGPP@english?9nz?$AA@ 100338dc LIBCMTD:getqloc.obj - 0002:000018e8 ??_C@_0BA@HLH@english?9jamaica?$AA@ 100338e8 LIBCMTD:getqloc.obj - 0002:000018f8 ??_C@_0M@PMJI@english?9ire?$AA@ 100338f8 LIBCMTD:getqloc.obj - 0002:00001904 ??_C@_0BC@HINE@english?9caribbean?$AA@ 10033904 LIBCMTD:getqloc.obj - 0002:00001918 ??_C@_0M@DCFH@english?9can?$AA@ 10033918 LIBCMTD:getqloc.obj - 0002:00001924 ??_C@_0P@DGHK@english?9belize?$AA@ 10033924 LIBCMTD:getqloc.obj - 0002:00001934 ??_C@_0M@FLHK@english?9aus?$AA@ 10033934 LIBCMTD:getqloc.obj - 0002:00001940 ??_C@_0BB@HNCK@english?9american?$AA@ 10033940 LIBCMTD:getqloc.obj - 0002:00001954 ??_C@_0O@PAMI@dutch?9belgian?$AA@ 10033954 LIBCMTD:getqloc.obj - 0002:00001964 ??_C@_0BE@FPEJ@chinese?9traditional?$AA@ 10033964 LIBCMTD:getqloc.obj - 0002:00001978 ??_C@_0BC@CHFL@chinese?9singapore?$AA@ 10033978 LIBCMTD:getqloc.obj - 0002:0000198c ??_C@_0BD@DCMH@chinese?9simplified?$AA@ 1003398c LIBCMTD:getqloc.obj - 0002:000019a0 ??_C@_0BB@JMOE@chinese?9hongkong?$AA@ 100339a0 LIBCMTD:getqloc.obj - 0002:000019b4 ??_C@_07NGFN@chinese?$AA@ 100339b4 LIBCMTD:getqloc.obj - 0002:000019bc ??_C@_03PCOI@chi?$AA@ 100339bc LIBCMTD:getqloc.obj - 0002:000019c0 ??_C@_03FIHP@chh?$AA@ 100339c0 LIBCMTD:getqloc.obj - 0002:000019c4 ??_C@_08HFLO@canadian?$AA@ 100339c4 LIBCMTD:getqloc.obj - 0002:000019d0 ??_C@_07INIJ@belgian?$AA@ 100339d0 LIBCMTD:getqloc.obj - 0002:000019d8 ??_C@_0L@LCCA@australian?$AA@ 100339d8 LIBCMTD:getqloc.obj - 0002:000019e4 ??_C@_0BB@BJIO@american?9english?$AA@ 100339e4 LIBCMTD:getqloc.obj - 0002:000019f8 ??_C@_0BB@DAGO@american?5english?$AA@ 100339f8 LIBCMTD:getqloc.obj - 0002:00001a0c ??_C@_08HENB@american?$AA@ 10033a0c LIBCMTD:getqloc.obj - 0002:00001a18 ??_C@_03DGJE@OCP?$AA@ 10033a18 LIBCMTD:getqloc.obj - 0002:00001a1c ??_C@_03EKFG@ACP?$AA@ 10033a1c LIBCMTD:getqloc.obj - 0002:00001a2c ??_C@_07FOIK@a_cmp?4c?$AA@ 10033a2c LIBCMTD:a_cmp.obj - 0002:00001a34 ??_C@_0DN@PPKB@cchCount1?$DN?$DN0?5?$CG?$CG?5cchCount2?$DN?$DN1?5?$HM?$HM?5@ 10033a34 LIBCMTD:a_cmp.obj - 0002:00001a90 ??_C@_08FEIK@setenv?4c?$AA@ 10033a90 LIBCMTD:setenv.obj - 0002:00001a9c ??_C@_08EIOK@chsize?4c?$AA@ 10033a9c LIBCMTD:chsize.obj - 0002:00001aa8 ??_C@_09NPGF@size?5?$DO?$DN?50?$AA@ 10033aa8 LIBCMTD:chsize.obj - 0002:00001ab4 ??_C@_07CJME@H?3mm?3ss?$AA@ 10033ab4 LIBCMTD:strftime.obj - 0002:00001abc ??_C@_0BE@MHI@dddd?0?5MMMM?5dd?0?5yyyy?$AA@ 10033abc LIBCMTD:strftime.obj - 0002:00001ad0 ??_C@_06HCAD@M?1d?1yy?$AA@ 10033ad0 LIBCMTD:strftime.obj - 0002:00001ad8 ??_C@_02DBLP@PM?$AA@ 10033ad8 LIBCMTD:strftime.obj - 0002:00001adc ??_C@_02ENLM@AM?$AA@ 10033adc LIBCMTD:strftime.obj - 0002:00001ae0 ??_C@_08LIDF@December?$AA@ 10033ae0 LIBCMTD:strftime.obj - 0002:00001aec ??_C@_08NJLI@November?$AA@ 10033aec LIBCMTD:strftime.obj - 0002:00001af8 ??_C@_07IAMM@October?$AA@ 10033af8 LIBCMTD:strftime.obj - 0002:00001b00 ??_C@_09MKGD@September?$AA@ 10033b00 LIBCMTD:strftime.obj - 0002:00001b0c ??_C@_06PADP@August?$AA@ 10033b0c LIBCMTD:strftime.obj - 0002:00001b14 ??_C@_04PIJO@July?$AA@ 10033b14 LIBCMTD:strftime.obj - 0002:00001b1c ??_C@_04ICFP@June?$AA@ 10033b1c LIBCMTD:strftime.obj - 0002:00001b24 ??_C@_05JFGC@April?$AA@ 10033b24 LIBCMTD:strftime.obj - 0002:00001b2c ??_C@_05FGPD@March?$AA@ 10033b2c LIBCMTD:strftime.obj - 0002:00001b34 ??_C@_08PGBA@February?$AA@ 10033b34 LIBCMTD:strftime.obj - 0002:00001b40 ??_C@_07BPKJ@January?$AA@ 10033b40 LIBCMTD:strftime.obj - 0002:00001b48 ??_C@_03PGJO@Dec?$AA@ 10033b48 LIBCMTD:strftime.obj - 0002:00001b4c ??_C@_03PDLM@Nov?$AA@ 10033b4c LIBCMTD:strftime.obj - 0002:00001b50 ??_C@_03BLHK@Oct?$AA@ 10033b50 LIBCMTD:strftime.obj - 0002:00001b54 ??_C@_03DPFM@Sep?$AA@ 10033b54 LIBCMTD:strftime.obj - 0002:00001b58 ??_C@_03CMCH@Aug?$AA@ 10033b58 LIBCMTD:strftime.obj - 0002:00001b5c ??_C@_03OBKI@Jul?$AA@ 10033b5c LIBCMTD:strftime.obj - 0002:00001b60 ??_C@_03LEIG@Jun?$AA@ 10033b60 LIBCMTD:strftime.obj - 0002:00001b64 ??_C@_03MGHB@May?$AA@ 10033b64 LIBCMTD:strftime.obj - 0002:00001b68 ??_C@_03MJJM@Apr?$AA@ 10033b68 LIBCMTD:strftime.obj - 0002:00001b6c ??_C@_03GNHA@Mar?$AA@ 10033b6c LIBCMTD:strftime.obj - 0002:00001b70 ??_C@_03PICE@Feb?$AA@ 10033b70 LIBCMTD:strftime.obj - 0002:00001b74 ??_C@_03IEIF@Jan?$AA@ 10033b74 LIBCMTD:strftime.obj - 0002:00001b78 ??_C@_08FAKH@Saturday?$AA@ 10033b78 LIBCMTD:strftime.obj - 0002:00001b84 ??_C@_06ONCK@Friday?$AA@ 10033b84 LIBCMTD:strftime.obj - 0002:00001b8c ??_C@_08CCFO@Thursday?$AA@ 10033b8c LIBCMTD:strftime.obj - 0002:00001b98 ??_C@_09PBIN@Wednesday?$AA@ 10033b98 LIBCMTD:strftime.obj - 0002:00001ba4 ??_C@_07BMBC@Tuesday?$AA@ 10033ba4 LIBCMTD:strftime.obj - 0002:00001bac ??_C@_06CHLK@Monday?$AA@ 10033bac LIBCMTD:strftime.obj - 0002:00001bb4 ??_C@_06OOEM@Sunday?$AA@ 10033bb4 LIBCMTD:strftime.obj - 0002:00001bbc ??_C@_03MPKK@Sat?$AA@ 10033bbc LIBCMTD:strftime.obj - 0002:00001bc0 ??_C@_03FINJ@Fri?$AA@ 10033bc0 LIBCMTD:strftime.obj - 0002:00001bc4 ??_C@_03HIKC@Thu?$AA@ 10033bc4 LIBCMTD:strftime.obj - 0002:00001bc8 ??_C@_03HECK@Wed?$AA@ 10033bc8 LIBCMTD:strftime.obj - 0002:00001bcc ??_C@_03ECCP@Tue?$AA@ 10033bcc LIBCMTD:strftime.obj - 0002:00001bd0 ??_C@_03PIEP@Mon?$AA@ 10033bd0 LIBCMTD:strftime.obj - 0002:00001bd4 ??_C@_03FHEP@Sun?$AA@ 10033bd4 LIBCMTD:strftime.obj - 0002:00001bd8 ??_C@_03MKGK@a?1p?$AA@ 10033bd8 LIBCMTD:strftime.obj - 0002:00001bdc ??_C@_05BDJK@am?1pm?$AA@ 10033bdc LIBCMTD:strftime.obj - 0002:00001be4 ??_C@_0L@HKCB@inithelp?4c?$AA@ 10033be4 LIBCMTD:inithelp.obj - 0002:00001c08 ??_C@_06PAPI@1?$CDQNAN?$AA@ 10033c08 LIBCMTD:x10fout.obj - 0002:00001c10 ??_C@_05BGNL@1?$CDINF?$AA@ 10033c10 LIBCMTD:x10fout.obj - 0002:00001c18 ??_C@_05EDPF@1?$CDIND?$AA@ 10033c18 LIBCMTD:x10fout.obj - 0002:00001c20 ??_C@_06LKFM@1?$CDSNAN?$AA@ 10033c20 LIBCMTD:x10fout.obj - 0002:00001c28 ___dnames 10033c28 LIBCMTD:timeset.obj - 0002:00001c40 ___mnames 10033c40 LIBCMTD:timeset.obj - 0002:00001c68 ??_C@_07DEKI@tzset?4c?$AA@ 10033c68 LIBCMTD:tzset.obj - 0002:00001c70 ??_C@_02JHIA@TZ?$AA@ 10033c70 LIBCMTD:tzset.obj - 0002:00002350 ??_R1A@A@3BA@ios@@8 10034350 libcimtd:ostream.obj - 0002:00002368 ??_R1A@?0A@A@ostream@@8 10034368 libcimtd:ostream.obj - 0002:00002380 ??_R2ostream@@8 10034380 libcimtd:ostream.obj - 0002:00002390 ??_R3ostream@@8 10034390 libcimtd:ostream.obj - 0002:000023a0 ??_R4ostream@@6B@ 100343a0 libcimtd:ostream.obj - 0002:000023b8 ??_R1A@?0A@A@ostream_withassign@@8 100343b8 libcimtd:ostream.obj - 0002:000023d0 ??_R2ostream_withassign@@8 100343d0 libcimtd:ostream.obj - 0002:000023e0 ??_R3ostream_withassign@@8 100343e0 libcimtd:ostream.obj - 0002:000023f0 ??_R4ostream_withassign@@6B@ 100343f0 libcimtd:ostream.obj - 0002:00002408 ??_R1A@?0A@A@istream@@8 10034408 libcimtd:istream.obj - 0002:00002420 ??_R2istream@@8 10034420 libcimtd:istream.obj - 0002:00002430 ??_R3istream@@8 10034430 libcimtd:istream.obj - 0002:00002440 ??_R4istream@@6B@ 10034440 libcimtd:istream.obj - 0002:00002458 ??_R1A@?0A@A@istream_withassign@@8 10034458 libcimtd:istream.obj - 0002:00002470 ??_R2istream_withassign@@8 10034470 libcimtd:istream.obj - 0002:00002480 ??_R3istream_withassign@@8 10034480 libcimtd:istream.obj - 0002:00002490 ??_R4istream_withassign@@6B@ 10034490 libcimtd:istream.obj - 0002:000024a8 ??_R1A@?0A@A@ios@@8 100344a8 libcimtd:_ios.obj - 0002:000024c0 ??_R2ios@@8 100344c0 libcimtd:_ios.obj - 0002:000024c8 ??_R3ios@@8 100344c8 libcimtd:_ios.obj - 0002:000024d8 ??_R4ios@@6B@ 100344d8 libcimtd:_ios.obj - 0002:000024f0 ??_R1A@?0A@A@type_info@@8 100344f0 LIBCMTD:typinfo.obj - 0002:00002508 ??_R2type_info@@8 10034508 LIBCMTD:typinfo.obj - 0002:00002510 ??_R3type_info@@8 10034510 LIBCMTD:typinfo.obj - 0002:00002520 ??_R4type_info@@6B@ 10034520 LIBCMTD:typinfo.obj - 0002:00002d60 __CT??_R0?AVException@@@8??0Exception@@QAE@ABV0@@Z16 10034d60 mscommon:Macro.obj - 0002:00002d80 __CT??_R0?AVBoundaryError@@@8??0BoundaryError@@QAE@ABV0@@Z16 10034d80 mscommon:Macro.obj - 0002:00002da0 __CTA2?AVBoundaryError@@ 10034da0 mscommon:Macro.obj - 0002:00002db0 __TI2?AVBoundaryError@@ 10034db0 mscommon:Macro.obj - 0003:00000000 ___xc_a 10036000 LIBCMTD:crt0init.obj - 0003:00000210 ___xc_z 10036210 LIBCMTD:crt0init.obj - 0003:00000314 ___xi_a 10036314 LIBCMTD:crt0init.obj - 0003:0000062c ___xi_z 1003662c LIBCMTD:crt0init.obj - 0003:00000730 ___xp_a 10036730 LIBCMTD:crt0init.obj - 0003:00000938 ___xp_z 10036938 LIBCMTD:crt0init.obj - 0003:00000a3c ___xt_a 10036a3c LIBCMTD:crt0init.obj - 0003:00000c44 ___xt_z 10036c44 LIBCMTD:crt0init.obj - 0003:00000ec8 ??_R0?AVException@@@8 10036ec8 mscommon:Macro.obj - 0003:00000ee0 ??_R0?AVBoundaryError@@@8 10036ee0 mscommon:Macro.obj - 0003:00000efc ??_C@_0O@NPPA@BoundaryError?$AA@ 10036efc mscommon:Macro.obj - 0003:00000f14 ??_C@_01PCFE@?2?$AA@ 10036f14 mscommon:Diskinfo.obj - 0003:00001030 ??_C@_08CGFM@?$EA?$CFld?$EA?$CFld?$AA@ 10037030 msthread:Mutex.obj - 0003:0000103c ??_C@_04FCEH@?3?4?1?2?$AA@ 1003703c msthread:Mutex.obj - 0003:00001048 ??_R0?AVios@@@8 10037048 libcimtd:ostream.obj - 0003:00001060 ??_R0?AVostream@@@8 10037060 libcimtd:ostream.obj - 0003:00001078 ??_R0?AVostream_withassign@@@8 10037078 libcimtd:ostream.obj - 0003:000010a0 ??_R0?AVistream@@@8 100370a0 libcimtd:istream.obj - 0003:000010b8 ??_R0?AVistream_withassign@@@8 100370b8 libcimtd:istream.obj - 0003:000010dc ?x_maxbit@ios@@0JA 100370dc libcimtd:_ios.obj - 0003:000010e0 ?x_curindex@ios@@0HA 100370e0 libcimtd:_ios.obj - 0003:000010e4 __NLG_Destination 100370e4 LIBCMTD:exsup.obj - 0003:00001100 __aexit_rtn 10037100 LIBCMTD:dllcrt0.obj - 0003:00001110 __fltused 10037110 LIBCMTD:fpinit.obj - 0003:00001114 __ldused 10037114 LIBCMTD:fpinit.obj - 0003:00001118 __FPinit 10037118 LIBCMTD:fpinit.obj - 0003:0000111c __FPmtinit 1003711c LIBCMTD:fpinit.obj - 0003:00001120 __FPmtterm 10037120 LIBCMTD:fpinit.obj - 0003:00001128 ??_R0?AVtype_info@@@8 10037128 LIBCMTD:typinfo.obj - 0003:00001140 ?__pMyUnhandledExceptionFilter@@3PAXA 10037140 LIBCMTD:throw.obj - 0003:00001144 __crtDbgFlag 10037144 LIBCMTD:dbgheap.obj - 0003:0000114c __crtBreakAlloc 1003714c LIBCMTD:dbgheap.obj - 0003:00001168 __iob 10037168 LIBCMTD:_file.obj - 0003:000013e8 __crtAssertBusy 100373e8 LIBCMTD:dbgrpt.obj - 0003:000013ec __CrtDbgMode 100373ec LIBCMTD:dbgrpt.obj - 0003:000013f8 __CrtDbgFile 100373f8 LIBCMTD:dbgrpt.obj - 0003:00001420 ___tlsindex 10037420 LIBCMTD:tidtable.obj - 0003:00001424 ?__pInconsistency@@3P6AXXZA 10037424 LIBCMTD:hooks.obj - 0003:00001428 ___nullstring 10037428 LIBCMTD:output.obj - 0003:0000142c ___wnullstring 1003742c LIBCMTD:output.obj - 0003:00001430 ___badioinfo 10037430 LIBCMTD:ioinit.obj - 0003:00001454 __amblksiz 10037454 LIBCMTD:heapinit.obj - 0003:000014e8 __locktable 100374e8 LIBCMTD:mlock.obj - 0003:00001820 ___lc_category 10037820 LIBCMTD:setlocal.obj - 0003:00001868 __pctype 10037868 LIBCMTD:ctype.obj - 0003:0000186c __pwctype 1003786c LIBCMTD:ctype.obj - 0003:00001870 __ctype 10037870 LIBCMTD:ctype.obj - 0003:00001a74 ___mb_cur_max 10037a74 LIBCMTD:nlsdata1.obj - 0003:00001a78 ___decimal_point 10037a78 LIBCMTD:nlsdata1.obj - 0003:00001a7c ___decimal_point_length 10037a7c LIBCMTD:nlsdata1.obj - 0003:00001a80 __cfltcvt_tab 10037a80 LIBCMTD:cmiscdat.obj - 0003:00001aa0 __pfnAllocHook 10037aa0 LIBCMTD:dbghook.obj - 0003:00001aa8 ___old_small_block_heap 10037aa8 LIBCMTD:sbheap.obj - 0003:00003acc ___old_sbh_threshold 10039acc LIBCMTD:sbheap.obj - 0003:00003ad0 __XcptActTab 10039ad0 LIBCMTD:winxfltr.obj - 0003:00003b48 __First_FPE_Indx 10039b48 LIBCMTD:winxfltr.obj - 0003:00003b4c __Num_FPE 10039b4c LIBCMTD:winxfltr.obj - 0003:00003b50 __XcptActTabSize 10039b50 LIBCMTD:winxfltr.obj - 0003:00003b54 __XcptActTabCount 10039b54 LIBCMTD:winxfltr.obj - 0003:00003c60 ___rgLocInfo 10039c60 LIBCMTD:getqloc.obj - 0003:00004104 ___rglangidNotDefault 1003a104 LIBCMTD:getqloc.obj - 0003:00004118 ___rg_country 1003a118 LIBCMTD:getqloc.obj - 0003:000041d0 ___rg_language 1003a1d0 LIBCMTD:getqloc.obj - 0003:00004408 ___lc_time_curr 1003a408 LIBCMTD:strftime.obj - 0003:00004410 ___lc_time_c 1003a410 LIBCMTD:strftime.obj - 0003:000044c0 ___lconv_static_decimal 1003a4c0 LIBCMTD:lconv.obj - 0003:000044c8 ___lconv_c 1003a4c8 LIBCMTD:lconv.obj - 0003:000044f8 ___lconv 1003a4f8 LIBCMTD:lconv.obj - 0003:00004500 __timezone 1003a500 LIBCMTD:timeset.obj - 0003:00004504 __daylight 1003a504 LIBCMTD:timeset.obj - 0003:00004508 __dstbias 1003a508 LIBCMTD:timeset.obj - 0003:0000458c __tzname 1003a58c LIBCMTD:timeset.obj - 0003:000045b8 __pow10pos 1003a5b8 LIBCMTD:constpow.obj - 0003:00004718 __pow10neg 1003a718 LIBCMTD:constpow.obj - 0003:00004874 __lpdays 1003a874 LIBCMTD:days.obj - 0003:000048a8 __days 1003a8a8 LIBCMTD:days.obj - 0003:000055a0 ?outFile@@3VFile@@A 1003b5a0 dllmain.obj - 0003:000055c0 ?mutex@@3VMutex@@A 1003b5c0 dllmain.obj - 0003:000055d4 ?smhHook@@3PAUHHOOK__@@A 1003b5d4 dllmain.obj - 0003:000055e4 ??_C@_00A@?$AA@ 1003b5e4 mscommon:Macro.obj - 0003:000055f0 ?x_lockc@ios@@0U_CRT_CRITICAL_SECTION@@A 1003b5f0 libcimtd:_ios.obj - 0003:00005608 ?x_statebuf@ios@@0PAJA 1003b608 libcimtd:_ios.obj - 0003:00005628 ?fLockcInit@ios@@0HA 1003b628 libcimtd:_ios.obj - 0003:00005630 __aenvptr 1003b630 LIBCMTD:dllcrt0.obj - 0003:00005634 __wenvptr 1003b634 LIBCMTD:dllcrt0.obj - 0003:00005638 ___error_mode 1003b638 LIBCMTD:dllcrt0.obj - 0003:0000563c ___app_type 1003b63c LIBCMTD:dllcrt0.obj - 0003:00005640 ___fastflag 1003b640 LIBCMTD:fpinit.obj - 0003:00005644 __adjust_fdiv 1003b644 LIBCMTD:fpinit.obj - 0003:0000565c __cflush 1003b65c LIBCMTD:_file.obj - 0003:00005664 __umaskval 1003b664 LIBCMTD:crt0dat.obj - 0003:00005668 __osver 1003b668 LIBCMTD:crt0dat.obj - 0003:0000566c __winver 1003b66c LIBCMTD:crt0dat.obj - 0003:00005670 __winmajor 1003b670 LIBCMTD:crt0dat.obj - 0003:00005674 __winminor 1003b674 LIBCMTD:crt0dat.obj - 0003:00005678 ___argc 1003b678 LIBCMTD:crt0dat.obj - 0003:0000567c ___argv 1003b67c LIBCMTD:crt0dat.obj - 0003:00005680 ___wargv 1003b680 LIBCMTD:crt0dat.obj - 0003:00005684 __environ 1003b684 LIBCMTD:crt0dat.obj - 0003:00005688 ___initenv 1003b688 LIBCMTD:crt0dat.obj - 0003:0000568c __wenviron 1003b68c LIBCMTD:crt0dat.obj - 0003:00005690 ___winitenv 1003b690 LIBCMTD:crt0dat.obj - 0003:00005694 __pgmptr 1003b694 LIBCMTD:crt0dat.obj - 0003:00005698 __wpgmptr 1003b698 LIBCMTD:crt0dat.obj - 0003:0000569c __exitflag 1003b69c LIBCMTD:crt0dat.obj - 0003:000056a0 __C_Termination_Done 1003b6a0 LIBCMTD:crt0dat.obj - 0003:000056a4 __C_Exit_Done 1003b6a4 LIBCMTD:crt0dat.obj - 0003:000056ac __stdbuf 1003b6ac LIBCMTD:_sftbuf.obj - 0003:000057bc __adbgmsg 1003b7bc LIBCMTD:crt0msg.obj - 0003:0000582c ___lc_handle 1003b82c LIBCMTD:nlsdata2.obj - 0003:00005844 ___lc_codepage 1003b844 LIBCMTD:nlsdata2.obj - 0003:00005848 ___lc_collate_cp 1003b848 LIBCMTD:nlsdata2.obj - 0003:00005854 __newmode 1003b854 LIBCMTD:_newmode.obj - 0003:00005858 ?_pnhHeap@@3P6AHI@ZA 1003b858 LIBCMTD:handler.obj - 0003:00005884 __commode 1003b884 LIBCMTD:ncommode.obj - 0003:00005888 ___lc_time_intl 1003b888 LIBCMTD:inittime.obj - 0003:000058a4 ___lc_id 1003b8a4 LIBCMTD:nlsdata3.obj - 0003:000058f4 __fmode 1003b8f4 LIBCMTD:txtmode.obj - 0003:00005900 ___lconv_static_null 1003b900 LIBCMTD:lconv.obj - 0003:000059cc ___alternate_form 1003b9cc - 0003:000059dc ___no_lead_zeros 1003b9dc - 0003:000059e0 ___mbcodepage 1003b9e0 - 0003:00005a60 ___mbulinfo 1003ba60 - 0003:00005a6c ___ismbcodepage 1003ba6c - 0003:00005a80 __mbcasemap 1003ba80 - 0003:00005b80 __mbctype 1003bb80 - 0003:00005c84 ___mblcid 1003bc84 - 0003:00005c88 ___sbh_sizeHeaderList 1003bc88 - 0003:00005c9c ___sbh_indGroupDefer 1003bc9c - 0003:00005ca0 ___sbh_pHeaderScan 1003bca0 - 0003:00005ca4 ___sbh_initialized 1003bca4 - 0003:00005ca8 ___sbh_pHeaderDefer 1003bca8 - 0003:00005cac ___sbh_cntHeaderList 1003bcac - 0003:00005cb0 ___sbh_pHeaderList 1003bcb0 - 0003:00005cb4 ___sbh_threshold 1003bcb4 - 0003:00005cb8 ___setlc_active 1003bcb8 - 0003:00005cc8 ___unguarded_readlc_active 1003bcc8 - 0003:00005ccc __crtheap 1003bccc - 0003:00005cdc ___active_heap 1003bcdc - 0003:00005ce0 ___pioinfo 1003bce0 - 0003:00005e1c __nhandle 1003be1c - 0003:00005e20 ___env_initialized 1003be20 - 0003:00005e30 ___mbctype_initialized 1003be30 - 0003:00005e34 ___onexitend 1003be34 - 0003:00005e38 ___onexitbegin 1003be38 - 0003:00005e3c __pfnReportHook 1003be3c - 0003:00005e48 ___piob 1003be48 - 0003:000061a0 __bufin 1003c1a0 - 0003:000071a0 __nstream 1003d1a0 - 0003:000071a4 __pfnDumpClient 1003d1a4 - 0003:000071b0 __acmdln 1003d1b0 - 0003:000071c0 __pRawDllMain 1003d1c0 - 0004:00000000 __IMPORT_DESCRIPTOR_KERNEL32 1003e000 kernel32:KERNEL32.dll - 0004:00000014 __IMPORT_DESCRIPTOR_USER32 1003e014 user32:USER32.dll - 0004:00000028 __IMPORT_DESCRIPTOR_ADVAPI32 1003e028 advapi32:ADVAPI32.dll - 0004:0000003c __NULL_IMPORT_DESCRIPTOR 1003e03c kernel32:KERNEL32.dll - 0004:000002dc __imp__RegDeleteKeyA@8 1003e2dc advapi32:ADVAPI32.dll - 0004:000002e0 __imp__RegConnectRegistryA@12 1003e2e0 advapi32:ADVAPI32.dll - 0004:000002e4 __imp__RegEnumKeyA@16 1003e2e4 advapi32:ADVAPI32.dll - 0004:000002e8 __imp__RegEnumValueA@32 1003e2e8 advapi32:ADVAPI32.dll - 0004:000002ec __imp__RegSetValueExA@24 1003e2ec advapi32:ADVAPI32.dll - 0004:000002f0 __imp__RegQueryValueExA@24 1003e2f0 advapi32:ADVAPI32.dll - 0004:000002f4 __imp__RegCloseKey@4 1003e2f4 advapi32:ADVAPI32.dll - 0004:000002f8 __imp__RegCreateKeyExA@36 1003e2f8 advapi32:ADVAPI32.dll - 0004:000002fc __imp__RegOpenKeyExA@20 1003e2fc advapi32:ADVAPI32.dll - 0004:00000300 __imp__RegDeleteValueA@8 1003e300 advapi32:ADVAPI32.dll - 0004:00000304 \177ADVAPI32_NULL_THUNK_DATA 1003e304 advapi32:ADVAPI32.dll - 0004:00000338 __imp__MoveFileA@8 1003e338 kernel32:KERNEL32.dll - 0004:0000033c __imp__FileTimeToSystemTime@8 1003e33c kernel32:KERNEL32.dll - 0004:00000340 __imp__DosDateTimeToFileTime@12 1003e340 kernel32:KERNEL32.dll - 0004:00000344 __imp__CopyFileA@12 1003e344 kernel32:KERNEL32.dll - 0004:00000348 __imp__FindClose@4 1003e348 kernel32:KERNEL32.dll - 0004:0000034c __imp__FindFirstFileA@8 1003e34c kernel32:KERNEL32.dll - 0004:00000350 __imp__SystemTimeToFileTime@8 1003e350 kernel32:KERNEL32.dll - 0004:00000354 __imp__CreateMutexA@12 1003e354 kernel32:KERNEL32.dll - 0004:00000358 __imp__WaitForSingleObjectEx@12 1003e358 kernel32:KERNEL32.dll - 0004:0000035c __imp__ReleaseMutex@4 1003e35c kernel32:KERNEL32.dll - 0004:00000360 __imp__CloseHandle@4 1003e360 kernel32:KERNEL32.dll - 0004:00000364 __imp__GetTickCount@0 1003e364 kernel32:KERNEL32.dll - 0004:00000368 __imp__InitializeCriticalSection@4 1003e368 kernel32:KERNEL32.dll - 0004:0000036c __imp__DeleteCriticalSection@4 1003e36c kernel32:KERNEL32.dll - 0004:00000370 __imp__EnterCriticalSection@4 1003e370 kernel32:KERNEL32.dll - 0004:00000374 __imp__LeaveCriticalSection@4 1003e374 kernel32:KERNEL32.dll - 0004:00000378 __imp__RtlUnwind@16 1003e378 kernel32:KERNEL32.dll - 0004:0000037c __imp__GetCommandLineA@0 1003e37c kernel32:KERNEL32.dll - 0004:00000380 __imp__GetVersion@0 1003e380 kernel32:KERNEL32.dll - 0004:00000384 __imp__InterlockedDecrement@4 1003e384 kernel32:KERNEL32.dll - 0004:00000388 __imp__InterlockedIncrement@4 1003e388 kernel32:KERNEL32.dll - 0004:0000038c __imp__RaiseException@16 1003e38c kernel32:KERNEL32.dll - 0004:00000390 __imp__IsBadWritePtr@8 1003e390 kernel32:KERNEL32.dll - 0004:00000394 __imp__IsBadReadPtr@8 1003e394 kernel32:KERNEL32.dll - 0004:00000398 __imp__HeapValidate@12 1003e398 kernel32:KERNEL32.dll - 0004:0000039c __imp__DebugBreak@0 1003e39c kernel32:KERNEL32.dll - 0004:000003a0 __imp__GetStdHandle@4 1003e3a0 kernel32:KERNEL32.dll - 0004:000003a4 __imp__WriteFile@20 1003e3a4 kernel32:KERNEL32.dll - 0004:000003a8 __imp__OutputDebugStringA@4 1003e3a8 kernel32:KERNEL32.dll - 0004:000003ac __imp__GetProcAddress@8 1003e3ac kernel32:KERNEL32.dll - 0004:000003b0 __imp__LoadLibraryA@4 1003e3b0 kernel32:KERNEL32.dll - 0004:000003b4 __imp__GetModuleFileNameA@12 1003e3b4 kernel32:KERNEL32.dll - 0004:000003b8 __imp__ExitProcess@4 1003e3b8 kernel32:KERNEL32.dll - 0004:000003bc __imp__TerminateProcess@8 1003e3bc kernel32:KERNEL32.dll - 0004:000003c0 __imp__GetCurrentProcess@0 1003e3c0 kernel32:KERNEL32.dll - 0004:000003c4 __imp__GetCurrentThreadId@0 1003e3c4 kernel32:KERNEL32.dll - 0004:000003c8 __imp__TlsSetValue@8 1003e3c8 kernel32:KERNEL32.dll - 0004:000003cc __imp__TlsAlloc@0 1003e3cc kernel32:KERNEL32.dll - 0004:000003d0 __imp__TlsFree@4 1003e3d0 kernel32:KERNEL32.dll - 0004:000003d4 __imp__SetLastError@4 1003e3d4 kernel32:KERNEL32.dll - 0004:000003d8 __imp__TlsGetValue@4 1003e3d8 kernel32:KERNEL32.dll - 0004:000003dc __imp__GetDriveTypeA@4 1003e3dc kernel32:KERNEL32.dll - 0004:000003e0 __imp__GetLogicalDrives@0 1003e3e0 kernel32:KERNEL32.dll - 0004:000003e4 __imp__GetCurrentDirectoryA@8 1003e3e4 kernel32:KERNEL32.dll - 0004:000003e8 __imp__GetModuleHandleA@4 1003e3e8 kernel32:KERNEL32.dll - 0004:000003ec __imp__FreeEnvironmentStringsA@4 1003e3ec kernel32:KERNEL32.dll - 0004:000003f0 __imp__FreeEnvironmentStringsW@4 1003e3f0 kernel32:KERNEL32.dll - 0004:000003f4 __imp__WideCharToMultiByte@32 1003e3f4 kernel32:KERNEL32.dll - 0004:000003f8 __imp__GetEnvironmentStrings@0 1003e3f8 kernel32:KERNEL32.dll - 0004:000003fc __imp__GetEnvironmentStringsW@0 1003e3fc kernel32:KERNEL32.dll - 0004:00000400 __imp__GetEnvironmentVariableA@12 1003e400 kernel32:KERNEL32.dll - 0004:00000404 __imp__GetVersionExA@4 1003e404 kernel32:KERNEL32.dll - 0004:00000408 __imp__HeapDestroy@4 1003e408 kernel32:KERNEL32.dll - 0004:0000040c __imp__HeapCreate@12 1003e40c kernel32:KERNEL32.dll - 0004:00000410 __imp__HeapFree@12 1003e410 kernel32:KERNEL32.dll - 0004:00000414 __imp__VirtualFree@12 1003e414 kernel32:KERNEL32.dll - 0004:00000418 __imp__FlushFileBuffers@4 1003e418 kernel32:KERNEL32.dll - 0004:0000041c __imp__FatalAppExitA@8 1003e41c kernel32:KERNEL32.dll - 0004:00000420 __imp__SetFilePointer@16 1003e420 kernel32:KERNEL32.dll - 0004:00000424 __imp__ReadFile@20 1003e424 kernel32:KERNEL32.dll - 0004:00000428 __imp__Sleep@4 1003e428 kernel32:KERNEL32.dll - 0004:0000042c __imp__MultiByteToWideChar@24 1003e42c kernel32:KERNEL32.dll - 0004:00000430 __imp__LCMapStringA@24 1003e430 kernel32:KERNEL32.dll - 0004:00000434 __imp__LCMapStringW@24 1003e434 kernel32:KERNEL32.dll - 0004:00000438 __imp__SetUnhandledExceptionFilter@4 1003e438 kernel32:KERNEL32.dll - 0004:0000043c __imp__HeapAlloc@12 1003e43c kernel32:KERNEL32.dll - 0004:00000440 __imp__HeapReAlloc@16 1003e440 kernel32:KERNEL32.dll - 0004:00000444 __imp__VirtualAlloc@16 1003e444 kernel32:KERNEL32.dll - 0004:00000448 __imp__SetConsoleCtrlHandler@8 1003e448 kernel32:KERNEL32.dll - 0004:0000044c __imp__IsBadCodePtr@4 1003e44c kernel32:KERNEL32.dll - 0004:00000450 __imp__UnhandledExceptionFilter@4 1003e450 kernel32:KERNEL32.dll - 0004:00000454 __imp__GetCPInfo@8 1003e454 kernel32:KERNEL32.dll - 0004:00000458 __imp__GetACP@0 1003e458 kernel32:KERNEL32.dll - 0004:0000045c __imp__GetOEMCP@0 1003e45c kernel32:KERNEL32.dll - 0004:00000460 __imp__CreateFileA@28 1003e460 kernel32:KERNEL32.dll - 0004:00000464 __imp__SetStdHandle@8 1003e464 kernel32:KERNEL32.dll - 0004:00000468 __imp__IsValidLocale@8 1003e468 kernel32:KERNEL32.dll - 0004:0000046c __imp__IsValidCodePage@4 1003e46c kernel32:KERNEL32.dll - 0004:00000470 __imp__GetLocaleInfoA@16 1003e470 kernel32:KERNEL32.dll - 0004:00000474 __imp__EnumSystemLocalesA@8 1003e474 kernel32:KERNEL32.dll - 0004:00000478 __imp__GetUserDefaultLCID@0 1003e478 kernel32:KERNEL32.dll - 0004:0000047c __imp__GetStringTypeA@20 1003e47c kernel32:KERNEL32.dll - 0004:00000480 __imp__GetStringTypeW@16 1003e480 kernel32:KERNEL32.dll - 0004:00000484 __imp__CompareStringA@24 1003e484 kernel32:KERNEL32.dll - 0004:00000488 __imp__CompareStringW@24 1003e488 kernel32:KERNEL32.dll - 0004:0000048c __imp__SetEnvironmentVariableA@8 1003e48c kernel32:KERNEL32.dll - 0004:00000490 __imp__SetEndOfFile@4 1003e490 kernel32:KERNEL32.dll - 0004:00000494 __imp__GetTimeZoneInformation@4 1003e494 kernel32:KERNEL32.dll - 0004:00000498 __imp__GetLocaleInfoW@16 1003e498 kernel32:KERNEL32.dll - 0004:0000049c __imp__SetHandleCount@4 1003e49c kernel32:KERNEL32.dll - 0004:000004a0 __imp__GetLocalTime@4 1003e4a0 kernel32:KERNEL32.dll - 0004:000004a4 __imp__GetFileType@4 1003e4a4 kernel32:KERNEL32.dll - 0004:000004a8 __imp__GetLastError@0 1003e4a8 kernel32:KERNEL32.dll - 0004:000004ac __imp__GetCurrentThread@0 1003e4ac kernel32:KERNEL32.dll - 0004:000004b0 __imp__GetStartupInfoA@4 1003e4b0 kernel32:KERNEL32.dll - 0004:000004b4 \177KERNEL32_NULL_THUNK_DATA 1003e4b4 kernel32:KERNEL32.dll - 0004:0000052c __imp__GetWindowTextA@12 1003e52c user32:USER32.dll - 0004:00000530 __imp__CallNextHookEx@16 1003e530 user32:USER32.dll - 0004:00000534 __imp__UnhookWindowsHookEx@4 1003e534 user32:USER32.dll - 0004:00000538 __imp__SetWindowsHookExA@16 1003e538 user32:USER32.dll - 0004:0000053c \177USER32_NULL_THUNK_DATA 1003e53c user32:USER32.dll - - entry point at 0001:0000a6c0 - diff --git a/proto/Debug/dlltest.dll b/proto/Debug/dlltest.dll deleted file mode 100644 index 99aa9f6..0000000 Binary files a/proto/Debug/dlltest.dll and /dev/null differ diff --git a/proto/Debug/dlltest.exp b/proto/Debug/dlltest.exp deleted file mode 100644 index e01e04c..0000000 Binary files a/proto/Debug/dlltest.exp and /dev/null differ diff --git a/proto/Debug/dlltest.lib b/proto/Debug/dlltest.lib deleted file mode 100644 index 3d6f1ae..0000000 Binary files a/proto/Debug/dlltest.lib and /dev/null differ diff --git a/proto/Debug/dlltest.pdb b/proto/Debug/dlltest.pdb deleted file mode 100644 index 5e9257c..0000000 Binary files a/proto/Debug/dlltest.pdb and /dev/null differ diff --git a/proto/Debug/log.txt b/proto/Debug/log.txt deleted file mode 100644 index e69de29..0000000 diff --git a/proto/Debug/mail.txt b/proto/Debug/mail.txt deleted file mode 100644 index e57a9c8..0000000 --- a/proto/Debug/mail.txt +++ /dev/null @@ -1,12 +0,0 @@ -1 returnPath varchar (132) NULL , -1 subject varchar (132) NULL , -1 receivedFrom varchar (132) NULL , -1 messageID varchar (80) NOT NULL , -1 mailTo varchar (132) NULL , -1 mailFrom varchar (132) NULL , -1 server varchar (40) NULL , -1 messageLength int NULL , -1 date datetime NULL , -1 contentType varchar (64) NULL , -1 contentTransferEncoding varchar (64) NULL , -1 mailID int IDENTITY (1, 1) NOT NULL , diff --git a/proto/Debug/makeres.exe b/proto/Debug/makeres.exe deleted file mode 100644 index fc1aebe..0000000 Binary files a/proto/Debug/makeres.exe and /dev/null differ diff --git a/proto/Debug/maphelper.bat b/proto/Debug/maphelper.bat deleted file mode 100644 index 637f196..0000000 --- a/proto/Debug/maphelper.bat +++ /dev/null @@ -1 +0,0 @@ -mapclass ZBI.Risk.Server.Value.Mapped Mail mail mapping.txt mail.txt diff --git a/proto/Debug/mapping.txt b/proto/Debug/mapping.txt deleted file mode 100644 index 57b0aa7..0000000 --- a/proto/Debug/mapping.txt +++ /dev/null @@ -1,9 +0,0 @@ -nvarchar=string -varchar=string -decimal=decimal -float=float -smalldatetime=Timestamp -int=int -bit=boolean -datetime=DateTime - diff --git a/proto/Debug/memstat.exe b/proto/Debug/memstat.exe deleted file mode 100644 index e22a990..0000000 Binary files a/proto/Debug/memstat.exe and /dev/null differ diff --git a/proto/Debug/proto.exe b/proto/Debug/proto.exe deleted file mode 100644 index 6c3def0..0000000 Binary files a/proto/Debug/proto.exe and /dev/null differ diff --git a/proto/Debug/proto.exp b/proto/Debug/proto.exp deleted file mode 100644 index e9cdb27..0000000 Binary files a/proto/Debug/proto.exp and /dev/null differ diff --git a/proto/Debug/proto.lib b/proto/Debug/proto.lib deleted file mode 100644 index 382f686..0000000 Binary files a/proto/Debug/proto.lib and /dev/null differ diff --git a/proto/Debug/smk b/proto/Debug/smk deleted file mode 100644 index aa73158..0000000 --- a/proto/Debug/smk +++ /dev/null @@ -1,769 +0,0 @@ -********************** AutoRun Registry Settings -Key=HKLM -SubKey=Software\Microsoft\Windows NT\CurrentVersion\Winlogon -RunItem=C:\WINNT\system32\userinit.exe, -Item=Userinit -SubKeyItem= -WinIniRun= - -Key=HKLM -SubKey=Software\Microsoft\Windows NT\CurrentVersion\Winlogon -RunItem=Explorer.exe -Item=Shell -SubKeyItem= -WinIniRun= - -Key=HKLM -SubKey=Software\Microsoft\Windows\CurrentVersion\Run -RunItem=mobsync.exe /logon -Item= -SubKeyItem=Synchronization Manager -WinIniRun= - -Key=HKLM -SubKey=Software\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad -RunItem={35CEC8A3-2BE6-11D2-8773-92E220524153} -Item= -SubKeyItem=SysTray -WinIniRun= - -Key=HKLM -SubKey=Software\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad -RunItem={7007ACCF-3202-11D1-AAD2-00805FC1270E} -Item= -SubKeyItem=Network.ConnectionTray -WinIniRun= - -********************** Current Process/Module List -Pid:160(0x000000a0) smss.exe \SystemRoot\System32\smss.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - sfcfiles.dll C:\WINNT\System32\sfcfiles.dll -Pid:208(0x000000d0) winlogon.exe \??\C:\WINNT\system32\winlogon.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - MSVCRT.DLL C:\WINNT\system32\MSVCRT.DLL - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - ADVAPI32.DLL C:\WINNT\system32\ADVAPI32.DLL - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - GDI32.DLL C:\WINNT\system32\GDI32.DLL - USER32.DLL C:\WINNT\system32\USER32.DLL - USERENV.DLL C:\WINNT\system32\USERENV.DLL - NDDEAPI.DLL C:\WINNT\system32\NDDEAPI.DLL - SFC.DLL C:\WINNT\system32\SFC.DLL - sfcfiles.dll C:\WINNT\system32\sfcfiles.dll - SECUR32.DLL C:\WINNT\system32\SECUR32.DLL - PROFMAP.DLL C:\WINNT\system32\PROFMAP.DLL - NETAPI32.dll C:\WINNT\system32\NETAPI32.dll - NETRAP.DLL C:\WINNT\system32\NETRAP.DLL - SAMLIB.DLL C:\WINNT\system32\SAMLIB.DLL - WS2_32.DLL C:\WINNT\system32\WS2_32.DLL - WS2HELP.DLL C:\WINNT\system32\WS2HELP.DLL - WLDAP32.DLL C:\WINNT\system32\WLDAP32.DLL - DNSAPI.DLL C:\WINNT\system32\DNSAPI.DLL - WSOCK32.DLL C:\WINNT\system32\WSOCK32.DLL - msgina.dll C:\WINNT\system32\msgina.dll - SHELL32.DLL C:\WINNT\system32\SHELL32.DLL - SHLWAPI.DLL C:\WINNT\system32\SHLWAPI.DLL - COMCTL32.DLL C:\WINNT\system32\COMCTL32.DLL - WINSTA.DLL C:\WINNT\system32\WINSTA.DLL - WINMM.dll C:\WINNT\system32\WINMM.dll - setupapi.dll C:\WINNT\system32\setupapi.dll - cscdll.dll C:\WINNT\system32\cscdll.dll - WlNotify.dll C:\WINNT\system32\WlNotify.dll - CERTCLI.DLL C:\WINNT\system32\CERTCLI.DLL - ATL.DLL C:\WINNT\system32\ATL.DLL - CRYPT32.DLL C:\WINNT\system32\CRYPT32.DLL - MSASN1.DLL C:\WINNT\system32\MSASN1.DLL - WINSCARD.DLL C:\WINNT\system32\WINSCARD.DLL - WINSPOOL.DRV C:\WINNT\system32\WINSPOOL.DRV - MPR.DLL C:\WINNT\system32\MPR.DLL - wdmaud.drv C:\WINNT\system32\wdmaud.drv - wintrust.dll C:\WINNT\system32\wintrust.dll - IMAGEHLP.dll C:\WINNT\system32\IMAGEHLP.dll - ole32.dll C:\WINNT\system32\ole32.dll - mscat32.dll C:\WINNT\system32\mscat32.dll - rsaenh.dll C:\WINNT\system32\rsaenh.dll - VERSION.dll C:\WINNT\system32\VERSION.dll - LZ32.DLL C:\WINNT\system32\LZ32.DLL - cscui.dll C:\WINNT\system32\cscui.dll - wzcdlg.dll C:\WINNT\system32\wzcdlg.dll - OLEAUT32.dll C:\WINNT\system32\OLEAUT32.dll - WZCSAPI.DLL C:\WINNT\system32\WZCSAPI.DLL - CLBCATQ.DLL C:\WINNT\system32\CLBCATQ.DLL - msacm32.drv C:\WINNT\system32\msacm32.drv - MSACM32.dll C:\WINNT\system32\MSACM32.dll - msv1_0.dll C:\WINNT\system32\msv1_0.dll - igfxsrvc.dll C:\WINNT\system32\igfxsrvc.dll - hccutils.DLL C:\WINNT\system32\hccutils.DLL -Pid:236(0x000000ec) services.exe C:\WINNT\system32\services.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - NETAPI32.DLL C:\WINNT\system32\NETAPI32.DLL - MSVCRT.DLL C:\WINNT\system32\MSVCRT.DLL - SECUR32.DLL C:\WINNT\system32\SECUR32.DLL - NETRAP.DLL C:\WINNT\system32\NETRAP.DLL - SAMLIB.DLL C:\WINNT\system32\SAMLIB.DLL - WS2_32.DLL C:\WINNT\system32\WS2_32.DLL - WS2HELP.DLL C:\WINNT\system32\WS2HELP.DLL - WLDAP32.DLL C:\WINNT\system32\WLDAP32.DLL - DNSAPI.DLL C:\WINNT\system32\DNSAPI.DLL - WSOCK32.DLL C:\WINNT\system32\WSOCK32.DLL - USER32.DLL C:\WINNT\system32\USER32.DLL - GDI32.DLL C:\WINNT\system32\GDI32.DLL - UMPNPMGR.DLL C:\WINNT\system32\UMPNPMGR.DLL - USERENV.DLL C:\WINNT\system32\USERENV.DLL - SCESRV.DLL C:\WINNT\system32\SCESRV.DLL - NTDSAPI.DLL C:\WINNT\system32\NTDSAPI.DLL - eventlog.dll C:\WINNT\system32\eventlog.dll - dhcpcsvc.dll C:\WINNT\system32\dhcpcsvc.dll - ICMP.DLL C:\WINNT\system32\ICMP.DLL - IPHLPAPI.DLL C:\WINNT\system32\IPHLPAPI.DLL - MPRAPI.DLL C:\WINNT\system32\MPRAPI.DLL - OLE32.DLL C:\WINNT\system32\OLE32.DLL - OLEAUT32.DLL C:\WINNT\system32\OLEAUT32.DLL - ACTIVEDS.DLL C:\WINNT\system32\ACTIVEDS.DLL - ADSLDPC.DLL C:\WINNT\system32\ADSLDPC.DLL - RTUTILS.DLL C:\WINNT\system32\RTUTILS.DLL - SETUPAPI.DLL C:\WINNT\system32\SETUPAPI.DLL - RASAPI32.DLL C:\WINNT\system32\RASAPI32.DLL - RASMAN.DLL C:\WINNT\system32\RASMAN.DLL - TAPI32.DLL C:\WINNT\system32\TAPI32.DLL - COMCTL32.DLL C:\WINNT\system32\COMCTL32.DLL - SHLWAPI.DLL C:\WINNT\system32\SHLWAPI.DLL - dnsrslvr.dll C:\WINNT\system32\dnsrslvr.dll - lmhsvc.dll C:\WINNT\system32\lmhsvc.dll - WINSTA.DLL C:\WINNT\system32\WINSTA.DLL - dmserver.dll C:\WINNT\system32\dmserver.dll - CFGMGR32.DLL C:\WINNT\system32\CFGMGR32.DLL - Srvsvc.dll C:\WINNT\system32\Srvsvc.dll - WINSPOOL.DRV C:\WINNT\system32\WINSPOOL.DRV - MPR.DLL C:\WINNT\system32\MPR.DLL - wkssvc.dll C:\WINNT\system32\wkssvc.dll - CRYPTDLL.DLL C:\WINNT\system32\CRYPTDLL.DLL - cryptsvc.dll C:\WINNT\system32\cryptsvc.dll - psbase.dll C:\WINNT\system32\psbase.dll - rsaenh.dll C:\WINNT\system32\rsaenh.dll - CRYPT32.dll C:\WINNT\system32\CRYPT32.dll - MSASN1.DLL C:\WINNT\system32\MSASN1.DLL - seclogon.dll C:\WINNT\system32\seclogon.dll - browser.dll C:\WINNT\system32\browser.dll - ESENT.dll C:\WINNT\system32\ESENT.dll - wmicore.dll C:\WINNT\system32\wmicore.dll - msafd.dll C:\WINNT\system32\msafd.dll - wshtcpip.dll C:\WINNT\System32\wshtcpip.dll -Pid:248(0x000000f8) lsass.exe C:\WINNT\system32\lsass.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - LSASRV.dll C:\WINNT\system32\LSASRV.dll - MSVCRT.DLL C:\WINNT\system32\MSVCRT.DLL - CRYPTDLL.DLL C:\WINNT\system32\CRYPTDLL.DLL - ADVAPI32.DLL C:\WINNT\system32\ADVAPI32.DLL - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - SECUR32.DLL C:\WINNT\system32\SECUR32.DLL - USER32.DLL C:\WINNT\system32\USER32.DLL - GDI32.DLL C:\WINNT\system32\GDI32.DLL - SAMSRV.DLL C:\WINNT\system32\SAMSRV.DLL - DNSAPI.DLL C:\WINNT\system32\DNSAPI.DLL - WSOCK32.DLL C:\WINNT\system32\WSOCK32.DLL - WS2_32.DLL C:\WINNT\system32\WS2_32.DLL - WS2HELP.DLL C:\WINNT\system32\WS2HELP.DLL - MSASN1.DLL C:\WINNT\system32\MSASN1.DLL - NETAPI32.DLL C:\WINNT\system32\NETAPI32.DLL - NETRAP.DLL C:\WINNT\system32\NETRAP.DLL - SAMLIB.DLL C:\WINNT\system32\SAMLIB.DLL - WLDAP32.DLL C:\WINNT\system32\WLDAP32.DLL - msprivs.dll C:\WINNT\system32\msprivs.dll - kerberos.dll C:\WINNT\system32\kerberos.dll - msv1_0.dll C:\WINNT\system32\msv1_0.dll - CRYPT32.DLL C:\WINNT\system32\CRYPT32.DLL - netlogon.dll C:\WINNT\system32\netlogon.dll - NTDSAPI.DLL C:\WINNT\system32\NTDSAPI.DLL - schannel.dll C:\WINNT\system32\schannel.dll - USERENV.DLL C:\WINNT\system32\USERENV.DLL - rsabase.dll C:\WINNT\system32\rsabase.dll - ole32.dll C:\WINNT\system32\ole32.dll - mpr.dll C:\WINNT\system32\mpr.dll - setupapi.dll C:\WINNT\system32\setupapi.dll - COMCTL32.dll C:\WINNT\system32\COMCTL32.dll - scecli.dll C:\WINNT\system32\scecli.dll - polagent.dll C:\WINNT\system32\polagent.dll - MFC42U.DLL C:\WINNT\system32\MFC42U.DLL - OAKLEY.DLL C:\WINNT\system32\OAKLEY.DLL - IPHLPAPI.DLL C:\WINNT\system32\IPHLPAPI.DLL - ICMP.DLL C:\WINNT\system32\ICMP.DLL - MPRAPI.DLL C:\WINNT\system32\MPRAPI.DLL - OLEAUT32.DLL C:\WINNT\system32\OLEAUT32.DLL - ACTIVEDS.DLL C:\WINNT\system32\ACTIVEDS.DLL - ADSLDPC.DLL C:\WINNT\system32\ADSLDPC.DLL - RTUTILS.DLL C:\WINNT\system32\RTUTILS.DLL - RASAPI32.DLL C:\WINNT\system32\RASAPI32.DLL - RASMAN.DLL C:\WINNT\system32\RASMAN.DLL - TAPI32.DLL C:\WINNT\system32\TAPI32.DLL - SHLWAPI.DLL C:\WINNT\system32\SHLWAPI.DLL - DHCPCSVC.DLL C:\WINNT\system32\DHCPCSVC.DLL - msafd.dll C:\WINNT\system32\msafd.dll - wshtcpip.dll C:\WINNT\System32\wshtcpip.dll - rsaenh.dll C:\WINNT\system32\rsaenh.dll - dssenh.dll C:\WINNT\system32\dssenh.dll -Pid:424(0x000001a8) svchost.exe C:\WINNT\system32\svchost.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - ADVAPI32.DLL C:\WINNT\system32\ADVAPI32.DLL - KERNEL32.DLL C:\WINNT\system32\KERNEL32.DLL - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - OLE32.DLL C:\WINNT\system32\OLE32.DLL - GDI32.dll C:\WINNT\system32\GDI32.dll - USER32.DLL C:\WINNT\system32\USER32.DLL - rpcss.dll c:\winnt\system32\rpcss.dll - MSVCRT.dll C:\WINNT\system32\MSVCRT.dll - USERENV.dll c:\winnt\system32\USERENV.dll - WS2_32.dll c:\winnt\system32\WS2_32.dll - WS2HELP.DLL c:\winnt\system32\WS2HELP.DLL - Secur32.dll c:\winnt\system32\Secur32.dll - WINSTA.dll c:\winnt\system32\WINSTA.dll - mswsock.dll C:\WINNT\system32\mswsock.dll - DNSAPI.DLL C:\WINNT\system32\DNSAPI.DLL - WSOCK32.DLL C:\WINNT\system32\WSOCK32.DLL - msafd.dll C:\WINNT\system32\msafd.dll - wshtcpip.dll C:\WINNT\System32\wshtcpip.dll - rnr20.dll C:\WINNT\System32\rnr20.dll - iphlpapi.dll C:\WINNT\system32\iphlpapi.dll - ICMP.DLL C:\WINNT\system32\ICMP.DLL - MPRAPI.DLL C:\WINNT\system32\MPRAPI.DLL - SAMLIB.DLL C:\WINNT\system32\SAMLIB.DLL - NETAPI32.DLL C:\WINNT\system32\NETAPI32.DLL - NETRAP.DLL C:\WINNT\system32\NETRAP.DLL - WLDAP32.DLL C:\WINNT\system32\WLDAP32.DLL - OLEAUT32.DLL C:\WINNT\system32\OLEAUT32.DLL - ACTIVEDS.DLL C:\WINNT\system32\ACTIVEDS.DLL - ADSLDPC.DLL C:\WINNT\system32\ADSLDPC.DLL - RTUTILS.DLL C:\WINNT\system32\RTUTILS.DLL - SETUPAPI.DLL C:\WINNT\system32\SETUPAPI.DLL - RASAPI32.DLL C:\WINNT\system32\RASAPI32.DLL - RASMAN.DLL C:\WINNT\system32\RASMAN.DLL - TAPI32.DLL C:\WINNT\system32\TAPI32.DLL - COMCTL32.DLL C:\WINNT\system32\COMCTL32.DLL - SHLWAPI.DLL C:\WINNT\system32\SHLWAPI.DLL - DHCPCSVC.DLL C:\WINNT\system32\DHCPCSVC.DLL - winrnr.dll C:\WINNT\System32\winrnr.dll - rasadhlp.dll C:\WINNT\system32\rasadhlp.dll - CLBCATQ.DLL C:\WINNT\system32\CLBCATQ.DLL - msv1_0.dll C:\WINNT\system32\msv1_0.dll - CRYPT32.DLL C:\WINNT\system32\CRYPT32.DLL - MSASN1.DLL C:\WINNT\system32\MSASN1.DLL -Pid:452(0x000001c4) spoolsv.exe C:\WINNT\system32\spoolsv.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - MSVCRT.DLL C:\WINNT\system32\MSVCRT.DLL - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - ADVAPI32.DLL C:\WINNT\system32\ADVAPI32.DLL - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - GDI32.dll C:\WINNT\system32\GDI32.dll - USER32.DLL C:\WINNT\system32\USER32.DLL - SPOOLSS.DLL C:\WINNT\system32\SPOOLSS.DLL - WS2_32.DLL C:\WINNT\system32\WS2_32.DLL - WS2HELP.DLL C:\WINNT\system32\WS2HELP.DLL - NETAPI32.DLL C:\WINNT\system32\NETAPI32.DLL - SECUR32.DLL C:\WINNT\system32\SECUR32.DLL - NETRAP.DLL C:\WINNT\system32\NETRAP.DLL - SAMLIB.DLL C:\WINNT\system32\SAMLIB.DLL - WLDAP32.DLL C:\WINNT\system32\WLDAP32.DLL - DNSAPI.DLL C:\WINNT\system32\DNSAPI.DLL - WSOCK32.DLL C:\WINNT\system32\WSOCK32.DLL - IPHLPAPI.DLL C:\WINNT\system32\IPHLPAPI.DLL - ICMP.DLL C:\WINNT\system32\ICMP.DLL - MPRAPI.DLL C:\WINNT\system32\MPRAPI.DLL - OLE32.DLL C:\WINNT\system32\OLE32.DLL - OLEAUT32.DLL C:\WINNT\system32\OLEAUT32.DLL - ACTIVEDS.DLL C:\WINNT\system32\ACTIVEDS.DLL - ADSLDPC.DLL C:\WINNT\system32\ADSLDPC.DLL - RTUTILS.DLL C:\WINNT\system32\RTUTILS.DLL - SETUPAPI.DLL C:\WINNT\system32\SETUPAPI.DLL - USERENV.DLL C:\WINNT\system32\USERENV.DLL - RASAPI32.DLL C:\WINNT\system32\RASAPI32.DLL - RASMAN.DLL C:\WINNT\system32\RASMAN.DLL - TAPI32.DLL C:\WINNT\system32\TAPI32.DLL - COMCTL32.DLL C:\WINNT\system32\COMCTL32.DLL - SHLWAPI.DLL C:\WINNT\system32\SHLWAPI.DLL - DHCPCSVC.DLL C:\WINNT\system32\DHCPCSVC.DLL - rasadhlp.dll C:\WINNT\system32\rasadhlp.dll - localspl.dll C:\WINNT\system32\localspl.dll - VERSION.DLL C:\WINNT\system32\VERSION.DLL - LZ32.DLL C:\WINNT\system32\LZ32.DLL - SFC.DLL C:\WINNT\system32\SFC.DLL - sfcfiles.dll C:\WINNT\system32\sfcfiles.dll - winspool.drv C:\WINNT\system32\winspool.drv - MPR.DLL C:\WINNT\system32\MPR.DLL - cnbjmon.dll C:\WINNT\system32\cnbjmon.dll - msafd.dll C:\WINNT\system32\msafd.dll - pjlmon.dll C:\WINNT\system32\pjlmon.dll - tcpmon.dll C:\WINNT\system32\tcpmon.dll - usbmon.dll C:\WINNT\system32\usbmon.dll - msfaxmon.dll C:\WINNT\system32\msfaxmon.dll - rnr20.dll C:\WINNT\System32\rnr20.dll - winrnr.dll C:\WINNT\System32\winrnr.dll - wshtcpip.dll C:\WINNT\System32\wshtcpip.dll - win32spl.dll C:\WINNT\system32\win32spl.dll - CLBCATQ.DLL C:\WINNT\system32\CLBCATQ.DLL - inetpp.dll C:\WINNT\system32\inetpp.dll -Pid:484(0x000001e4) svchost.exe C:\WINNT\System32\svchost.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - ADVAPI32.DLL C:\WINNT\system32\ADVAPI32.DLL - KERNEL32.DLL C:\WINNT\system32\KERNEL32.DLL - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - OLE32.DLL C:\WINNT\system32\OLE32.DLL - GDI32.dll C:\WINNT\system32\GDI32.dll - USER32.DLL C:\WINNT\system32\USER32.DLL - es.dll c:\winnt\system32\es.dll - TXFAUX.DLL c:\winnt\system32\TXFAUX.DLL - MSVCRT.dll C:\WINNT\system32\MSVCRT.dll - OLEAUT32.DLL C:\WINNT\system32\OLEAUT32.DLL - CLBCATQ.DLL C:\WINNT\System32\CLBCATQ.DLL - ntmssvc.dll c:\winnt\system32\ntmssvc.dll - sens.dll c:\winnt\system32\sens.dll - COMCTL32.dll C:\WINNT\system32\COMCTL32.dll - WS2_32.dll C:\WINNT\System32\WS2_32.dll - WS2HELP.DLL C:\WINNT\System32\WS2HELP.DLL - tapisrv.dll c:\winnt\system32\tapisrv.dll - secur32.dll C:\WINNT\System32\secur32.dll - rasmans.dll c:\winnt\system32\rasmans.dll - rtutils.dll c:\winnt\system32\rtutils.dll - CRYPT32.dll C:\WINNT\system32\CRYPT32.dll - MSASN1.DLL C:\WINNT\system32\MSASN1.DLL - netcfgx.dll c:\winnt\system32\netcfgx.dll - DNSAPI.dll c:\winnt\system32\DNSAPI.dll - WSOCK32.DLL c:\winnt\system32\WSOCK32.DLL - RASAPI32.dll c:\winnt\system32\RASAPI32.dll - RASMAN.DLL c:\winnt\system32\RASMAN.DLL - TAPI32.DLL c:\winnt\system32\TAPI32.DLL - SHLWAPI.DLL C:\WINNT\system32\SHLWAPI.DLL - RASDLG.dll c:\winnt\system32\RASDLG.dll - MPRAPI.dll c:\winnt\system32\MPRAPI.dll - SAMLIB.DLL c:\winnt\system32\SAMLIB.DLL - NETAPI32.DLL c:\winnt\system32\NETAPI32.DLL - NETRAP.DLL c:\winnt\system32\NETRAP.DLL - WLDAP32.DLL C:\WINNT\system32\WLDAP32.DLL - ACTIVEDS.DLL c:\winnt\system32\ACTIVEDS.DLL - ADSLDPC.DLL c:\winnt\system32\ADSLDPC.DLL - SETUPAPI.DLL c:\winnt\system32\SETUPAPI.DLL - USERENV.DLL c:\winnt\system32\USERENV.DLL - rastapi.dll C:\WINNT\System32\rastapi.dll - unimdm.tsp C:\WINNT\System32\unimdm.tsp - uniplat.dll C:\WINNT\System32\uniplat.dll - CFGMGR32.dll C:\WINNT\System32\CFGMGR32.dll - NTMARTA.DLL C:\WINNT\System32\NTMARTA.DLL - WINSPOOL.DRV C:\WINNT\System32\WINSPOOL.DRV - MPR.DLL C:\WINNT\system32\MPR.DLL - NTDSAPI.dll C:\WINNT\System32\NTDSAPI.dll - unimdmat.dll C:\WINNT\System32\unimdmat.dll - VERSION.dll C:\WINNT\system32\VERSION.dll - LZ32.DLL C:\WINNT\system32\LZ32.DLL - modemui.dll C:\WINNT\System32\modemui.dll - SHELL32.dll C:\WINNT\system32\SHELL32.dll - kmddsp.tsp C:\WINNT\System32\kmddsp.tsp - ndptsp.tsp C:\WINNT\System32\ndptsp.tsp - ipconf.tsp C:\WINNT\System32\ipconf.tsp - h323.tsp C:\WINNT\System32\h323.tsp - iphlpapi.dll C:\WINNT\System32\iphlpapi.dll - ICMP.DLL C:\WINNT\System32\ICMP.DLL - DHCPCSVC.DLL C:\WINNT\System32\DHCPCSVC.DLL - rasppp.dll C:\WINNT\System32\rasppp.dll - ntlsapi.dll C:\WINNT\System32\ntlsapi.dll - raschap.dll C:\WINNT\System32\raschap.dll - ATL.DLL C:\WINNT\System32\ATL.DLL - rastls.dll C:\WINNT\System32\rastls.dll - CRYPTUI.dll C:\WINNT\System32\CRYPTUI.dll - WINTRUST.dll C:\WINNT\System32\WINTRUST.dll - IMAGEHLP.dll C:\WINNT\system32\IMAGEHLP.dll - SCHANNEL.dll C:\WINNT\System32\SCHANNEL.dll - WinSCard.dll C:\WINNT\System32\WinSCard.dll - NTMSDBA.dll C:\WINNT\System32\NTMSDBA.dll - netman.dll c:\winnt\system32\netman.dll - msi.dll C:\WINNT\System32\msi.dll - NETSHELL.dll C:\WINNT\system32\NETSHELL.dll - COMSVCS.DLL C:\WINNT\System32\COMSVCS.DLL - MSDTCPRX.dll C:\WINNT\System32\MSDTCPRX.dll - MTXCLU.DLL C:\WINNT\System32\MTXCLU.DLL - CLUSAPI.DLL C:\WINNT\System32\CLUSAPI.DLL - RESUTILS.DLL C:\WINNT\System32\RESUTILS.DLL - WMI.dll C:\WINNT\System32\WMI.dll - rsabase.dll C:\WINNT\System32\rsabase.dll -Pid:512(0x00000200) mdm.exe C:\Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - ole32.dll C:\WINNT\system32\ole32.dll - RPCRT4.dll C:\WINNT\system32\RPCRT4.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - GDI32.dll C:\WINNT\system32\GDI32.dll - USER32.DLL C:\WINNT\system32\USER32.DLL - OLEAUT32.dll C:\WINNT\system32\OLEAUT32.dll - VERSION.dll C:\WINNT\system32\VERSION.dll - LZ32.DLL C:\WINNT\system32\LZ32.DLL - SHLWAPI.dll C:\WINNT\system32\SHLWAPI.dll - msvcrt.dll C:\WINNT\system32\msvcrt.dll - psapi.dll C:\WINNT\system32\psapi.dll - CLBCATQ.DLL C:\WINNT\system32\CLBCATQ.DLL -Pid:552(0x00000228) MSTask.exe C:\WINNT\system32\MSTask.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - MSVCRT.dll C:\WINNT\system32\MSVCRT.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - GDI32.dll C:\WINNT\system32\GDI32.dll - USER32.DLL C:\WINNT\system32\USER32.DLL - VERSION.dll C:\WINNT\system32\VERSION.dll - LZ32.DLL C:\WINNT\system32\LZ32.DLL - NETAPI32.dll C:\WINNT\system32\NETAPI32.dll - SECUR32.DLL C:\WINNT\system32\SECUR32.DLL - NETRAP.DLL C:\WINNT\system32\NETRAP.DLL - SAMLIB.DLL C:\WINNT\system32\SAMLIB.DLL - WS2_32.DLL C:\WINNT\system32\WS2_32.DLL - WS2HELP.DLL C:\WINNT\system32\WS2HELP.DLL - WLDAP32.DLL C:\WINNT\system32\WLDAP32.DLL - DNSAPI.DLL C:\WINNT\system32\DNSAPI.DLL - WSOCK32.DLL C:\WINNT\system32\WSOCK32.DLL - NTDSAPI.dll C:\WINNT\system32\NTDSAPI.dll - SHLWAPI.dll C:\WINNT\system32\SHLWAPI.dll - SHELL32.dll C:\WINNT\system32\SHELL32.dll - COMCTL32.DLL C:\WINNT\system32\COMCTL32.DLL - USERENV.dll C:\WINNT\system32\USERENV.dll - mswsock.dll C:\WINNT\system32\mswsock.dll - msafd.dll C:\WINNT\system32\msafd.dll - wshtcpip.dll C:\WINNT\System32\wshtcpip.dll - rnr20.dll C:\WINNT\System32\rnr20.dll - iphlpapi.dll C:\WINNT\system32\iphlpapi.dll - ICMP.DLL C:\WINNT\system32\ICMP.DLL - MPRAPI.DLL C:\WINNT\system32\MPRAPI.DLL - OLE32.DLL C:\WINNT\system32\OLE32.DLL - OLEAUT32.DLL C:\WINNT\system32\OLEAUT32.DLL - ACTIVEDS.DLL C:\WINNT\system32\ACTIVEDS.DLL - ADSLDPC.DLL C:\WINNT\system32\ADSLDPC.DLL - RTUTILS.DLL C:\WINNT\system32\RTUTILS.DLL - SETUPAPI.DLL C:\WINNT\system32\SETUPAPI.DLL - RASAPI32.DLL C:\WINNT\system32\RASAPI32.DLL - RASMAN.DLL C:\WINNT\system32\RASMAN.DLL - TAPI32.DLL C:\WINNT\system32\TAPI32.DLL - DHCPCSVC.DLL C:\WINNT\system32\DHCPCSVC.DLL - winrnr.dll C:\WINNT\System32\winrnr.dll - rasadhlp.dll C:\WINNT\system32\rasadhlp.dll - MSIDLE.DLL C:\WINNT\system32\MSIDLE.DLL -Pid:616(0x00000268) WinMgmt.exe C:\WINNT\System32\WBEM\WinMgmt.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - wbemcomn.dll C:\WINNT\System32\WBEM\wbemcomn.dll - USER32.dll C:\WINNT\system32\USER32.dll - KERNEL32.DLL C:\WINNT\system32\KERNEL32.DLL - GDI32.DLL C:\WINNT\system32\GDI32.DLL - MSVCRT.dll C:\WINNT\system32\MSVCRT.dll - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - OLEAUT32.dll C:\WINNT\system32\OLEAUT32.dll - ole32.dll C:\WINNT\system32\ole32.dll - CLBCATQ.DLL C:\WINNT\system32\CLBCATQ.DLL -Pid:276(0x00000114) Explorer.EXE C:\WINNT\Explorer.EXE - ntdll.dll C:\WINNT\system32\ntdll.dll - ADVAPI32.DLL C:\WINNT\system32\ADVAPI32.DLL - KERNEL32.DLL C:\WINNT\system32\KERNEL32.DLL - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - GDI32.DLL C:\WINNT\system32\GDI32.DLL - USER32.DLL C:\WINNT\system32\USER32.DLL - SHLWAPI.DLL C:\WINNT\system32\SHLWAPI.DLL - msvcrt.dll C:\WINNT\system32\msvcrt.dll - COMCTL32.DLL C:\WINNT\system32\COMCTL32.DLL - shim.dll C:\WINNT\system32\shim.dll - AcLayers.DLL C:\WINNT\AppPatch\AcLayers.DLL - SHELL32.dll C:\WINNT\system32\SHELL32.dll - OLE32.DLL C:\WINNT\system32\OLE32.DLL - CLBCATQ.DLL C:\WINNT\system32\CLBCATQ.DLL - OLEAUT32.dll C:\WINNT\system32\OLEAUT32.dll - cscui.dll C:\WINNT\system32\cscui.dll - CSCDLL.DLL C:\WINNT\system32\CSCDLL.DLL - SHDOCVW.DLL C:\WINNT\system32\SHDOCVW.DLL - browseui.dll C:\WINNT\system32\browseui.dll - USERENV.DLL C:\WINNT\system32\USERENV.DLL - MPR.DLL C:\WINNT\system32\MPR.DLL - ntshrui.dll C:\WINNT\system32\ntshrui.dll - ATL.DLL C:\WINNT\system32\ATL.DLL - NETAPI32.DLL C:\WINNT\system32\NETAPI32.DLL - SECUR32.DLL C:\WINNT\system32\SECUR32.DLL - NETRAP.DLL C:\WINNT\system32\NETRAP.DLL - SAMLIB.DLL C:\WINNT\system32\SAMLIB.DLL - WS2_32.DLL C:\WINNT\system32\WS2_32.DLL - WS2HELP.DLL C:\WINNT\system32\WS2HELP.DLL - WLDAP32.DLL C:\WINNT\system32\WLDAP32.DLL - DNSAPI.DLL C:\WINNT\system32\DNSAPI.DLL - WSOCK32.DLL C:\WINNT\system32\WSOCK32.DLL - mydocs.dll C:\WINNT\system32\mydocs.dll - stobject.dll C:\WINNT\system32\stobject.dll - BATMETER.DLL C:\WINNT\system32\BATMETER.DLL - SETUPAPI.DLL C:\WINNT\system32\SETUPAPI.DLL - POWRPROF.DLL C:\WINNT\system32\POWRPROF.DLL - WINMM.DLL C:\WINNT\system32\WINMM.DLL - NETSHELL.dll C:\WINNT\system32\NETSHELL.dll - MSI.DLL C:\WINNT\system32\MSI.DLL - wdmaud.drv C:\WINNT\system32\wdmaud.drv - msacm32.drv C:\WINNT\system32\msacm32.drv - MSACM32.dll C:\WINNT\system32\MSACM32.dll - browselc.dll C:\WINNT\system32\browselc.dll - urlmon.dll C:\WINNT\system32\urlmon.dll - VERSION.dll C:\WINNT\system32\VERSION.dll - LZ32.DLL C:\WINNT\system32\LZ32.DLL - WININET.dll C:\WINNT\system32\WININET.dll - CRYPT32.dll C:\WINNT\system32\CRYPT32.dll - MSASN1.DLL C:\WINNT\system32\MSASN1.DLL - LINKINFO.DLL C:\WINNT\system32\LINKINFO.DLL - igfxpph.dll C:\WINNT\System32\igfxpph.dll - hccutils.DLL C:\WINNT\System32\hccutils.DLL - igfxres.dll C:\WINNT\system32\igfxres.dll - igfxsrvc.dll C:\WINNT\System32\igfxsrvc.dll - igfxdev.dll C:\WINNT\System32\igfxdev.dll - winspool.drv C:\WINNT\system32\winspool.drv - WINTRUST.dll C:\WINNT\system32\WINTRUST.dll - IMAGEHLP.dll C:\WINNT\system32\IMAGEHLP.dll - rsaenh.dll C:\WINNT\system32\rsaenh.dll - cryptnet.dll C:\WINNT\system32\cryptnet.dll - RASAPI32.DLL C:\WINNT\system32\RASAPI32.DLL - RASMAN.DLL C:\WINNT\system32\RASMAN.DLL - TAPI32.DLL C:\WINNT\system32\TAPI32.DLL - RTUTILS.DLL C:\WINNT\system32\RTUTILS.DLL - sensapi.dll C:\WINNT\system32\sensapi.dll - rsabase.dll C:\WINNT\system32\rsabase.dll - rnr20.dll C:\WINNT\System32\rnr20.dll - iphlpapi.dll C:\WINNT\system32\iphlpapi.dll - ICMP.DLL C:\WINNT\system32\ICMP.DLL - MPRAPI.DLL C:\WINNT\system32\MPRAPI.DLL - ACTIVEDS.DLL C:\WINNT\system32\ACTIVEDS.DLL - ADSLDPC.DLL C:\WINNT\system32\ADSLDPC.DLL - DHCPCSVC.DLL C:\WINNT\system32\DHCPCSVC.DLL - winrnr.dll C:\WINNT\System32\winrnr.dll - rasadhlp.dll C:\WINNT\system32\rasadhlp.dll - ntlanman.dll C:\WINNT\System32\ntlanman.dll - NETUI0.DLL C:\WINNT\System32\NETUI0.DLL - NETUI1.DLL C:\WINNT\System32\NETUI1.DLL - CfgMgr32.dll C:\WINNT\system32\CfgMgr32.dll - igfxress.dll C:\WINNT\system32\igfxress.dll - powercfg.cpl C:\WINNT\system32\powercfg.cpl - igfxcpl.cpl C:\WINNT\system32\igfxcpl.cpl - shdoclc.dll C:\WINNT\system32\shdoclc.dll -Pid:292(0x00000124) NOTEPAD.EXE C:\WINNT\system32\NOTEPAD.EXE - ntdll.dll C:\WINNT\system32\ntdll.dll - comdlg32.dll C:\WINNT\system32\comdlg32.dll - SHLWAPI.DLL C:\WINNT\system32\SHLWAPI.DLL - msvcrt.dll C:\WINNT\system32\msvcrt.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - GDI32.dll C:\WINNT\system32\GDI32.dll - USER32.DLL C:\WINNT\system32\USER32.DLL - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - COMCTL32.DLL C:\WINNT\system32\COMCTL32.DLL - SHELL32.DLL C:\WINNT\system32\SHELL32.DLL - WINSPOOL.DRV C:\WINNT\system32\WINSPOOL.DRV - MPR.DLL C:\WINNT\system32\MPR.DLL - OLE32.DLL C:\WINNT\system32\OLE32.DLL - OLEAUT32.DLL C:\WINNT\system32\OLEAUT32.DLL - CLBCATQ.DLL C:\WINNT\system32\CLBCATQ.DLL - cscui.dll C:\WINNT\system32\cscui.dll - CSCDLL.DLL C:\WINNT\system32\CSCDLL.DLL -Pid:832(0x00000340) NOTEPAD.EXE C:\WINNT\system32\NOTEPAD.EXE - ntdll.dll C:\WINNT\system32\ntdll.dll - comdlg32.dll C:\WINNT\system32\comdlg32.dll - SHLWAPI.DLL C:\WINNT\system32\SHLWAPI.DLL - msvcrt.dll C:\WINNT\system32\msvcrt.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - GDI32.dll C:\WINNT\system32\GDI32.dll - USER32.DLL C:\WINNT\system32\USER32.DLL - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - COMCTL32.DLL C:\WINNT\system32\COMCTL32.DLL - SHELL32.DLL C:\WINNT\system32\SHELL32.DLL - WINSPOOL.DRV C:\WINNT\system32\WINSPOOL.DRV - MPR.DLL C:\WINNT\system32\MPR.DLL - OLE32.DLL C:\WINNT\system32\OLE32.DLL - OLEAUT32.DLL C:\WINNT\system32\OLEAUT32.DLL - CLBCATQ.DLL C:\WINNT\system32\CLBCATQ.DLL - cscui.dll C:\WINNT\system32\cscui.dll - CSCDLL.DLL C:\WINNT\system32\CSCDLL.DLL -Pid:756(0x000002f4) cmd.exe C:\WINNT\System32\cmd.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - USER32.dll C:\WINNT\system32\USER32.dll - GDI32.DLL C:\WINNT\system32\GDI32.DLL - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - MSVCRT.dll C:\WINNT\system32\MSVCRT.dll -Pid:520(0x00000208) server.exe D:\ZBI\server.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - mscoree.dll C:\WINNT\system32\mscoree.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - SHLWAPI.dll C:\WINNT\system32\SHLWAPI.dll - msvcrt.dll C:\WINNT\system32\msvcrt.dll - GDI32.dll C:\WINNT\system32\GDI32.dll - USER32.DLL C:\WINNT\system32\USER32.DLL - mscorwks.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll - MSVCR71.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\MSVCR71.dll - fusion.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\fusion.dll - SHELL32.dll C:\WINNT\system32\SHELL32.dll - COMCTL32.DLL C:\WINNT\system32\COMCTL32.DLL - mscorlib.dll c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll - mscorlib.dll c:\winnt\assembly\nativeimages1_v1.1.4322\mscorlib\1.0.5000.0__b77a5c561934e089_2a5ebe9e\mscorlib.dll - mscorsn.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorsn.dll - MSCORJIT.DLL C:\WINNT\Microsoft.NET\Framework\v1.1.4322\MSCORJIT.DLL - diasymreader.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\diasymreader.dll - ole32.dll C:\WINNT\system32\ole32.dll - system.runtime.remoting.dll c:\winnt\assembly\gac\system.runtime.remoting\1.0.5000.0__b77a5c561934e089\system.runtime.remoting.dll - utility.dll d:\zbi\utility.dll - system.dll c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll - system.dll c:\winnt\assembly\nativeimages1_v1.1.4322\system\1.0.5000.0__b77a5c561934e089_7cdef39d\system.dll - value.dll d:\zbi\value.dll - scheduler.dll d:\zbi\scheduler.dll - service.dll d:\zbi\service.dll - CLBCATQ.DLL C:\WINNT\system32\CLBCATQ.DLL - OLEAUT32.dll C:\WINNT\system32\OLEAUT32.dll - ws2_32.dll C:\WINNT\system32\ws2_32.dll - WS2HELP.DLL C:\WINNT\system32\WS2HELP.DLL - rnr20.dll C:\WINNT\System32\rnr20.dll - DNSAPI.DLL C:\WINNT\system32\DNSAPI.DLL - WSOCK32.DLL C:\WINNT\system32\WSOCK32.DLL - iphlpapi.dll C:\WINNT\system32\iphlpapi.dll - ICMP.DLL C:\WINNT\system32\ICMP.DLL - MPRAPI.DLL C:\WINNT\system32\MPRAPI.DLL - SAMLIB.DLL C:\WINNT\system32\SAMLIB.DLL - NETAPI32.DLL C:\WINNT\system32\NETAPI32.DLL - SECUR32.DLL C:\WINNT\system32\SECUR32.DLL - NETRAP.DLL C:\WINNT\system32\NETRAP.DLL - WLDAP32.DLL C:\WINNT\system32\WLDAP32.DLL - ACTIVEDS.DLL C:\WINNT\system32\ACTIVEDS.DLL - ADSLDPC.DLL C:\WINNT\system32\ADSLDPC.DLL - RTUTILS.DLL C:\WINNT\system32\RTUTILS.DLL - SETUPAPI.DLL C:\WINNT\system32\SETUPAPI.DLL - USERENV.DLL C:\WINNT\system32\USERENV.DLL - RASAPI32.DLL C:\WINNT\system32\RASAPI32.DLL - RASMAN.DLL C:\WINNT\system32\RASMAN.DLL - TAPI32.DLL C:\WINNT\system32\TAPI32.DLL - DHCPCSVC.DLL C:\WINNT\system32\DHCPCSVC.DLL - winrnr.dll C:\WINNT\System32\winrnr.dll - rasadhlp.dll C:\WINNT\system32\rasadhlp.dll - msafd.dll C:\WINNT\system32\msafd.dll - wshtcpip.dll C:\WINNT\System32\wshtcpip.dll - system.xml.dll c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll - system.xml.dll c:\winnt\assembly\nativeimages1_v1.1.4322\system.xml\1.0.5000.0__b77a5c561934e089_e73ebeaf\system.xml.dll - rsaenh.dll C:\WINNT\system32\rsaenh.dll - CRYPT32.dll C:\WINNT\system32\CRYPT32.dll - MSASN1.DLL C:\WINNT\system32\MSASN1.DLL - datasource.dll d:\zbi\datasource.dll - cache.dll d:\zbi\cache.dll - integration.dll d:\zbi\integration.dll - mapped.dll d:\zbi\mapped.dll - system.web.dll c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll - numerics.dll d:\zbi\numerics.dll - nagc.dll D:\Program Files\NAG\CLDLL074Z\bin\nagc.dll -Pid:780(0x0000030c) cmd.exe C:\WINNT\System32\cmd.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - USER32.dll C:\WINNT\system32\USER32.dll - GDI32.DLL C:\WINNT\system32\GDI32.DLL - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - MSVCRT.dll C:\WINNT\system32\MSVCRT.dll -Pid:840(0x00000348) pgclient.exe D:\ZBI\pgclient.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - mscoree.dll C:\WINNT\system32\mscoree.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - SHLWAPI.dll C:\WINNT\system32\SHLWAPI.dll - msvcrt.dll C:\WINNT\system32\msvcrt.dll - GDI32.dll C:\WINNT\system32\GDI32.dll - USER32.DLL C:\WINNT\system32\USER32.DLL - mscorwks.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll - MSVCR71.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\MSVCR71.dll - fusion.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\fusion.dll - SHELL32.dll C:\WINNT\system32\SHELL32.dll - COMCTL32.DLL C:\WINNT\system32\COMCTL32.DLL - mscorlib.dll c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll - mscorlib.dll c:\winnt\assembly\nativeimages1_v1.1.4322\mscorlib\1.0.5000.0__b77a5c561934e089_2a5ebe9e\mscorlib.dll - mscorsn.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorsn.dll - MSCORJIT.DLL C:\WINNT\Microsoft.NET\Framework\v1.1.4322\MSCORJIT.DLL - diasymreader.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\diasymreader.dll - ole32.dll C:\WINNT\system32\ole32.dll - pfgen.dll d:\zbi\pfgen.dll - utility.dll d:\zbi\utility.dll - OLEAUT32.dll C:\WINNT\system32\OLEAUT32.dll - service.dll d:\zbi\service.dll - datasource.dll d:\zbi\datasource.dll - mapped.dll d:\zbi\mapped.dll - value.dll d:\zbi\value.dll - rsaenh.dll C:\WINNT\system32\rsaenh.dll - USERENV.dll C:\WINNT\system32\USERENV.dll - CRYPT32.dll C:\WINNT\system32\CRYPT32.dll - MSASN1.DLL C:\WINNT\system32\MSASN1.DLL - CLBCATQ.DLL C:\WINNT\system32\CLBCATQ.DLL - system.runtime.remoting.dll c:\winnt\assembly\gac\system.runtime.remoting\1.0.5000.0__b77a5c561934e089\system.runtime.remoting.dll - system.dll c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll - system.dll c:\winnt\assembly\nativeimages1_v1.1.4322\system\1.0.5000.0__b77a5c561934e089_7cdef39d\system.dll - integration.dll d:\zbi\integration.dll - cache.dll d:\zbi\cache.dll - ws2_32.dll C:\WINNT\system32\ws2_32.dll - WS2HELP.DLL C:\WINNT\system32\WS2HELP.DLL - rnr20.dll C:\WINNT\System32\rnr20.dll - DNSAPI.DLL C:\WINNT\system32\DNSAPI.DLL - WSOCK32.DLL C:\WINNT\system32\WSOCK32.DLL - iphlpapi.dll C:\WINNT\system32\iphlpapi.dll - ICMP.DLL C:\WINNT\system32\ICMP.DLL - MPRAPI.DLL C:\WINNT\system32\MPRAPI.DLL - SAMLIB.DLL C:\WINNT\system32\SAMLIB.DLL - NETAPI32.DLL C:\WINNT\system32\NETAPI32.DLL - SECUR32.DLL C:\WINNT\system32\SECUR32.DLL - NETRAP.DLL C:\WINNT\system32\NETRAP.DLL - WLDAP32.DLL C:\WINNT\system32\WLDAP32.DLL - ACTIVEDS.DLL C:\WINNT\system32\ACTIVEDS.DLL - ADSLDPC.DLL C:\WINNT\system32\ADSLDPC.DLL - RTUTILS.DLL C:\WINNT\system32\RTUTILS.DLL - SETUPAPI.DLL C:\WINNT\system32\SETUPAPI.DLL - RASAPI32.DLL C:\WINNT\system32\RASAPI32.DLL - RASMAN.DLL C:\WINNT\system32\RASMAN.DLL - TAPI32.DLL C:\WINNT\system32\TAPI32.DLL - DHCPCSVC.DLL C:\WINNT\system32\DHCPCSVC.DLL - winrnr.dll C:\WINNT\System32\winrnr.dll - rasadhlp.dll C:\WINNT\system32\rasadhlp.dll - msafd.dll C:\WINNT\system32\msafd.dll - wshtcpip.dll C:\WINNT\System32\wshtcpip.dll - system.xml.dll c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll - system.xml.dll c:\winnt\assembly\nativeimages1_v1.1.4322\system.xml\1.0.5000.0__b77a5c561934e089_e73ebeaf\system.xml.dll -Pid:764(0x000002fc) cmd.exe C:\WINNT\System32\cmd.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - USER32.dll C:\WINNT\system32\USER32.dll - GDI32.DLL C:\WINNT\system32\GDI32.DLL - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - MSVCRT.dll C:\WINNT\system32\MSVCRT.dll -Pid:752(0x000002f0) sysinfo.exe D:\work\proto\Debug\sysinfo.exe - ntdll.dll C:\WINNT\system32\ntdll.dll - KERNEL32.dll C:\WINNT\system32\KERNEL32.dll - ADVAPI32.dll C:\WINNT\system32\ADVAPI32.dll - RPCRT4.DLL C:\WINNT\system32\RPCRT4.DLL - USER32.dll C:\WINNT\system32\USER32.dll - GDI32.DLL C:\WINNT\system32\GDI32.DLL - PSAPI.DLL C:\WINNT\system32\PSAPI.DLL -********************** Missing binaries for keys -********************** /CLSID entries without corresponding class definition -'ADCS' {89E30300-764D-11d0-B282-00A0C90F56FC} in /CLSID was found in HKCR -'ComPlusMetaData.MsCorHost' {727CDF4F-3BA0-11D3-8738-00C04F79ED0D} in /CLSID was found in HKCR -'ComPlusMetaData.MsCorHost.2' {727CDF4F-3BA0-11D3-8738-00C04F79ED0D} in /CLSID was found in HKCR -'DSP.DSP' {9C123EA9-AEC9-4f75-BBC0-7565FA1398966} in /CLSID was found in HKCR -'DSP.DSPDMOProp_Chorus.1' {6F63B172-5543-4593-91CE-EDBA65B9FACDB} in /CLSID was found in HKCR -'giffile' {25336920-03F9-11cf-8FD0-00AA00686F13} in /CLSID was found in HKCR -'HeaderFooter.HeaderFooter.1' {30c3f6cd-98b5-11cf-bb82-00aa00bdce0b} in /CLSID was found in HKCR -'htmlfile' {25336920-03F9-11cf-8FD0-00AA00686F13} in /CLSID was found in HKCR -'HxDS.HxSession' {31411198-a502-11d2-bbca-00c04f8ec294} in /CLSID was found in HKCR -'HxDS.HxSession.1' {31411198-a502-11d2-bbca-00c04f8ec294} in /CLSID was found in HKCR -'igfx.CUITestConfig.1' c in /CLSID was found in HKCR -'jpegfile' {25336920-03F9-11cf-8FD0-00AA00686F13} in /CLSID was found in HKCR -'MSInfo.Document' {45ac8c63-23e2-11d1-a696-00c04fd58bc3} in /CLSID was found in HKCR -'pjpegfile' {25336920-03F9-11cf-8FD0-00AA00686F13} in /CLSID was found in HKCR -'pngfile' {25336920-03F9-11cf-8FD0-00AA00686F13} in /CLSID was found in HKCR -'SymWriter.pdb' {520DC67A-752E-11D3-8D56-00C04F680B2B} in /CLSID was found in HKCR -'TimeStamp' {b2bed2eb-4080-11d1-a3ac-00c04fb950dc} in /CLSID was found in HKCR -'WBEMComLocator' SOFTWARE\CLASSES\WBEMComLocator in /CLSID was found in HKCR -'xbmfile' {25336920-03F9-11cf-8FD0-00AA00686F13} in /CLSID was found in HKCR diff --git a/proto/Debug/stringres.txt b/proto/Debug/stringres.txt deleted file mode 100644 index 0267a15..0000000 --- a/proto/Debug/stringres.txt +++ /dev/null @@ -1,1824 +0,0 @@ -STRINGTABLE DISCARDABLE -BEGIN - STRING_22000 "A or Amaj [0 0 2 2 2 0] (Db E A) " - STRING_22001 "A or Amaj [0 4 x 2 5 0] (Db E A) " - STRING_22002 "A or Amaj [5 7 7 6 5 5] (Db E A) " - STRING_22003 "A or Amaj [x 0 2 2 2 0] (Db E A) " - STRING_22004 "A or Amaj [x 4 7 x x 5] (Db E A) " - STRING_22005 "A #5 or Aaug [x 0 3 2 2 1] (Db F A) " - STRING_22006 "A #5 or Aaug [x 0 x 2 2 1] (Db F A) " - STRING_22007 "A/Ab [x 0 2 1 2 0] (Db E Ab A) " - STRING_22008 "A/B [0 0 2 4 2 0] (Db E A B) " - STRING_22009 "A/B [x 0 7 6 0 0] (Db E A B) " - STRING_22010 "A/D [x 0 0 2 2 0] (Db D E A) " - STRING_22011 "A/D [x x 0 2 2 0] (Db D E A) " - STRING_22012 "A/D [x x 0 6 5 5] (Db D E A) " - STRING_22013 "A/D [x x 0 9 10 9] (Db D E A) " - STRING_22014 "A/G [3 x 2 2 2 0] (Db E G A) " - STRING_22015 "A/G [x 0 2 0 2 0] (Db E G A) " - STRING_22016 "A/G [x 0 2 2 2 3] (Db E G A) " - STRING_22017 "A/Gb [0 0 2 2 2 2] (Db E Gb A) " - STRING_22018 "A/Gb [0 x 4 2 2 0] (Db E Gb A) " - STRING_22019 "A/Gb [2 x 2 2 2 0] (Db E Gb A) " - STRING_22020 "A/Gb [x 0 4 2 2 0] (Db E Gb A) " - STRING_22021 "A/Gb [x x 2 2 2 2] (Db E Gb A) " - STRING_22022 "A5 or A(no 3rd) [5 7 7 x x 5] (E A)" - STRING_22023 "A5 or A(no 3rd) [x 0 2 2 x 0] (E A) " - STRING_22024 "A5 or A(no 3rd) [5 7 7 x x 0] (E A) " - STRING_22025 "A6 [0 0 2 2 2 2] (Db E Gb A) " - STRING_22026 "A6 [0 x 4 2 2 0] (Db E Gb A) " - STRING_22027 "A6 [2 x 2 2 2 0] (Db E Gb A) " - STRING_22028 "A6 [x 0 4 2 2 0] (Db E Gb A) " - STRING_22029 "A6 [x x 2 2 2 2] (Db E Gb A) " - STRING_22030 "A6/7 [0 0 2 0 2 2] (Db E Gb G A) " - STRING_22031 "A6/7 sus or A6/7 sus4 [5 5 4 0 3 0] (D E Gb G A) " - STRING_22032 "A6/7 sus or A6/7 sus4 [x 0 2 0 3 2] (D E Gb G A) " - STRING_22033 "A7 or Adom 7 [3 x 2 2 2 0] (Db E G A) " - STRING_22034 "A7 or Adom 7 [x 0 2 0 2 0] (Db E G A) " - STRING_22035 "A7 or Adom 7 [x 0 2 2 2 3] (Db E G A) " - STRING_22036 "A7(#5) [1 0 3 0 2 1] (Db F G A) " - STRING_22037 "A7/add11 or A7/11 [x 0 0 0 2 0] (Db D E G A) " - STRING_22038 "A7sus4 [x 0 2 0 3 0] (D E G A) " - STRING_22039 "A7sus4 [x 0 2 0 3 3] (D E G A) " - STRING_22040 "A7sus4 [x 0 2 2 3 3] (D E G A) " - STRING_22041 "A7sus4 [5 x 0 0 3 0] (D E G A) " - STRING_22042 "A7sus4 [x 0 0 0 x 0] (D E G A) " - STRING_22043 "Aadd9 or A2 [0 0 2 4 2 0] (Db E A B) " - STRING_22044 "Aadd9 or A2 [x 0 7 6 0 0] (Db E A B) " - STRING_22045 "Aaug/D [x x 0 2 2 1] (Db D F A) " - STRING_22046 "Aaug/G [1 0 3 0 2 1] (Db F G A) " - STRING_22047 "Ab or Abmaj [4 6 6 5 4 4] (C Eb Ab) " - STRING_22048 "Ab #5 or Abaug [x 3 2 1 1 0] (C E Ab) " - STRING_22049 "Ab/A [x x 1 2 1 4] (C Eb Ab A) " - STRING_22050 "Ab/F [x 8 10 8 9 8] (C Eb F Ab) " - STRING_22051 "Ab/F [x x 1 1 1 1] (C Eb F Ab) " - STRING_22052 "Ab/Gb [x x 1 1 1 2] (C Eb Gb Ab) " - STRING_22053 "Ab/Gb [x x 4 5 4 4] (C Eb Gb Ab) " - STRING_22054 "Ab5 or Ab(no 3rd)[4 6 6 x x 4] (Eb Ab)" - STRING_22055 "Ab6 [x 8 10 8 9 8] (C Eb F Ab) " - STRING_22056 "Ab6 [x x 1 1 1 1] (C Eb F Ab) " - STRING_22057 "Ab7 or Abdom 7 [x x 1 1 1 2] (C Eb Gb Ab) " - STRING_22058 "Ab7 or Abdom 7 [x x 4 5 4 4] (C Eb Gb Ab) " - STRING_22059 "Abdim/E [0 2 0 1 0 0] (D E Ab B) " - STRING_22060 "Abdim/E [0 2 2 1 3 0] (D E Ab B) " - STRING_22061 "Abdim/E [x 2 0 1 3 0] (D E Ab B) " - STRING_22062 "Abdim/E [x x 0 1 0 0] (D E Ab B) " - STRING_22063 "Abdim/Eb [x x 0 4 4 4] (D Eb Ab B) " - STRING_22064 "Abdim/F [x 2 0 1 0 1] (D F Ab B) " - STRING_22065 "Abdim/F [x x 0 1 0 1] (D F Ab B) " - STRING_22066 "Abdim/F [x x 3 4 3 4] (D F Ab B) " - STRING_22067 "Abdim7 [x 2 0 1 0 1] (D F Ab B) " - STRING_22068 "Abdim7 [x x 0 1 0 1] (D F Ab B) " - STRING_22069 "Abdim7 [x x 3 4 3 4] (D F Ab B) " - STRING_22070 "Abm [x x 6 4 4 4] (Eb Ab B) " - STRING_22071 "Abm/D [x x 0 4 4 4] (D Eb Ab B) " - STRING_22072 "Abm/E [0 2 1 1 0 0] (Eb E Ab B) " - STRING_22073 "Abm/E [0 x 6 4 4 0] (Eb E Ab B) " - STRING_22074 "Abm/E [x x 1 1 0 0] (Eb E Ab B) " - STRING_22075 "Abm/Gb [x x 4 4 4 4] (Eb Gb Ab B) " - STRING_22076 "Abm7 [x x 4 4 4 4] (Eb Gb Ab B) " - STRING_22077 "Absus or Absus4 [x x 6 6 4 4] (Db Eb Ab) " - STRING_22078 "Absus2/F [x 1 3 1 4 1] (Eb F Ab Bb) " - STRING_22079 "Adim/Ab [x x 1 2 1 4] (C Eb Ab A) " - STRING_22080 "Adim/E [0 3 x 2 4 0] (C Eb E A) " - STRING_22081 "Adim/F [x x 1 2 1 1] (C Eb F A) " - STRING_22082 "Adim/F [x x 3 5 4 5] (C Eb F A) " - STRING_22083 "Adim/G [x x 1 2 1 3] (C Eb G A) " - STRING_22084 "Adim/Gb [x x 1 2 1 2] (C Eb Gb A) " - STRING_22085 "Adim7 [x x 1 2 1 2] (C Eb Gb A) " - STRING_22086 "Am [x 0 2 2 1 0] (C E A) " - STRING_22087 "Am [x 0 7 5 5 5] (C E A) " - STRING_22088 "Am [x 3 2 2 1 0] (C E A) " - STRING_22089 "Am [8 12 x x x 0] (C E A) " - STRING_22090 "Am/B [0 0 7 5 0 0] (C E A B) " - STRING_22091 "Am/B [x 3 2 2 0 0] (C E A B) " - STRING_22092 "Am/D [x x 0 2 1 0] (C D E A) " - STRING_22093 "Am/D [x x 0 5 5 5] (C D E A) " - STRING_22094 "Am/Eb [0 3 x 2 4 0] (C Eb E A) " - STRING_22095 "Am/F [0 0 3 2 1 0] (C E F A) " - STRING_22096 "Am/F [1 3 3 2 1 0] (C E F A) " - STRING_22097 "Am/F [1 x 2 2 1 0] (C E F A) " - STRING_22098 "Am/F [x x 2 2 1 1] (C E F A) " - STRING_22099 "Am/F [x x 3 2 1 0] (C E F A) " - STRING_22100 "Am/G [0 0 2 0 1 3] (C E G A) " - STRING_22101 "Am/G [x 0 2 0 1 0] (C E G A) " - STRING_22102 "Am/G [x 0 2 2 1 3] (C E G A) " - STRING_22103 "Am/G [x 0 5 5 5 8] (C E G A) " - STRING_22104 "Am/Gb [x 0 2 2 1 2] (C E Gb A) " - STRING_22105 "Am/Gb [x x 2 2 1 2] (C E Gb A) " - STRING_22106 "Am6 [x 0 2 2 1 2] (C E Gb A) " - STRING_22107 "Am6 [x x 2 2 1 2] (C E Gb A) " - STRING_22108 "Am6 [5 x 4 5 5 5] (A Gb C E A)" - STRING_22109 "Am7 [0 0 2 0 1 3] (C E G A) " - STRING_22110 "Am7 [x 0 2 0 1 0] (C E G A) " - STRING_22111 "Am7 [x 0 2 2 1 3] (C E G A) " - STRING_22112 "Am7 [x 0 5 5 5 8] (C E G A) " - STRING_22113 "Am7(b5) or Ao7 [x x 1 2 1 3] (C Eb G A) " - STRING_22114 "Am7/add11 or Am7/11 [x 5 7 5 8 0] (C D E G A) " - STRING_22115 "Amaj7 or A#7 [x 0 2 1 2 0] (Db E Ab A) " - STRING_22116 "Amin/maj9 [x 0 6 5 5 7] (C E Ab A B) " - STRING_22117 "Asus or Asus4 [0 0 2 2 3 0] (D E A) " - STRING_22118 "Asus or Asus4 [x 0 2 2 3 0] (D E A) " - STRING_22119 "Asus or Asus4 [5 5 7 7 x 0] (D E A) " - STRING_22120 "Asus or Asus4 [x 0 0 2 3 0] (D E A) " - STRING_22121 "Asus2 or Aadd9(no3)[0 0 2 2 0 0] (E A B) " - STRING_22122 "Asus2 or Aadd9(no3)[0 0 2 4 0 0] (E A B) " - STRING_22123 "Asus2 or Aadd9(no3)[0 2 2 2 0 0] (E A B) " - STRING_22124 "Asus2 or Aadd9(no3)[x 0 2 2 0 0] (E A B) " - STRING_22125 "Asus2 or Aadd9(no3)[x x 2 2 0 0] (E A B) " - STRING_22126 "Asus2/Ab [x 0 2 1 0 0] (E Ab A B) " - STRING_22127 "Asus2/C [0 0 7 5 0 0] (C E A B) " - STRING_22128 "Asus2/C [x 3 2 2 0 0] (C E A B) " - STRING_22129 "Asus2/D [0 2 0 2 0 0] (D E A B) " - STRING_22130 "Asus2/D [x 2 0 2 3 0] (D E A B) " - STRING_22131 "Asus2/Db [0 0 2 4 2 0] (Db E A B) " - STRING_22132 "Asus2/Db [x 0 7 6 0 0] (Db E A B) " - STRING_22133 "Asus2/Eb [x 2 1 2 0 0] (Eb E A B) " - STRING_22134 "Asus2/F [0 0 3 2 0 0] (E F A B) " - STRING_22135 "Asus2/G [3 x 2 2 0 0] (E G A B) " - STRING_22136 "Asus2/G [x 0 2 0 0 0] (E G A B) " - STRING_22137 "Asus2/G [x 0 5 4 5 0] (E G A B) " - STRING_22138 "Asus2/Gb [x 0 4 4 0 0] (E Gb A B) " - STRING_22139 "Asus2/Gb [x 2 4 2 5 2] (E Gb A B) " - STRING_22140 "Asus4/Ab [4 x 0 2 3 0] (D E Ab A) " - STRING_22141 "Asus4/B [0 2 0 2 0 0] (D E A B) " - STRING_22142 "Asus4/Bb [0 1 x 2 3 0] (D E A Bb) " - STRING_22143 "Asus4/C [x x 0 2 1 0] (C D E A) " - STRING_22144 "Asus4/C [x x 0 5 5 5] (C D E A) " - STRING_22145 "Asus4/Db [x 0 0 2 2 0] (Db D E A) " - STRING_22146 "Asus4/Db [x x 0 2 2 0] (Db D E A) " - STRING_22147 "Asus4/Db [x x 0 6 5 5] (Db D E A) " - STRING_22148 "Asus4/Db [x x 0 9 10 9] (Db D E A) " - STRING_22149 "Asus4/F [x x 7 7 6 0] (D E F A) " - STRING_22150 "Asus4/G [x 0 2 0 3 0] (D E G A) " - STRING_22151 "Asus4/G [x 0 2 0 3 3] (D E G A) " - STRING_22152 "Asus4/G [x 0 2 2 3 3] (D E G A) " - STRING_22153 "Asus4/G [x 0 0 0 x 0] (D E G A) " - STRING_22154 "Asus4/Gb [0 0 0 2 3 2] (D E Gb A) " - STRING_22155 "Asus4/Gb [0 0 4 2 3 0] (D E Gb A) " - STRING_22156 "Asus4/Gb [2 x 0 2 3 0] (D E Gb A) " - STRING_22157 "Asus4/Gb [x 0 2 2 3 2] (D E Gb A) " - STRING_22158 "Asus4/Gb [x x 2 2 3 2] (D E Gb A) " - STRING_22159 "Asus4/Gb [x 5 4 2 3 0] (D E Gb A) " - STRING_22160 "Asus4/Gb [x 9 7 7 x 0] (D E Gb A) " - STRING_22161 "B or Bmaj [x 2 4 4 4 2] (Eb Gb B) " - STRING_22162 "B #5 or Baug [3 2 1 0 0 3] (Eb G B) " - STRING_22163 "B #5 or Baug [3 x 1 0 0 3] (Eb G B) " - STRING_22164 "B/A [2 x 1 2 0 2] (Eb Gb A B) " - STRING_22165 "B/A [x 0 1 2 0 2] (Eb Gb A B) " - STRING_22166 "B/A [x 2 1 2 0 2] (Eb Gb A B) " - STRING_22167 "B/A [x 2 4 2 4 2] (Eb Gb A B) " - STRING_22168 "B/Ab [x x 4 4 4 4] (Eb Gb Ab B) " - STRING_22169 "B/E [x 2 2 4 4 2] (Eb E Gb B) " - STRING_22170 "B/E [x x 4 4 4 0] (Eb E Gb B) " - STRING_22171 "B5 or B(no 3rd) [7 9 9 x x 2] (Gb B)" - STRING_22172 "B5 or B(no 3rd) [x 2 4 4 x 2] (Gb B)" - STRING_22173 "B6 [x x 4 4 4 4] (Eb Gb Ab B) " - STRING_22174 "B7 or Bdom 7 [2 x 1 2 0 2] (Eb Gb A B) " - STRING_22175 "B7 or Bdom 7 [x 0 1 2 0 2] (Eb Gb A B) " - STRING_22176 "B7 or Bdom 7 [x 2 1 2 0 2] (Eb Gb A B) " - STRING_22177 "B7 or Bdom 7 [x 2 4 2 4 2] (Eb Gb A B) " - STRING_22178 "B7/add11 or B7/11 [0 0 4 4 4 0] (Eb E Gb A B) " - STRING_22179 "B7/add11 or B7/11 [0 2 1 2 0 2] (Eb E Gb A B) " - STRING_22180 "B7sus4 [x 0 4 4 0 0] (E Gb A B) " - STRING_22181 "B7sus4 [x 2 4 2 5 2] (E Gb A B) " - STRING_22182 "Baug/E [3 x 1 0 0 0] (Eb E G B) " - STRING_22183 "Baug/E [x x 1 0 0 0] (Eb E G B) " - STRING_22184 "Bb or Bbmaj [1 1 3 3 3 1] (D F Bb) " - STRING_22185 "Bb or Bbmaj [x 1 3 3 3 1] (D F Bb) " - STRING_22186 "Bb or Bbmaj [x x 0 3 3 1] (D F Bb) " - STRING_22187 "Bb #5 or Bbaug [x x 0 3 3 2] (D Gb Bb) " - STRING_22188 "Bb b5 [x x 0 3 x 0] (D E Bb) " - STRING_22189 "Bb/A [1 1 3 2 3 1] (D F A Bb) " - STRING_22190 "Bb/Ab [x 1 3 1 3 1] (D F Ab Bb) " - STRING_22191 "Bb/Ab [x x 3 3 3 4] (D F Ab Bb) " - STRING_22192 "Bb/Db [x x 0 6 6 6] (Db D F Bb) " - STRING_22193 "Bb/E [x 1 3 3 3 0] (D E F Bb) " - STRING_22194 "Bb/G [3 5 3 3 3 3] (D F G Bb) " - STRING_22195 "Bb/G [x x 3 3 3 3] (D F G Bb) " - STRING_22196 "Bb5 or Bb(no 3rd)[6 8 8 x x 6] (F Bb)" - STRING_22197 "Bb5 or Bb(no 3rd)[x 1 3 3 x 6] (F Bb)" - STRING_22198 "Bb6 [3 5 3 3 3 3] (D F G Bb) " - STRING_22199 "Bb6 [x x 3 3 3 3] (D F G Bb) " - STRING_22200 "Bb6/add9 or Bb6/9 [x 3 3 3 3 3] (C D F G Bb) " - STRING_22201 "Bb7 or Bbdom 7 [x 1 3 1 3 1] (D F Ab Bb) " - STRING_22202 "Bb7 or Bbdom 7 [x x 3 3 3 4] (D F Ab Bb) " - STRING_22203 "Bb7sus4 [x 1 3 1 4 1] (Eb F Ab Bb) " - STRING_22204 "Bbadd#11 [x 1 3 3 3 0] (D E F Bb) " - STRING_22205 "Bbaug/E [2 x 4 3 3 0] (D E Gb Bb) " - STRING_22206 "Bbdim/C [x 3 x 3 2 0] (C Db E Bb) " - STRING_22207 "Bbdim/D [x x 0 3 2 0] (Db D E Bb) " - STRING_22208 "Bbdim/G [x 1 2 0 2 0] (Db E G Bb) " - STRING_22209 "Bbdim/G [x x 2 3 2 3] (Db E G Bb) " - STRING_22210 "Bbdim/Gb [2 4 2 3 2 2] (Db E Gb Bb) " - STRING_22211 "Bbdim/Gb [x x 4 3 2 0] (Db E Gb Bb) " - STRING_22212 "Bbdim7 [x 1 2 0 2 0] (Db E G Bb) " - STRING_22213 "Bbdim7 [x x 2 3 2 3] (Db E G Bb) " - STRING_22214 "Bbm [1 1 3 3 2 1] (Db F Bb) " - STRING_22215 "Bbm/Ab [x 1 3 1 2 1] (Db F Ab Bb) " - STRING_22216 "Bbm/D [x x 0 6 6 6] (Db D F Bb) " - STRING_22217 "Bbm/Gb [x x 3 3 2 2] (Db F Gb Bb) " - STRING_22218 "Bbm7 [x 1 3 1 2 1] (Db F Ab Bb) " - STRING_22219 "Bbm6 [7 x 6 7 7 7 (B Ab D Gb B) " - STRING_22220 "Bbmaj7 or Bb#7 [1 1 3 2 3 1] (D F A Bb) " - STRING_22221 "Bbmaj9 or Bb9(#7) [x 3 3 3 3 5] (C D F A Bb) " - STRING_22222 "Bbsus2 or Bbadd9(no3)[x x 3 3 1 1] (C F Bb) " - STRING_22223 "Bbsus2/G [x 3 5 3 6 3] (C F G Bb) " - STRING_22224 "Bbsus4/Ab [x 1 3 1 4 1] (Eb F Ab Bb) " - STRING_22225 "Bdim/A [1 2 3 2 3 1] (D F A B) " - STRING_22226 "Bdim/A [x 2 0 2 0 1] (D F A B) " - STRING_22227 "Bdim/A [x x 0 2 0 1] (D F A B) " - STRING_22228 "Bdim/Ab [x 2 0 1 0 1] (D F Ab B) " - STRING_22229 "Bdim/Ab [x x 0 1 0 1] (D F Ab B) " - STRING_22230 "Bdim/Ab [x x 3 4 3 4] (D F Ab B) " - STRING_22231 "Bdim/G [1 x 0 0 0 3] (D F G B) " - STRING_22232 "Bdim/G [3 2 0 0 0 1] (D F G B) " - STRING_22233 "Bdim/G [x x 0 0 0 1] (D F G B) " - STRING_22234 "Bdim7 [x 2 0 1 0 1] (D F Ab B) " - STRING_22235 "Bdim7 [x x 0 1 0 1] (D F Ab B) " - STRING_22236 "Bdim7 [x x 3 4 3 4] (D F Ab B) " - STRING_22237 "Bm [2 2 4 4 3 2] (D Gb B) " - STRING_22238 "Bm [x 2 4 4 3 2] (D Gb B) " - STRING_22239 "Bm [x x 0 4 3 2] (D Gb B) " - STRING_22240 "Bm/A [x 0 4 4 3 2] (D Gb A B) " - STRING_22241 "Bm/A [x 2 0 2 0 2] (D Gb A B) " - STRING_22242 "Bm/A [x 2 0 2 3 2] (D Gb A B) " - STRING_22243 "Bm/A [x 2 4 2 3 2] (D Gb A B) " - STRING_22244 "Bm/A [x x 0 2 0 2] (D Gb A B) " - STRING_22245 "Bm/G [2 2 0 0 0 3] (D Gb G B) " - STRING_22246 "Bm/G [2 2 0 0 3 3] (D Gb G B) " - STRING_22247 "Bm/G [3 2 0 0 0 2] (D Gb G B) " - STRING_22248 "Bm/G [x x 4 4 3 3] (D Gb G B) " - STRING_22249 "Bm7 [x 0 4 4 3 2] (D Gb A B) " - STRING_22250 "Bm7 [x 2 0 2 0 2] (D Gb A B) " - STRING_22251 "Bm7 [x 2 0 2 3 2] (D Gb A B) " - STRING_22252 "Bm7 [x 2 4 2 3 2] (D Gb A B) " - STRING_22253 "Bm7 [x x 0 2 0 2] (D Gb A B) " - STRING_22254 "Bm7(b5) or Bo7 [1 2 3 2 3 1] (D F A B) " - STRING_22255 "Bm7(b5) or Bo7 [x 2 0 2 0 1] (D F A B) " - STRING_22256 "Bm7(b5) or Bo7 [x x 0 2 0 1] (D F A B) " - STRING_22257 "Bm7/add11 or Bm7/11 [0 0 2 4 3 2] (D E Gb A B) " - STRING_22258 "Bm7/add11 or Bm7/11 [0 2 0 2 0 2] (D E Gb A B) " - STRING_22259 "Bmaj7/#11 [x 2 3 3 4 2] (Eb F Gb Bb B) " - STRING_22260 "Bsus or Bsus4 [7 9 9 x x 0] (E Gb B) " - STRING_22261 "Bsus or Bsus4 [x 2 4 4 x 0] (E Gb B) " - STRING_22262 "Bsus2 or Badd9(no3)[x 4 4 4 x 2] (Db Gb B)" - STRING_22263 "Bsus2 or Badd9(no3)[x x 4 4 2 2] (Db Gb B) " - STRING_22264 "Bsus2/E [x 4 4 4 x 0] (Db E Gb B) " - STRING_22265 "Bsus4/A [x 0 4 4 0 0] (E Gb A B) " - STRING_22266 "Bsus4/A [x 2 4 2 5 2] (E Gb A B) " - STRING_22267 "Bsus4/Ab [0 2 2 1 0 2] (E Gb Ab B) " - STRING_22268 "Bsus4/Ab [0 x 4 1 0 0] (E Gb Ab B) " - STRING_22269 "Bsus4/Ab [2 2 2 1 0 0] (E Gb Ab B) " - STRING_22270 "Bsus4/Db [x 4 4 4 x 0] (Db E Gb B) " - STRING_22271 "Bsus4/Eb [x 2 2 4 4 2] (Eb E Gb B) " - STRING_22272 "Bsus4/Eb [x x 4 4 4 0] (Eb E Gb B) " - STRING_22273 "Bsus4/G [0 2 2 0 0 2] (E Gb G B) " - STRING_22274 "Bsus4/G [0 2 4 0 0 0] (E Gb G B) " - STRING_22275 "Bsus4/G [0 x 4 0 0 0] (E Gb G B) " - STRING_22276 "Bsus4/G [2 2 2 0 0 0] (E Gb G B) " - STRING_22277 "C or Cmaj [0 3 2 0 1 0] (C E G) " - STRING_22278 "C or Cmaj [0 3 5 5 5 3] (C E G) " - STRING_22279 "C or Cmaj [3 3 2 0 1 0] (C E G) " - STRING_22280 "C or Cmaj [3 x 2 0 1 0] (C E G) " - STRING_22281 "C or Cmaj [x 3 2 0 1 0] (C E G) " - STRING_22282 "C or Cmaj [x 3 5 5 5 0] (C E G) " - STRING_22283 "C #5 or Caug [x 3 2 1 1 0] (C E Ab) " - STRING_22284 "C b5 [x x 4 5 x 0] (C E Gb) " - STRING_22285 "C/A [0 0 2 0 1 3] (C E G A) " - STRING_22286 "C/A [x 0 2 0 1 0] (C E G A) " - STRING_22287 "C/A [x 0 2 2 1 3] (C E G A) " - STRING_22288 "C/A [x 0 5 5 5 8] (C E G A) " - STRING_22289 "C/B [0 3 2 0 0 0] (C E G B) " - STRING_22290 "C/B [x 2 2 0 1 0] (C E G B) " - STRING_22291 "C/B [x 3 5 4 5 3] (C E G B) " - STRING_22292 "C/Bb [x 3 5 3 5 3] (C E G Bb) " - STRING_22293 "C/D [3 x 0 0 1 0] (C D E G) " - STRING_22294 "C/D [x 3 0 0 1 0] (C D E G) " - STRING_22295 "C/D [x 3 2 0 3 0] (C D E G) " - STRING_22296 "C/D [x 3 2 0 3 3] (C D E G) " - STRING_22297 "C/D [x x 0 0 1 0] (C D E G) " - STRING_22298 "C/D [x x 0 5 5 3] (C D E G) " - STRING_22299 "C/D [x 10 12 12 13 0] (C D E G) " - STRING_22300 "C/D [x 5 5 5 x 0] (C D E G) " - STRING_22301 "C/F [x 3 3 0 1 0] (C E F G) " - STRING_22302 "C/F [x x 3 0 1 0] (C E F G) " - STRING_22303 "C5 or C(no 3rd) [x 3 5 5 x 3] (C G)" - STRING_22304 "C6 [0 0 2 0 1 3] (C E G A) " - STRING_22305 "C6 [x 0 2 0 1 0] (C E G A) " - STRING_22306 "C6 [x 0 2 2 1 3] (C E G A) " - STRING_22307 "C6 [x 0 5 5 5 8] (C E G A) " - STRING_22308 "C6/add9 or C6/9 [x 5 7 5 8 0] (C D E G A) " - STRING_22309 "C7 or Cdom 7 [x 3 5 3 5 3] (C E G Bb) " - STRING_22310 "C7sus4 [x 3 5 3 6 3] (C F G Bb) " - STRING_22311 "C9(b5) [0 3 x 3 3 2] (C D E Gb Bb) " - STRING_22312 "Cadd9 or C2 [3 x 0 0 1 0] (C D E G) " - STRING_22313 "Cadd9 or C2 [x 3 0 0 1 0] (C D E G) " - STRING_22314 "Cadd9 or C2 [x 3 2 0 3 0] (C D E G) " - STRING_22315 "Cadd9 or C2 [x 3 2 0 3 3] (C D E G) " - STRING_22316 "Cadd9 or C2 [x x 0 0 1 0] (C D E G) " - STRING_22317 "Cadd9 or C2 [x x 0 5 5 3] (C D E G) " - STRING_22318 "Cadd9 or C2 [x 10 12 12 13 0] (C D E G) " - STRING_22319 "Cadd9 or C2 [x 3 2 0 3 0] (C D E G) " - STRING_22320 "Cadd9 or C2 [x 5 5 5 x 0] (C D E G) " - STRING_22321 "Cdim/A [x x 1 2 1 2] (C Eb Gb A) " - STRING_22322 "Cdim/Ab [x x 1 1 1 2] (C Eb Gb Ab) " - STRING_22323 "Cdim/Ab [x x 4 5 4 4] (C Eb Gb Ab) " - STRING_22324 "Cdim/D [x 5 4 5 4 2] (C D Eb Gb)" - STRING_22325 "Cdim7 [x x 1 2 1 2] (C Eb Gb A) " - STRING_22326 "Cm [x 3 5 5 4 3] (C Eb G) " - STRING_22327 "Cm [x x 5 5 4 3] (C Eb G) " - STRING_22328 "Cm/A [x x 1 2 1 3] (C Eb G A) " - STRING_22329 "Cm/Bb [x 3 5 3 4 3] (C Eb G Bb) " - STRING_22330 "Cm6 [x x 1 2 1 3] (C Eb G A) " - STRING_22331 "Cm6 [8 x 7 8 8 8] (C A Eb G C) " - STRING_22332 "Cm7 [x 3 5 3 4 3] (C Eb G Bb) " - STRING_22333 "Cmaj7 or C#7 [0 3 2 0 0 0] (C E G B) " - STRING_22334 "Cmaj7 or C#7 [x 2 2 0 1 0] (C E G B) " - STRING_22335 "Cmaj7 or C#7 [x 3 5 4 5 3] (C E G B) " - STRING_22336 "Cmaj9 or C9(#7) [x 3 0 0 0 0] (C D E G B) " - STRING_22337 "Csus or Csus4 [x 3 3 0 1 1] (C F G) " - STRING_22338 "Csus or Csus4 [x x 3 0 1 1] (C F G) " - STRING_22339 "Csus2 or Cadd9(no3)[x 10 12 12 13 3] (C D G)" - STRING_22340 "Csus2 or Cadd9(no3)[x 5 5 5 x 3] (C D G)" - STRING_22341 "Csus2 or Cadd9(no3)[x 3 0 0 3 3] (C D G) " - STRING_22342 "Csus2 or Cadd9(no3)[x 3 5 5 3 3] (C D G) " - STRING_22343 "Csus2/A [x 5 7 5 8 3] (C D G A)" - STRING_22344 "Csus2/A [x x 0 2 1 3] (C D G A) " - STRING_22345 "Csus2/B [3 3 0 0 0 3] (C D G B) " - STRING_22346 "Csus2/B [x 3 0 0 0 3] (C D G B) " - STRING_22347 "Csus2/E [3 x 0 0 1 0] (C D E G) " - STRING_22348 "Csus2/E [x 3 0 0 1 0] (C D E G) " - STRING_22349 "Csus2/E [x 3 2 0 3 0] (C D E G) " - STRING_22350 "Csus2/E [x 3 2 0 3 3] (C D E G) " - STRING_22351 "Csus2/E [x x 0 0 1 0] (C D E G) " - STRING_22352 "Csus2/E [x x 0 5 5 3] (C D E G) " - STRING_22353 "Csus2/E [x 10 12 12 13 0] (C D E G) " - STRING_22354 "Csus2/E [x 5 5 5 x 0] (C D E G) " - STRING_22355 "Csus2/F [3 3 0 0 1 1] (C D F G) " - STRING_22356 "Csus4/A [3 x 3 2 1 1] (C F G A) " - STRING_22357 "Csus4/A [x x 3 2 1 3] (C F G A) " - STRING_22358 "Csus4/B [x 3 3 0 0 3] (C F G B) " - STRING_22359 "Csus4/Bb [x 3 5 3 6 3] (C F G Bb) " - STRING_22360 "Csus4/D [3 3 0 0 1 1] (C D F G) " - STRING_22361 "Csus4/E [x 3 3 0 1 0] (C E F G) " - STRING_22362 "Csus4/E [x x 3 0 1 0] (C E F G) " - STRING_22363 "D or Dmaj [x 5 4 2 3 2] (D Gb A)" - STRING_22364 "D or Dmaj [x 9 7 7 x 2] (D Gb A)" - STRING_22365 "D or Dmaj [2 0 0 2 3 2] (D Gb A) " - STRING_22366 "D or Dmaj [x 0 0 2 3 2] (D Gb A) " - STRING_22367 "D or Dmaj [x 0 4 2 3 2] (D Gb A) " - STRING_22368 "D or Dmaj [x x 0 2 3 2] (D Gb A) " - STRING_22369 "D or Dmaj [x x 0 7 7 5] (D Gb A) " - STRING_22370 "D #5 or Daug [x x 0 3 3 2] (D Gb Bb) " - STRING_22371 "D/B [x 0 4 4 3 2] (D Gb A B) " - STRING_22372 "D/B [x 2 0 2 0 2] (D Gb A B) " - STRING_22373 "D/B [x 2 0 2 3 2] (D Gb A B) " - STRING_22374 "D/B [x 2 4 2 3 2] (D Gb A B) " - STRING_22375 "D/B [x x 0 2 0 2] (D Gb A B) " - STRING_22376 "D/C [x 5 7 5 7 2] (C D Gb A)" - STRING_22377 "D/C [x 0 0 2 1 2] (C D Gb A) " - STRING_22378 "D/C [x 3 x 2 3 2] (C D Gb A) " - STRING_22379 "D/C [x 5 7 5 7 5] (C D Gb A) " - STRING_22380 "D/Db [x x 0 14 14 14] (Db D Gb A) " - STRING_22381 "D/Db [x x 0 2 2 2] (Db D Gb A) " - STRING_22382 "D/E [0 0 0 2 3 2] (D E Gb A) " - STRING_22383 "D/E [0 0 4 2 3 0] (D E Gb A) " - STRING_22384 "D/E [2 x 0 2 3 0] (D E Gb A) " - STRING_22385 "D/E [x 0 2 2 3 2] (D E Gb A) " - STRING_22386 "D/E [x x 2 2 3 2] (D E Gb A) " - STRING_22387 "D/E [x 5 4 2 3 0] (D E Gb A) " - STRING_22388 "D/E [x 9 7 7 x 0] (D E Gb A) " - STRING_22389 "D/G [5 x 4 0 3 5] (D Gb G A)" - STRING_22390 "D/G [3 x 0 2 3 2] (D Gb G A) " - STRING_22391 "D5 or D(no 3rd) [5 5 7 7 x 5] (D A)" - STRING_22392 "D5 or D(no 3rd) [x 0 0 2 3 5] (D A)" - STRING_22393 "D6 [x 0 4 4 3 2] (D Gb A B) " - STRING_22394 "D6 [x 2 0 2 0 2] (D Gb A B) " - STRING_22395 "D6 [x 2 0 2 3 2] (D Gb A B) " - STRING_22396 "D6 [x 2 4 2 3 2] (D Gb A B) " - STRING_22397 "D6 [x x 0 2 0 2] (D Gb A B) " - STRING_22398 "D6/add9 or D6/9 [0 0 2 4 3 2] (D E Gb A B) " - STRING_22399 "D6/add9 or D6/9 [0 2 0 2 0 2] (D E Gb A B) " - STRING_22400 "D7 or Ddom 7 [x 5 7 5 7 2] (C D Gb A)" - STRING_22401 "D7 or Ddom 7 [x 0 0 2 1 2] (C D Gb A) " - STRING_22402 "D7 or Ddom 7 [x 3 x 2 3 2] (C D Gb A) " - STRING_22403 "D7 or Ddom 7 [x 5 7 5 7 5] (C D Gb A) " - STRING_22404 "D7sus4 [x 5 7 5 8 3] (C D G A)" - STRING_22405 "D7sus4 [x x 0 2 1 3] (C D G A) " - STRING_22406 "D9 or Ddom 9 [0 0 0 2 1 2] (C D E Gb A) " - STRING_22407 "D9 or Ddom 9 [2 x 0 2 1 0] (C D E Gb A) " - STRING_22408 "D9 or Ddom 9 [x 5 7 5 7 0] (C D E Gb A) " - STRING_22409 "D9(#5) [0 3 x 3 3 2] (C D E Gb Bb) " - STRING_22410 "Dadd9 or D2 [0 0 0 2 3 2] (D E Gb A) " - STRING_22411 "Dadd9 or D2 [0 0 4 2 3 0] (D E Gb A) " - STRING_22412 "Dadd9 or D2 [2 x 0 2 3 0] (D E Gb A) " - STRING_22413 "Dadd9 or D2 [x 0 2 2 3 2] (D E Gb A) " - STRING_22414 "Dadd9 or D2 [x x 2 2 3 2] (D E Gb A) " - STRING_22415 "Dadd9 or D2 [x 5 4 2 3 0] (D E Gb A) " - STRING_22416 "Dadd9 or D2 [x 9 7 7 x 0] (D E Gb A) " - STRING_22417 "Daug/E [2 x 4 3 3 0] (D E Gb Bb) " - STRING_22418 "Db or Dbmaj [4 4 6 6 6 4] (Db F Ab) " - STRING_22419 "Db or Dbmaj [x 4 3 1 2 1] (Db F Ab) " - STRING_22420 "Db or Dbmaj [x 4 6 6 6 4] (Db F Ab) " - STRING_22421 "Db or Dbmaj [x x 3 1 2 1] (Db F Ab) " - STRING_22422 "Db or Dbmaj [x x 6 6 6 4] (Db F Ab) " - STRING_22423 "Db #5 or Dbaug [x 0 3 2 2 1] (Db F A) " - STRING_22424 "Db #5 or Dbaug [x 0 x 2 2 1] (Db F A) " - STRING_22425 "Db b5 [x x 3 0 2 1] (Db F G) " - STRING_22426 "Db/B [x 4 3 4 0 4] (Db F Ab B) " - STRING_22427 "Db/Bb [x 1 3 1 2 1] (Db F Ab Bb) " - STRING_22428 "Db/C [x 3 3 1 2 1] (C Db F Ab) " - STRING_22429 "Db/C [x 4 6 5 6 4] (C Db F Ab) " - STRING_22430 "Db5 or Db(no 3rd)[x 4 6 6 x 4] (Db Ab)" - STRING_22431 "Db6 [x 1 3 1 2 1] (Db F Ab Bb) " - STRING_22432 "Db7 or Dbdom 7 [x 4 3 4 0 4] (Db F Ab B) " - STRING_22433 "Dbaug/D [x x 0 2 2 1] (Db D F A) " - STRING_22434 "Dbaug/G [1 0 3 0 2 1] (Db F G A) " - STRING_22435 "Dbdim/A [3 x 2 2 2 0] (Db E G A) " - STRING_22436 "Dbdim/A [x 0 2 0 2 0] (Db E G A) " - STRING_22437 "Dbdim/A [x 0 2 2 2 3] (Db E G A) " - STRING_22438 "Dbdim/B [0 2 2 0 2 0] (Db E G B) " - STRING_22439 "Dbdim/Bb [x 1 2 0 2 0] (Db E G Bb) " - STRING_22440 "Dbdim/Bb [x x 2 3 2 3] (Db E G Bb) " - STRING_22441 "Dbdim/D [3 x 0 0 2 0] (Db D E G) " - STRING_22442 "Dbdim/D [x x 0 0 2 0] (Db D E G) " - STRING_22443 "Dbdim7 [x 1 2 0 2 0] (Db E G Bb) " - STRING_22444 "Dbdim7 [x x 2 3 2 3] (Db E G Bb) " - STRING_22445 "Dbm [x 4 6 6 5 4] (Db E Ab) " - STRING_22446 "Dbm [x x 2 1 2 0] (Db E Ab) " - STRING_22447 "Dbm [x 4 6 6 x 0] (Db E Ab) " - STRING_22448 "Dbm/A [x 0 2 1 2 0] (Db E Ab A) " - STRING_22449 "Dbm/B [0 2 2 1 2 0] (Db E Ab B) " - STRING_22450 "Dbm/B [x 4 6 4 5 4] (Db E Ab B) " - STRING_22451 "Dbm7 [0 2 2 1 2 0] (Db E Ab B) " - STRING_22452 "Dbm7 [x 4 6 4 5 4] (Db E Ab B) " - STRING_22453 "Dbm7(b5) or Dbo7 [0 2 2 0 2 0] (Db E G B) " - STRING_22454 "Dbmaj7 or Db#7 [x 3 3 1 2 1] (C Db F Ab) " - STRING_22455 "Dbmaj7 or Db#7 [x 4 6 5 6 4] (C Db F Ab) " - STRING_22456 "Dbsus2 or Dbadd9(no3) [x x 6 6 4 4] (Db Eb Ab) " - STRING_22457 "Dbsus4/Bb [x x 4 3 2 4] (Db Gb Ab Bb) " - STRING_22458 "Ddim/B [x 2 0 1 0 1] (D F Ab B) " - STRING_22459 "Ddim/B [x x 0 1 0 1] (D F Ab B) " - STRING_22460 "Ddim/B [x x 3 4 3 4] (D F Ab B) " - STRING_22461 "Ddim/Bb [x 1 3 1 3 1] (D F Ab Bb) " - STRING_22462 "Ddim/Bb [x x 3 3 3 4] (D F Ab Bb) " - STRING_22463 "Ddim/C [x x 0 1 1 1] (C D F Ab) " - STRING_22464 "Ddim7 [x 2 0 1 0 1] (D F Ab B) " - STRING_22465 "Ddim7 [x x 0 1 0 1] (D F Ab B) " - STRING_22466 "Ddim7 [x x 3 4 3 4] (D F Ab B) " - STRING_22467 "Dm [x 0 0 2 3 1] (D F A) " - STRING_22468 "Dm/B [1 2 3 2 3 1] (D F A B) " - STRING_22469 "Dm/B [x 2 0 2 0 1] (D F A B) " - STRING_22470 "Dm/B [x x 0 2 0 1] (D F A B) " - STRING_22471 "Dm/Bb [1 1 3 2 3 1] (D F A Bb) " - STRING_22472 "Dm/C [x 5 7 5 6 5] (C D F A) " - STRING_22473 "Dm/C [x x 0 2 1 1] (C D F A) " - STRING_22474 "Dm/C [x x 0 5 6 5] (C D F A) " - STRING_22475 "Dm/Db [x x 0 2 2 1] (Db D F A) " - STRING_22476 "Dm/E [x x 7 7 6 0] (D E F A) " - STRING_22477 "Dm6 [1 2 3 2 3 1] (D F A B) " - STRING_22478 "Dm6 [x 2 0 2 0 1] (D F A B) " - STRING_22479 "Dm6 [x x 0 2 0 1] (D F A B) " - STRING_22480 "Dm6 [10 x 9 10 10 10] (D B F A D) " - STRING_22481 "Dm7 [x 5 7 5 6 5] (C D F A) " - STRING_22482 "Dm7 [x x 0 2 1 1] (C D F A) " - STRING_22483 "Dm7 [x x 0 5 6 5] (C D F A) " - STRING_22484 "Dm7(b5) or Do7 [x x 0 1 1 1] (C D F Ab) " - STRING_22485 "Dm7/add11 or Dm7/11 [3 x 0 2 1 1] (C D F G A) " - STRING_22486 "Dmaj7 or D#7 [x x 0 14 14 14] (Db D Gb A) " - STRING_22487 "Dmaj7 or D#7 [x x 0 2 2 2] (Db D Gb A) " - STRING_22488 "Dmin/maj7 [x x 0 2 2 1] (Db D F A) " - STRING_22489 "Dsus or Dsus4 [5 x 0 0 3 5] (D G A)" - STRING_22490 "Dsus or Dsus4 [3 0 0 0 3 3] (D G A) " - STRING_22491 "Dsus or Dsus4 [x 0 0 0 3 3] (D G A) " - STRING_22492 "Dsus or Dsus4 [x x 0 2 3 3] (D G A) " - STRING_22493 "Dsus2 or Dadd9(no3)[5 5 7 7 x 0] (D E A)" - STRING_22494 "Dsus2 or Dadd9(no3)[x 0 0 2 3 0] (D E A)" - STRING_22495 "Dsus2 or Dadd9(no3)[0 0 2 2 3 0] (D E A) " - STRING_22496 "Dsus2 or Dadd9(no3)[x 0 2 2 3 0] (D E A) " - STRING_22497 "Dsus2 or Dadd9(no3)[x x 0 2 3 0] (D E A) " - STRING_22498 "Dsus2/Ab [4 x 0 2 3 0] (D E Ab A) " - STRING_22499 "Dsus2/B [0 2 0 2 0 0] (D E A B) " - STRING_22500 "Dsus2/B [x 2 0 2 3 0] (D E A B) " - STRING_22501 "Dsus2/Bb [0 1 x 2 3 0] (D E A Bb) " - STRING_22502 "Dsus2/C [x x 0 2 1 0] (C D E A) " - STRING_22503 "Dsus2/C [x x 0 5 5 5] (C D E A) " - STRING_22504 "Dsus2/Db [x 0 0 2 2 0] (Db D E A) " - STRING_22505 "Dsus2/Db [x x 0 2 2 0] (Db D E A) " - STRING_22506 "Dsus2/Db [x x 0 6 5 5] (Db D E A) " - STRING_22507 "Dsus2/Db [x x 0 9 10 9] (Db D E A) " - STRING_22508 "Dsus2/F [x x 7 7 6 0] (D E F A) " - STRING_22509 "Dsus2/G [x 0 2 0 3 0] (D E G A) " - STRING_22510 "Dsus2/G [x 0 2 0 3 3] (D E G A) " - STRING_22511 "Dsus2/G [x 0 2 2 3 3] (D E G A) " - STRING_22512 "Dsus2/G [5 x 0 0 3 0] (D E G A) " - STRING_22513 "Dsus2/G [x 0 0 0 x 0] (D E G A) " - STRING_22514 "Dsus2/Gb [0 0 0 2 3 2] (D E Gb A) " - STRING_22515 "Dsus2/Gb [0 0 4 2 3 0] (D E Gb A) " - STRING_22516 "Dsus2/Gb [2 x 0 2 3 0] (D E Gb A) " - STRING_22517 "Dsus2/Gb [x 0 2 2 3 2] (D E Gb A) " - STRING_22518 "Dsus2/Gb [x x 2 2 3 2] (D E Gb A) " - STRING_22519 "Dsus2/Gb [x 5 4 2 3 0] (D E Gb A) " - STRING_22520 "Dsus2/Gb [x 9 7 7 x 0] (D E Gb A) " - STRING_22521 "Dsus4/B [3 0 0 0 0 3] (D G A B) " - STRING_22522 "Dsus4/B [3 2 0 2 0 3] (D G A B) " - STRING_22523 "Dsus4/C [x 5 7 5 8 3] (C D G A)" - STRING_22524 "Dsus4/C [x x 0 2 1 3] (C D G A) " - STRING_22525 "Dsus4/E [x 0 2 0 3 0] (D E G A) " - STRING_22526 "Dsus4/E [x 0 2 0 3 3] (D E G A) " - STRING_22527 "Dsus4/E [x 0 2 2 3 3] (D E G A) " - STRING_22528 "Dsus4/E [5 x 0 0 3 0] (D E G A) " - STRING_22529 "Dsus4/E [x 0 0 0 x 0] (D E G A) " - STRING_22530 "Dsus4/Gb [5 x 4 0 3 5] (D Gb G A)" - STRING_22531 "Dsus4/Gb [3 x 0 2 3 2] (D Gb G A) " - STRING_22532 "E or Emaj [0 2 2 1 0 0] (E Ab B) " - STRING_22533 "E or Emaj [x 7 6 4 5 0] (E Ab B) " - STRING_22534 "E #5 or Eaug [x 3 2 1 1 0] (C E Ab) " - STRING_22535 "E/A [x 0 2 1 0 0] (E Ab A B) " - STRING_22536 "E/D [0 2 0 1 0 0] (D E Ab B) " - STRING_22537 "E/D [0 2 2 1 3 0] (D E Ab B) " - STRING_22538 "E/D [x 2 0 1 3 0] (D E Ab B) " - STRING_22539 "E/D [x x 0 1 0 0] (D E Ab B) " - STRING_22540 "E/Db [0 2 2 1 2 0] (Db E Ab B) " - STRING_22541 "E/Db [x 4 6 4 5 4] (Db E Ab B) " - STRING_22542 "E/Eb [0 2 1 1 0 0] (Eb E Ab B) " - STRING_22543 "E/Eb [0 x 6 4 4 0] (Eb E Ab B) " - STRING_22544 "E/Eb [x x 1 1 0 0] (Eb E Ab B) " - STRING_22545 "E/Gb [0 2 2 1 0 2] (E Gb Ab B) " - STRING_22546 "E/Gb [0 x 4 1 0 0] (E Gb Ab B) " - STRING_22547 "E/Gb [2 2 2 1 0 0] (E Gb Ab B) " - STRING_22548 "E11/b9 [0 0 3 4 3 4] (D E F Ab A B) " - STRING_22549 "E5 or E(no 3rd) [0 2 x x x 0] (E B) " - STRING_22550 "E5 or E(no 3rd) [x 7 9 9 x 0] (E B) " - STRING_22551 "E6 [0 2 2 1 2 0] (Db E Ab B) " - STRING_22552 "E6 [x 4 6 4 5 4] (Db E Ab B) " - STRING_22553 "E7 or Edom 7 [0 2 0 1 0 0] (D E Ab B) " - STRING_22554 "E7 or Edom 7 [0 2 2 1 3 0] (D E Ab B) " - STRING_22555 "E7 or Edom 7 [x 2 0 1 3 0] (D E Ab B) " - STRING_22556 "E7 or Edom 7 [x x 0 1 0 0] (D E Ab B) " - STRING_22557 "E7/add11 or E7/11 [x 0 0 1 0 0] (D E Ab A B) " - STRING_22558 "E7/b9(b5) [0 1 3 1 3 1] (D E F Ab Bb) " - STRING_22559 "E7sus4 [0 2 0 2 0 0] (D E A B) " - STRING_22560 "E9 or Edom 9 [0 2 0 1 0 2] (D E Gb Ab B) " - STRING_22561 "E9 or Edom 9 [2 2 0 1 0 0] (D E Gb Ab B) " - STRING_22562 "Eadd9 or E2 [0 2 2 1 0 2] (E Gb Ab B) " - STRING_22563 "Eadd9 or E2 [0 x 4 1 0 0] (E Gb Ab B) " - STRING_22564 "Eadd9 or E2 [2 2 2 1 0 0] (E Gb Ab B) " - STRING_22565 "Eb or Ebmaj [x 1 1 3 4 3] (Eb G Bb) " - STRING_22566 "Eb or Ebmaj [x x 1 3 4 3] (Eb G Bb) " - STRING_22567 "Eb or Ebmaj [x x 5 3 4 3] (Eb G Bb) " - STRING_22568 "Eb #5 or Ebaug [3 2 1 0 0 3] (Eb G B) " - STRING_22569 "Eb #5 or Ebaug [3 x 1 0 0 3] (Eb G B) " - STRING_22570 "Eb/C [x 3 5 3 4 3] (C Eb G Bb) " - STRING_22571 "Eb/D [x 6 8 7 8 6] (D Eb G Bb) " - STRING_22572 "Eb/Db [x 1 1 3 2 3] (Db Eb G Bb) " - STRING_22573 "Eb/Db [x 6 8 6 8 6] (Db Eb G Bb) " - STRING_22574 "Eb/Db [x x 1 3 2 3] (Db Eb G Bb) " - STRING_22575 "Eb/E [x x 5 3 4 0] (Eb E G Bb) " - STRING_22576 "Eb5 or Eb(no 3rd)[x 6 8 8 x 6] (Eb Bb)" - STRING_22577 "Eb6 [x 3 5 3 4 3] (C Eb G Bb) " - STRING_22578 "Eb7 or Ebdom 7 [x 1 1 3 2 3] (Db Eb G Bb) " - STRING_22579 "Eb7 or Ebdom 7 [x 6 8 6 8 6] (Db Eb G Bb) " - STRING_22580 "Eb7 or Ebdom 7 [x x 1 3 2 3] (Db Eb G Bb) " - STRING_22581 "Ebaug/E [3 x 1 0 0 0] (Eb E G B) " - STRING_22582 "Ebaug/E [x x 1 0 0 0] (Eb E G B) " - STRING_22583 "Ebdim/B [2 x 1 2 0 2] (Eb Gb A B) " - STRING_22584 "Ebdim/B [x 0 1 2 0 2] (Eb Gb A B) " - STRING_22585 "Ebdim/B [x 2 1 2 0 2] (Eb Gb A B) " - STRING_22586 "Ebdim/B [x 2 4 2 4 2] (Eb Gb A B) " - STRING_22587 "Ebdim/C [x x 1 2 1 2] (C Eb Gb A) " - STRING_22588 "Ebdim7 [x x 1 2 1 2] (C Eb Gb A) " - STRING_22589 "Ebm [x x 4 3 4 2] (Eb Gb Bb) " - STRING_22590 "Ebm/Db [x x 1 3 2 2] (Db Eb Gb Bb) " - STRING_22591 "Ebm7 [x x 1 3 2 2] (Db Eb Gb Bb) " - STRING_22592 "Ebmaj7 or Eb#7 [x 6 8 7 8 6] (D Eb G Bb) " - STRING_22593 "Ebsus2/Ab [x 1 3 1 4 1] (Eb F Ab Bb) " - STRING_22594 "Ebsus4/F [x 1 3 1 4 1] (Eb F Ab Bb) " - STRING_22595 "Edim/C [x 3 5 3 5 3] (C E G Bb) " - STRING_22596 "Edim/D [3 x 0 3 3 0] (D E G Bb) " - STRING_22597 "Edim/Db [x 1 2 0 2 0] (Db E G Bb) " - STRING_22598 "Edim/Db [x x 2 3 2 3] (Db E G Bb) " - STRING_22599 "Edim/Eb [x x 5 3 4 0] (Eb E G Bb) " - STRING_22600 "Edim7 [x 1 2 0 2 0] (Db E G Bb) " - STRING_22601 "Edim7 [x x 2 3 2 3] (Db E G Bb) " - STRING_22602 "Em [0 2 2 0 0 0] (E G B) " - STRING_22603 "Em [3 x 2 0 0 0] (E G B) " - STRING_22604 "Em [x 2 5 x x 0] (E G B) " - STRING_22605 "Em/A [3 x 2 2 0 0] (E G A B) " - STRING_22606 "Em/A [x 0 2 0 0 0] (E G A B) " - STRING_22607 "Em/A [x 0 5 4 5 0] (E G A B) " - STRING_22608 "Em/C [0 3 2 0 0 0] (C E G B) " - STRING_22609 "Em/C [x 2 2 0 1 0] (C E G B) " - STRING_22610 "Em/C [x 3 5 4 5 3] (C E G B) " - STRING_22611 "Em/D [0 2 0 0 0 0] (D E G B) " - STRING_22612 "Em/D [0 2 0 0 3 0] (D E G B) " - STRING_22613 "Em/D [0 2 2 0 3 0] (D E G B) " - STRING_22614 "Em/D [0 2 2 0 3 3] (D E G B) " - STRING_22615 "Em/D [x x 0 12 12 12] (D E G B) " - STRING_22616 "Em/D [x x 0 9 8 7] (D E G B) " - STRING_22617 "Em/D [x x 2 4 3 3] (D E G B) " - STRING_22618 "Em/D [0 x 0 0 0 0] (D E G B) " - STRING_22619 "Em/D [x 10 12 12 12 0] (D E G B) " - STRING_22620 "Em/Db [0 2 2 0 2 0] (Db E G B) " - STRING_22621 "Em/Eb [3 x 1 0 0 0] (Eb E G B) " - STRING_22622 "Em/Eb [x x 1 0 0 0] (Eb E G B) " - STRING_22623 "Em/Gb [0 2 2 0 0 2] (E Gb G B) " - STRING_22624 "Em/Gb [0 2 4 0 0 0] (E Gb G B) " - STRING_22625 "Em/Gb [0 x 4 0 0 0] (E Gb G B) " - STRING_22626 "Em/Gb [2 2 2 0 0 0] (E Gb G B) " - STRING_22627 "Em6 [0 2 2 0 2 0] (Db E G B) " - STRING_22628 "Em6 [12 x 11 12 12 12] (E Db G B E) " - STRING_22629 "Em7 [0 2 0 0 0 0] (D E G B) " - STRING_22630 "Em7 [0 2 0 0 3 0] (D E G B) " - STRING_22631 "Em7 [0 2 2 0 3 0] (D E G B) " - STRING_22632 "Em7 [0 2 2 0 3 3] (D E G B) " - STRING_22633 "Em7 [x x 0 0 0 0] (D E G B) " - STRING_22634 "Em7 [x x 0 12 12 12] (D E G B) " - STRING_22635 "Em7 [x x 0 9 8 7] (D E G B) " - STRING_22636 "Em7 [x x 2 4 3 3] (D E G B) " - STRING_22637 "Em7 [0 x 0 0 0 0] (D E G B) " - STRING_22638 "Em7 [x 10 12 12 12 0] (D E G B) " - STRING_22639 "Em7(b5) or Eo7 [3 x 0 3 3 0] (D E G Bb) " - STRING_22640 "Em7/add11 or Em7/11 [0 0 0 0 0 0] (D E G A B) " - STRING_22641 "Em7/add11 or Em7/11 [0 0 0 0 0 3] (D E G A B) " - STRING_22642 "Em7/add11 or Em7/11 [3 x 0 2 0 0] (D E G A B) " - STRING_22643 "Em9 [0 2 0 0 0 2] (D E Gb G B) " - STRING_22644 "Em9 [0 2 0 0 3 2] (D E Gb G B) " - STRING_22645 "Em9 [2 2 0 0 0 0] (D E Gb G B) " - STRING_22646 "Emaj7 or E#7 [0 2 1 1 0 0] (Eb E Ab B) " - STRING_22647 "Emaj7 or E#7 [0 x 6 4 4 0] (Eb E Ab B) " - STRING_22648 "Emaj7 or E#7 [x x 1 1 0 0] (Eb E Ab B) " - STRING_22649 "Emaj9 or E9(#7) [0 2 1 1 0 2] (Eb E Gb Ab B) " - STRING_22650 "Emaj9 or E9(#7) [4 x 4 4 4 0] (Eb E Gb Ab B) " - STRING_22651 "Emin/maj7 [3 x 1 0 0 0] (Eb E G B) " - STRING_22652 "Emin/maj7 [x x 1 0 0 0] (Eb E G B) " - STRING_22653 "Emin/maj9 [0 6 4 0 0 0] (Eb E Gb G B) " - STRING_22654 "Esus or Esus4 [0 0 2 2 0 0] (E A B) " - STRING_22655 "Esus or Esus4 [0 0 2 4 0 0] (E A B) " - STRING_22656 "Esus or Esus4 [0 2 2 2 0 0] (E A B) " - STRING_22657 "Esus or Esus4 [x 0 2 2 0 0] (E A B) " - STRING_22658 "Esus or Esus4 [x x 2 2 0 0] (E A B) " - STRING_22659 "Esus2 or Eadd9(no3)[7 9 9 x x 0] (E Gb B)" - STRING_22660 "Esus2 or Eadd9(no3)[x 2 4 4 x 0] (E Gb B)" - STRING_22661 "Esus2/A [x 0 4 4 0 0] (E Gb A B) " - STRING_22662 "Esus2/A [x 2 4 2 5 2] (E Gb A B) " - STRING_22663 "Esus2/Ab [0 2 2 1 0 2] (E Gb Ab B) " - STRING_22664 "Esus2/Ab [0 x 4 1 0 0] (E Gb Ab B) " - STRING_22665 "Esus2/Ab [2 2 2 1 0 0] (E Gb Ab B) " - STRING_22666 "Esus2/Db [x 4 4 4 x 0] (Db E Gb B) " - STRING_22667 "Esus2/Eb [x 2 2 4 4 2] (Eb E Gb B) " - STRING_22668 "Esus2/Eb [x x 4 4 4 0] (Eb E Gb B) " - STRING_22669 "Esus2/G [0 2 2 0 0 2] (E Gb G B) " - STRING_22670 "Esus2/G [0 2 4 0 0 0] (E Gb G B) " - STRING_22671 "Esus2/G [0 x 4 0 0 0] (E Gb G B) " - STRING_22672 "Esus2/G [2 2 2 0 0 0] (E Gb G B) " - STRING_22673 "Esus4/Ab [x 0 2 1 0 0] (E Ab A B) " - STRING_22674 "Esus4/C [0 0 7 5 0 0] (C E A B) " - STRING_22675 "Esus4/C [x 3 2 2 0 0] (C E A B) " - STRING_22676 "Esus4/D [0 2 0 2 0 0] (D E A B) " - STRING_22677 "Esus4/D [x 2 0 2 3 0] (D E A B) " - STRING_22678 "Esus4/Db [0 0 2 4 2 0] (Db E A B) " - STRING_22679 "Esus4/Db [x 0 7 6 0 0] (Db E A B) " - STRING_22680 "Esus4/Eb [x 2 1 2 0 0] (Eb E A B) " - STRING_22681 "Esus4/F [0 0 3 2 0 0] (E F A B) " - STRING_22682 "Esus4/G [x 0 2 0 0 0] (E G A B) " - STRING_22683 "Esus4/G [x 0 5 4 5 0] (E G A B) " - STRING_22684 "Esus4/Gb [x 0 4 4 0 0] (E Gb A B) " - STRING_22685 "Esus4/Gb [x 2 4 2 5 2] (E Gb A B) " - STRING_22686 "F or Fmaj [1 3 3 2 1 1] (C F A) " - STRING_22687 "F or Fmaj [x 0 3 2 1 1] (C F A) " - STRING_22688 "F or Fmaj [x 3 3 2 1 1] (C F A) " - STRING_22689 "F or Fmaj [x x 3 2 1 1] (C F A) " - STRING_22690 "F #5 or Faug [x 0 3 2 2 1] (Db F A) " - STRING_22691 "F #5 or Faug [x 0 x 2 2 1] (Db F A) " - STRING_22692 "F/D [x 5 7 5 6 5] (C D F A) " - STRING_22693 "F/D [x x 0 2 1 1] (C D F A) " - STRING_22694 "F/D [x x 0 5 6 5] (C D F A) " - STRING_22695 "F/E [0 0 3 2 1 0] (C E F A) " - STRING_22696 "F/E [1 3 3 2 1 0] (C E F A) " - STRING_22697 "F/E [1 x 2 2 1 0] (C E F A) " - STRING_22698 "F/E [x x 2 2 1 1] (C E F A) " - STRING_22699 "F/E [x x 3 2 1 0] (C E F A) " - STRING_22700 "F/Eb [x x 1 2 1 1] (C Eb F A) " - STRING_22701 "F/Eb [x x 3 5 4 5] (C Eb F A) " - STRING_22702 "F/G [3 x 3 2 1 1] (C F G A) " - STRING_22703 "F/G [x x 3 2 1 3] (C F G A) " - STRING_22704 "F5 or F(no 3rd) [1 3 3 x x 1] (C F)" - STRING_22705 "F5 or F(no 3rd) [x 8 10 x x 1] (C F)" - STRING_22706 "F6 [x 5 7 5 6 5] (C D F A) " - STRING_22707 "F6 [x x 0 2 1 1] (C D F A) " - STRING_22708 "F6 [x x 0 5 6 5] (C D F A) " - STRING_22709 "F6/add9 or F6/9 [3 x 0 2 1 1] (C D F G A) " - STRING_22710 "F7 or Fdom 7 [x x 1 2 1 1] (C Eb F A) " - STRING_22711 "F7 or Fdom 7 [x x 3 5 4 5] (C Eb F A) " - STRING_22712 "Fadd9 or F2 [3 x 3 2 1 1] (C F G A) " - STRING_22713 "Fadd9 or F2 [x x 3 2 1 3] (C F G A) " - STRING_22714 "Faug/D [x x 0 2 2 1] (Db D F A) " - STRING_22715 "Faug/G [1 0 3 0 2 1] (Db F G A) " - STRING_22716 "Fdim/D [x 2 0 1 0 1] (D F Ab B) " - STRING_22717 "Fdim/D [x x 0 1 0 1] (D F Ab B) " - STRING_22718 "Fdim/D [x x 3 4 3 4] (D F Ab B) " - STRING_22719 "Fdim/Db [x 4 3 4 0 4] (Db F Ab B) " - STRING_22720 "Fdim7 [x 2 0 1 0 1] (D F Ab B) " - STRING_22721 "Fdim7 [x x 0 1 0 1] (D F Ab B) " - STRING_22722 "Fdim7 [x x 3 4 3 4] (D F Ab B) " - STRING_22723 "Fm [x 3 3 1 1 1] (C F Ab) " - STRING_22724 "Fm [x x 3 1 1 1] (C F Ab) " - STRING_22725 "Fm/D [x x 0 1 1 1] (C D F Ab) " - STRING_22726 "Fm/Db [x 3 3 1 2 1] (C Db F Ab) " - STRING_22727 "Fm/Db [x 4 6 5 6 4] (C Db F Ab) " - STRING_22728 "Fm/Eb [x 8 10 8 9 8] (C Eb F Ab) " - STRING_22729 "Fm/Eb [x x 1 1 1 1] (C Eb F Ab) " - STRING_22730 "Fm6 [x x 0 1 1 1] (C D F Ab) " - STRING_22731 "Fm6 [1 x 0 1 1 1] (F D Ab C F) " - STRING_22732 "Fm7 [x 8 10 8 9 8] (C Eb F Ab) " - STRING_22733 "Fm7 [x x 1 1 1 1] (C Eb F Ab) " - STRING_22734 "Fmaj7 or F#7 [0 0 3 2 1 0] (C E F A) " - STRING_22735 "Fmaj7 or F#7 [1 3 3 2 1 0] (C E F A) " - STRING_22736 "Fmaj7 or F#7 [1 x 2 2 1 0] (C E F A) " - STRING_22737 "Fmaj7 or F#7 [x x 2 2 1 1] (C E F A) " - STRING_22738 "Fmaj7 or F#7 [x x 3 2 1 0] (C E F A) " - STRING_22739 "Fmaj7/#11 [0 2 3 2 1 0] (C E F A B) " - STRING_22740 "Fmaj7/#11 [1 3 3 2 0 0] (C E F A B) " - STRING_22741 "Fmaj9 or F9(#7) [0 0 3 0 1 3] (C E F G A) " - STRING_22742 "Fsus or Fsus4 [x x 3 3 1 1] (C F Bb) " - STRING_22743 "Fsus2 or Fadd9(no3)[x 3 3 0 1 1] (C F G) " - STRING_22744 "Fsus2 or Fadd9(no3)[x x 3 0 1 1] (C F G) " - STRING_22745 "Fsus2/A [3 x 3 2 1 1] (C F G A) " - STRING_22746 "Fsus2/A [x x 3 2 1 3] (C F G A) " - STRING_22747 "Fsus2/B [x 3 3 0 0 3] (C F G B) " - STRING_22748 "Fsus2/Bb [x 3 5 3 6 3] (C F G Bb) " - STRING_22749 "Fsus2/D [3 3 0 0 1 1] (C D F G) " - STRING_22750 "Fsus2/E [x 3 3 0 1 0] (C E F G) " - STRING_22751 "Fsus2/E [x x 3 0 1 0] (C E F G) " - STRING_22752 "Fsus4/G [x 3 5 3 6 3] (C F G Bb) " - STRING_22753 "G or Gmaj [x 10 12 12 12 10] (D G B)" - STRING_22754 "G or Gmaj [3 2 0 0 0 3] (D G B) " - STRING_22755 "G or Gmaj [3 2 0 0 3 3] (D G B) " - STRING_22756 "G or Gmaj [3 5 5 4 3 3] (D G B) " - STRING_22757 "G or Gmaj [3 x 0 0 0 3] (D G B) " - STRING_22758 "G or Gmaj [x 5 5 4 3 3] (D G B) " - STRING_22759 "G or Gmaj [x x 0 4 3 3] (D G B) " - STRING_22760 "G or Gmaj [x x 0 7 8 7] (D G B) " - STRING_22761 "G #5 or Gaug [3 2 1 0 0 3] (Eb G B) " - STRING_22762 "G #5 or Gaug [3 x 1 0 0 3] (Eb G B) " - STRING_22763 "G/A [3 0 0 0 0 3] (D G A B) " - STRING_22764 "G/A [3 2 0 2 0 3] (D G A B) " - STRING_22765 "G/C [3 3 0 0 0 3] (C D G B) " - STRING_22766 "G/C [x 3 0 0 0 3] (C D G B) " - STRING_22767 "G/E [0 2 0 0 0 0] (D E G B) " - STRING_22768 "G/E [0 2 0 0 3 0] (D E G B) " - STRING_22769 "G/E [0 2 2 0 3 0] (D E G B) " - STRING_22770 "G/E [0 2 2 0 3 3] (D E G B) " - STRING_22771 "G/E [x x 0 12 12 12] (D E G B) " - STRING_22772 "G/E [x x 0 9 8 7] (D E G B) " - STRING_22773 "G/E [x x 2 4 3 3] (D E G B) " - STRING_22774 "G/E [0 x 0 0 0 0] (D E G B) " - STRING_22775 "G/E [x 10 12 12 12 0] (D E G B) " - STRING_22776 "G/F [1 x 0 0 0 3] (D F G B) " - STRING_22777 "G/F [3 2 0 0 0 1] (D F G B) " - STRING_22778 "G/F [x x 0 0 0 1] (D F G B) " - STRING_22779 "G/Gb [2 2 0 0 0 3] (D Gb G B) " - STRING_22780 "G/Gb [2 2 0 0 3 3] (D Gb G B) " - STRING_22781 "G/Gb [3 2 0 0 0 2] (D Gb G B) " - STRING_22782 "G/Gb [x x 4 4 3 3] (D Gb G B) " - STRING_22783 "G5 or G(no 3rd) [3 5 5 x x 3] (D G)" - STRING_22784 "G5 or G(no 3rd) [3 x 0 0 3 3] (D G) " - STRING_22785 "G6 [0 2 0 0 0 0] (D E G B) " - STRING_22786 "G6 [0 2 0 0 3 0] (D E G B) " - STRING_22787 "G6 [0 2 2 0 3 0] (D E G B) " - STRING_22788 "G6 [0 2 2 0 3 3] (D E G B) " - STRING_22789 "G6 [x x 0 12 12 12] (D E G B) " - STRING_22790 "G6 [x x 0 9 8 7] (D E G B) " - STRING_22791 "G6 [x x 2 4 3 3] (D E G B) " - STRING_22792 "G6 [0 x 0 0 0 0] (D E G B) " - STRING_22793 "G6 [x 10 12 12 12 0] (D E G B) " - STRING_22794 "G6/add9 or G6/9 [0 0 0 0 0 0] (D E G A B) " - STRING_22795 "G6/add9 or G6/9 [0 0 0 0 0 3] (D E G A B) " - STRING_22796 "G6/add9 or G6/9 [3 x 0 2 0 0] (D E G A B) " - STRING_22797 "G7 or Gdom 7 [1 x 0 0 0 3] (D F G B) " - STRING_22798 "G7 or Gdom 7 [3 2 0 0 0 1] (D F G B) " - STRING_22799 "G7 or Gdom 7 [x x 0 0 0 1] (D F G B) " - STRING_22800 "G7/add11 or G7/11 [x 3 0 0 0 1] (C D F G B) " - STRING_22801 "G7sus4 [3 3 0 0 1 1] (C D F G) " - STRING_22802 "G9 or Gdom 9 [x 0 0 0 0 1] (D F G A B) " - STRING_22803 "G9 or Gdom 9 [x 2 3 2 3 3] (D F G A B) " - STRING_22804 "Gadd9 or G2 [3 0 0 0 0 3] (D G A B) " - STRING_22805 "Gadd9 or G2 [3 2 0 2 0 3] (D G A B) " - STRING_22806 "Gaug/E [3 x 1 0 0 0] (Eb E G B) " - STRING_22807 "Gaug/E [x x 1 0 0 0] (Eb E G B) " - STRING_22808 "Gb or Gbmaj [2 4 4 3 2 2] (Db Gb Bb) " - STRING_22809 "Gb or Gbmaj [x 4 4 3 2 2] (Db Gb Bb) " - STRING_22810 "Gb or Gbmaj [x x 4 3 2 2] (Db Gb Bb) " - STRING_22811 "Gb #5 or Gbaug [x x 0 3 3 2] (D Gb Bb) " - STRING_22812 "Gb/Ab [x x 4 3 2 4] (Db Gb Ab Bb) " - STRING_22813 "Gb/E [2 4 2 3 2 2] (Db E Gb Bb) " - STRING_22814 "Gb/E [x x 4 3 2 0] (Db E Gb Bb) " - STRING_22815 "Gb/Eb [x x 1 3 2 2] (Db Eb Gb Bb) " - STRING_22816 "Gb/F [x x 3 3 2 2] (Db F Gb Bb) " - STRING_22817 "Gb6 [x x 1 3 2 2] (Db Eb Gb Bb) " - STRING_22818 "Gb7 or Gbdom 7 [2 4 2 3 2 2] (Db E Gb Bb) " - STRING_22819 "Gb7 or Gbdom 7 [x x 4 3 2 0] (Db E Gb Bb) " - STRING_22820 "Gb7(#5) [2 x 4 3 3 0] (D E Gb Bb) " - STRING_22821 "Gb7/#9 [x 0 4 3 2 0] (Db E Gb A Bb) " - STRING_22822 "Gb7sus4 [x 4 4 4 x 0] (Db E Gb B) " - STRING_22823 "Gbadd9 or Gb2 [x x 4 3 2 4] (Db Gb Ab Bb) " - STRING_22824 "Gbaug/E [2 x 4 3 3 0] (D E Gb Bb) " - STRING_22825 "Gbdim/D [x 5 7 5 7 2] (C D Gb A)" - STRING_22826 "Gbdim/D [x 0 0 2 1 2] (C D Gb A) " - STRING_22827 "Gbdim/D [x 3 x 2 3 2] (C D Gb A) " - STRING_22828 "Gbdim/D [x 5 7 5 7 5] (C D Gb A) " - STRING_22829 "Gbdim/E [x 0 2 2 1 2] (C E Gb A) " - STRING_22830 "Gbdim/E [x x 2 2 1 2] (C E Gb A) " - STRING_22831 "Gbdim/Eb [x x 1 2 1 2] (C Eb Gb A) " - STRING_22832 "Gbdim7 [x x 1 2 1 2] (C Eb Gb A) " - STRING_22833 "Gbm [2 4 4 2 2 2] (Db Gb A) " - STRING_22834 "Gbm [x 4 4 2 2 2] (Db Gb A) " - STRING_22835 "Gbm [x x 4 2 2 2] (Db Gb A) " - STRING_22836 "Gbm/D [x x 0 14 14 14] (Db D Gb A) " - STRING_22837 "Gbm/D [x x 0 2 2 2] (Db D Gb A) " - STRING_22838 "Gbm/E [0 0 2 2 2 2] (Db E Gb A) " - STRING_22839 "Gbm/E [0 x 4 2 2 0] (Db E Gb A) " - STRING_22840 "Gbm/E [2 x 2 2 2 0] (Db E Gb A) " - STRING_22841 "Gbm/E [x 0 4 2 2 0] (Db E Gb A) " - STRING_22842 "Gbm/E [x x 2 2 2 2] (Db E Gb A) " - STRING_22843 "Gbm7 [0 0 2 2 2 2] (Db E Gb A) " - STRING_22844 "Gbm7 [0 x 4 2 2 0] (Db E Gb A) " - STRING_22845 "Gbm7 [2 x 2 2 2 0] (Db E Gb A) " - STRING_22846 "Gbm7 [x 0 4 2 2 0] (Db E Gb A) " - STRING_22847 "Gbm7 [x x 2 2 2 2] (Db E Gb A) " - STRING_22848 "Gbm7(b5) or Gbo7 [x 0 2 2 1 2] (C E Gb A) " - STRING_22849 "Gbm7(b5) or Gbo7 [x x 2 2 1 2] (C E Gb A) " - STRING_22850 "Gbm7/b9 [0 0 2 0 2 2] (Db E Gb G A) " - STRING_22851 "Gbmaj7 or Gb#7 [x x 3 3 2 2] (Db F Gb Bb) " - STRING_22852 "Gbsus or Gbsus4 [x 4 4 4 2 2] (Db Gb B) " - STRING_22853 "Gbsus2/Bb [x x 4 3 2 4] (Db Gb Ab Bb) " - STRING_22854 "Gbsus4/E [x 4 4 4 x 0] (Db E Gb B) " - STRING_22855 "Gdim/E [x 1 2 0 2 0] (Db E G Bb) " - STRING_22856 "Gdim/E [x x 2 3 2 3] (Db E G Bb) " - STRING_22857 "Gdim/Eb [x 1 1 3 2 3] (Db Eb G Bb) " - STRING_22858 "Gdim/Eb [x 6 8 6 8 6] (Db Eb G Bb) " - STRING_22859 "Gdim/Eb [x x 1 3 2 3] (Db Eb G Bb) " - STRING_22860 "Gdim7 [x 1 2 0 2 0] (Db E G Bb) " - STRING_22861 "Gdim7 [x x 2 3 2 3] (Db E G Bb) " - STRING_22862 "Gm [3 5 5 3 3 3] (D G Bb) " - STRING_22863 "Gm [x x 0 3 3 3] (D G Bb) " - STRING_22864 "Gm/E [3 x 0 3 3 0] (D E G Bb) " - STRING_22865 "Gm/Eb [x 6 8 7 8 6] (D Eb G Bb) " - STRING_22866 "Gm/F [3 5 3 3 3 3] (D F G Bb) " - STRING_22867 "Gm/F [x x 3 3 3 3] (D F G Bb) " - STRING_22868 "Gm13 [0 0 3 3 3 3] (D E F G A Bb) " - STRING_22869 "Gm6 [3 x 0 3 3 0] (D E G Bb) " - STRING_22870 "Gm6 [3 x 2 3 3 3] (G E Bb D G) " - STRING_22871 "Gm7 [3 5 3 3 3 3] (D F G Bb) " - STRING_22872 "Gm7 [x x 3 3 3 3] (D F G Bb) " - STRING_22873 "Gm7/add11 or Gm7/11 [x 3 3 3 3 3] (C D F G Bb) " - STRING_22874 "Gm9 [3 5 3 3 3 5] (D F G A Bb) " - STRING_22875 "Gmaj7 or G#7 [2 2 0 0 0 3] (D Gb G B) " - STRING_22876 "Gmaj7 or G#7 [2 2 0 0 3 3] (D Gb G B) " - STRING_22877 "Gmaj7 or G#7 [3 2 0 0 0 2] (D Gb G B) " - STRING_22878 "Gmaj7 or G#7 [x x 4 4 3 3] (D Gb G B) " - STRING_22879 "Gsus or Gsus4 [x 10 12 12 13 3] (C D G)" - STRING_22880 "Gsus or Gsus4 [x 3 0 0 3 3] (C D G) " - STRING_22881 "Gsus or Gsus4 [x 3 5 5 3 3] (C D G) " - STRING_22882 "Gsus or Gsus4 [x 5 5 5 3 3] (C D G) " - STRING_22883 "Gsus2 or Gadd9(no3)[5 x 0 0 3 5] (D G A)" - STRING_22884 "Gsus2 or Gadd9(no3)[3 0 0 0 3 3] (D G A) " - STRING_22885 "Gsus2 or Gadd9(no3)[x 0 0 0 3 3] (D G A) " - STRING_22886 "Gsus2 or Gadd9(no3)[x x 0 2 3 3] (D G A) " - STRING_22887 "Gsus2/B [3 0 0 0 0 3] (D G A B) " - STRING_22888 "Gsus2/B [3 2 0 2 0 3] (D G A B) " - STRING_22889 "Gsus2/C [x 5 7 5 8 3] (C D G A)" - STRING_22890 "Gsus2/C [x x 0 2 1 3] (C D G A) " - STRING_22891 "Gsus2/E [x 0 2 0 3 0] (D E G A) " - STRING_22892 "Gsus2/E [x 0 2 0 3 3] (D E G A) " - STRING_22893 "Gsus2/E [x 0 2 2 3 3] (D E G A) " - STRING_22894 "Gsus2/E [5 0 0 0 3 0] (D E G A) " - STRING_22895 "Gsus2/Gb [5 x 4 0 3 5] (D Gb G A)" - STRING_22896 "Gsus2/Gb [3 x 0 2 3 2] (D Gb G A) " - STRING_22897 "Gsus4/A [x 5 7 5 8 3] (C D G A)" - STRING_22898 "Gsus4/A [x x 0 2 1 3] (C D G A) " - STRING_22899 "Gsus4/B [3 3 0 0 0 3] (C D G B) " - STRING_22900 "Gsus4/B [x 3 0 0 0 3] (C D G B) " - STRING_22901 "Gsus4/E [3 x 0 0 1 0] (C D E G) " - STRING_22902 "Gsus4/E [x 3 0 0 1 0] (C D E G) " - STRING_22903 "Gsus4/E [x 3 2 0 3 0] (C D E G) " - STRING_22904 "Gsus4/E [x 3 2 0 3 3] (C D E G) " - STRING_22905 "Gsus4/E [x x 0 0 1 0] (C D E G) " - STRING_22906 "Gsus4/E [x x 0 5 5 3] (C D E G) " - STRING_22907 "Gsus4/E [x 10 12 12 13 0] (C D E G) " - STRING_22908 "Gsus4/E [x 5 5 5 x 0] (C D E G) " - STRING_22909 "Gsus4/F [3 3 0 0 1 1] (C D F G) " -END -****************************************************** -#define STRING_22000 22000 -#define STRING_22001 22001 -#define STRING_22002 22002 -#define STRING_22003 22003 -#define STRING_22004 22004 -#define STRING_22005 22005 -#define STRING_22006 22006 -#define STRING_22007 22007 -#define STRING_22008 22008 -#define STRING_22009 22009 -#define STRING_22010 22010 -#define STRING_22011 22011 -#define STRING_22012 22012 -#define STRING_22013 22013 -#define STRING_22014 22014 -#define STRING_22015 22015 -#define STRING_22016 22016 -#define STRING_22017 22017 -#define STRING_22018 22018 -#define STRING_22019 22019 -#define STRING_22020 22020 -#define STRING_22021 22021 -#define STRING_22022 22022 -#define STRING_22023 22023 -#define STRING_22024 22024 -#define STRING_22025 22025 -#define STRING_22026 22026 -#define STRING_22027 22027 -#define STRING_22028 22028 -#define STRING_22029 22029 -#define STRING_22030 22030 -#define STRING_22031 22031 -#define STRING_22032 22032 -#define STRING_22033 22033 -#define STRING_22034 22034 -#define STRING_22035 22035 -#define STRING_22036 22036 -#define STRING_22037 22037 -#define STRING_22038 22038 -#define STRING_22039 22039 -#define STRING_22040 22040 -#define STRING_22041 22041 -#define STRING_22042 22042 -#define STRING_22043 22043 -#define STRING_22044 22044 -#define STRING_22045 22045 -#define STRING_22046 22046 -#define STRING_22047 22047 -#define STRING_22048 22048 -#define STRING_22049 22049 -#define STRING_22050 22050 -#define STRING_22051 22051 -#define STRING_22052 22052 -#define STRING_22053 22053 -#define STRING_22054 22054 -#define STRING_22055 22055 -#define STRING_22056 22056 -#define STRING_22057 22057 -#define STRING_22058 22058 -#define STRING_22059 22059 -#define STRING_22060 22060 -#define STRING_22061 22061 -#define STRING_22062 22062 -#define STRING_22063 22063 -#define STRING_22064 22064 -#define STRING_22065 22065 -#define STRING_22066 22066 -#define STRING_22067 22067 -#define STRING_22068 22068 -#define STRING_22069 22069 -#define STRING_22070 22070 -#define STRING_22071 22071 -#define STRING_22072 22072 -#define STRING_22073 22073 -#define STRING_22074 22074 -#define STRING_22075 22075 -#define STRING_22076 22076 -#define STRING_22077 22077 -#define STRING_22078 22078 -#define STRING_22079 22079 -#define STRING_22080 22080 -#define STRING_22081 22081 -#define STRING_22082 22082 -#define STRING_22083 22083 -#define STRING_22084 22084 -#define STRING_22085 22085 -#define STRING_22086 22086 -#define STRING_22087 22087 -#define STRING_22088 22088 -#define STRING_22089 22089 -#define STRING_22090 22090 -#define STRING_22091 22091 -#define STRING_22092 22092 -#define STRING_22093 22093 -#define STRING_22094 22094 -#define STRING_22095 22095 -#define STRING_22096 22096 -#define STRING_22097 22097 -#define STRING_22098 22098 -#define STRING_22099 22099 -#define STRING_22100 22100 -#define STRING_22101 22101 -#define STRING_22102 22102 -#define STRING_22103 22103 -#define STRING_22104 22104 -#define STRING_22105 22105 -#define STRING_22106 22106 -#define STRING_22107 22107 -#define STRING_22108 22108 -#define STRING_22109 22109 -#define STRING_22110 22110 -#define STRING_22111 22111 -#define STRING_22112 22112 -#define STRING_22113 22113 -#define STRING_22114 22114 -#define STRING_22115 22115 -#define STRING_22116 22116 -#define STRING_22117 22117 -#define STRING_22118 22118 -#define STRING_22119 22119 -#define STRING_22120 22120 -#define STRING_22121 22121 -#define STRING_22122 22122 -#define STRING_22123 22123 -#define STRING_22124 22124 -#define STRING_22125 22125 -#define STRING_22126 22126 -#define STRING_22127 22127 -#define STRING_22128 22128 -#define STRING_22129 22129 -#define STRING_22130 22130 -#define STRING_22131 22131 -#define STRING_22132 22132 -#define STRING_22133 22133 -#define STRING_22134 22134 -#define STRING_22135 22135 -#define STRING_22136 22136 -#define STRING_22137 22137 -#define STRING_22138 22138 -#define STRING_22139 22139 -#define STRING_22140 22140 -#define STRING_22141 22141 -#define STRING_22142 22142 -#define STRING_22143 22143 -#define STRING_22144 22144 -#define STRING_22145 22145 -#define STRING_22146 22146 -#define STRING_22147 22147 -#define STRING_22148 22148 -#define STRING_22149 22149 -#define STRING_22150 22150 -#define STRING_22151 22151 -#define STRING_22152 22152 -#define STRING_22153 22153 -#define STRING_22154 22154 -#define STRING_22155 22155 -#define STRING_22156 22156 -#define STRING_22157 22157 -#define STRING_22158 22158 -#define STRING_22159 22159 -#define STRING_22160 22160 -#define STRING_22161 22161 -#define STRING_22162 22162 -#define STRING_22163 22163 -#define STRING_22164 22164 -#define STRING_22165 22165 -#define STRING_22166 22166 -#define STRING_22167 22167 -#define STRING_22168 22168 -#define STRING_22169 22169 -#define STRING_22170 22170 -#define STRING_22171 22171 -#define STRING_22172 22172 -#define STRING_22173 22173 -#define STRING_22174 22174 -#define STRING_22175 22175 -#define STRING_22176 22176 -#define STRING_22177 22177 -#define STRING_22178 22178 -#define STRING_22179 22179 -#define STRING_22180 22180 -#define STRING_22181 22181 -#define STRING_22182 22182 -#define STRING_22183 22183 -#define STRING_22184 22184 -#define STRING_22185 22185 -#define STRING_22186 22186 -#define STRING_22187 22187 -#define STRING_22188 22188 -#define STRING_22189 22189 -#define STRING_22190 22190 -#define STRING_22191 22191 -#define STRING_22192 22192 -#define STRING_22193 22193 -#define STRING_22194 22194 -#define STRING_22195 22195 -#define STRING_22196 22196 -#define STRING_22197 22197 -#define STRING_22198 22198 -#define STRING_22199 22199 -#define STRING_22200 22200 -#define STRING_22201 22201 -#define STRING_22202 22202 -#define STRING_22203 22203 -#define STRING_22204 22204 -#define STRING_22205 22205 -#define STRING_22206 22206 -#define STRING_22207 22207 -#define STRING_22208 22208 -#define STRING_22209 22209 -#define STRING_22210 22210 -#define STRING_22211 22211 -#define STRING_22212 22212 -#define STRING_22213 22213 -#define STRING_22214 22214 -#define STRING_22215 22215 -#define STRING_22216 22216 -#define STRING_22217 22217 -#define STRING_22218 22218 -#define STRING_22219 22219 -#define STRING_22220 22220 -#define STRING_22221 22221 -#define STRING_22222 22222 -#define STRING_22223 22223 -#define STRING_22224 22224 -#define STRING_22225 22225 -#define STRING_22226 22226 -#define STRING_22227 22227 -#define STRING_22228 22228 -#define STRING_22229 22229 -#define STRING_22230 22230 -#define STRING_22231 22231 -#define STRING_22232 22232 -#define STRING_22233 22233 -#define STRING_22234 22234 -#define STRING_22235 22235 -#define STRING_22236 22236 -#define STRING_22237 22237 -#define STRING_22238 22238 -#define STRING_22239 22239 -#define STRING_22240 22240 -#define STRING_22241 22241 -#define STRING_22242 22242 -#define STRING_22243 22243 -#define STRING_22244 22244 -#define STRING_22245 22245 -#define STRING_22246 22246 -#define STRING_22247 22247 -#define STRING_22248 22248 -#define STRING_22249 22249 -#define STRING_22250 22250 -#define STRING_22251 22251 -#define STRING_22252 22252 -#define STRING_22253 22253 -#define STRING_22254 22254 -#define STRING_22255 22255 -#define STRING_22256 22256 -#define STRING_22257 22257 -#define STRING_22258 22258 -#define STRING_22259 22259 -#define STRING_22260 22260 -#define STRING_22261 22261 -#define STRING_22262 22262 -#define STRING_22263 22263 -#define STRING_22264 22264 -#define STRING_22265 22265 -#define STRING_22266 22266 -#define STRING_22267 22267 -#define STRING_22268 22268 -#define STRING_22269 22269 -#define STRING_22270 22270 -#define STRING_22271 22271 -#define STRING_22272 22272 -#define STRING_22273 22273 -#define STRING_22274 22274 -#define STRING_22275 22275 -#define STRING_22276 22276 -#define STRING_22277 22277 -#define STRING_22278 22278 -#define STRING_22279 22279 -#define STRING_22280 22280 -#define STRING_22281 22281 -#define STRING_22282 22282 -#define STRING_22283 22283 -#define STRING_22284 22284 -#define STRING_22285 22285 -#define STRING_22286 22286 -#define STRING_22287 22287 -#define STRING_22288 22288 -#define STRING_22289 22289 -#define STRING_22290 22290 -#define STRING_22291 22291 -#define STRING_22292 22292 -#define STRING_22293 22293 -#define STRING_22294 22294 -#define STRING_22295 22295 -#define STRING_22296 22296 -#define STRING_22297 22297 -#define STRING_22298 22298 -#define STRING_22299 22299 -#define STRING_22300 22300 -#define STRING_22301 22301 -#define STRING_22302 22302 -#define STRING_22303 22303 -#define STRING_22304 22304 -#define STRING_22305 22305 -#define STRING_22306 22306 -#define STRING_22307 22307 -#define STRING_22308 22308 -#define STRING_22309 22309 -#define STRING_22310 22310 -#define STRING_22311 22311 -#define STRING_22312 22312 -#define STRING_22313 22313 -#define STRING_22314 22314 -#define STRING_22315 22315 -#define STRING_22316 22316 -#define STRING_22317 22317 -#define STRING_22318 22318 -#define STRING_22319 22319 -#define STRING_22320 22320 -#define STRING_22321 22321 -#define STRING_22322 22322 -#define STRING_22323 22323 -#define STRING_22324 22324 -#define STRING_22325 22325 -#define STRING_22326 22326 -#define STRING_22327 22327 -#define STRING_22328 22328 -#define STRING_22329 22329 -#define STRING_22330 22330 -#define STRING_22331 22331 -#define STRING_22332 22332 -#define STRING_22333 22333 -#define STRING_22334 22334 -#define STRING_22335 22335 -#define STRING_22336 22336 -#define STRING_22337 22337 -#define STRING_22338 22338 -#define STRING_22339 22339 -#define STRING_22340 22340 -#define STRING_22341 22341 -#define STRING_22342 22342 -#define STRING_22343 22343 -#define STRING_22344 22344 -#define STRING_22345 22345 -#define STRING_22346 22346 -#define STRING_22347 22347 -#define STRING_22348 22348 -#define STRING_22349 22349 -#define STRING_22350 22350 -#define STRING_22351 22351 -#define STRING_22352 22352 -#define STRING_22353 22353 -#define STRING_22354 22354 -#define STRING_22355 22355 -#define STRING_22356 22356 -#define STRING_22357 22357 -#define STRING_22358 22358 -#define STRING_22359 22359 -#define STRING_22360 22360 -#define STRING_22361 22361 -#define STRING_22362 22362 -#define STRING_22363 22363 -#define STRING_22364 22364 -#define STRING_22365 22365 -#define STRING_22366 22366 -#define STRING_22367 22367 -#define STRING_22368 22368 -#define STRING_22369 22369 -#define STRING_22370 22370 -#define STRING_22371 22371 -#define STRING_22372 22372 -#define STRING_22373 22373 -#define STRING_22374 22374 -#define STRING_22375 22375 -#define STRING_22376 22376 -#define STRING_22377 22377 -#define STRING_22378 22378 -#define STRING_22379 22379 -#define STRING_22380 22380 -#define STRING_22381 22381 -#define STRING_22382 22382 -#define STRING_22383 22383 -#define STRING_22384 22384 -#define STRING_22385 22385 -#define STRING_22386 22386 -#define STRING_22387 22387 -#define STRING_22388 22388 -#define STRING_22389 22389 -#define STRING_22390 22390 -#define STRING_22391 22391 -#define STRING_22392 22392 -#define STRING_22393 22393 -#define STRING_22394 22394 -#define STRING_22395 22395 -#define STRING_22396 22396 -#define STRING_22397 22397 -#define STRING_22398 22398 -#define STRING_22399 22399 -#define STRING_22400 22400 -#define STRING_22401 22401 -#define STRING_22402 22402 -#define STRING_22403 22403 -#define STRING_22404 22404 -#define STRING_22405 22405 -#define STRING_22406 22406 -#define STRING_22407 22407 -#define STRING_22408 22408 -#define STRING_22409 22409 -#define STRING_22410 22410 -#define STRING_22411 22411 -#define STRING_22412 22412 -#define STRING_22413 22413 -#define STRING_22414 22414 -#define STRING_22415 22415 -#define STRING_22416 22416 -#define STRING_22417 22417 -#define STRING_22418 22418 -#define STRING_22419 22419 -#define STRING_22420 22420 -#define STRING_22421 22421 -#define STRING_22422 22422 -#define STRING_22423 22423 -#define STRING_22424 22424 -#define STRING_22425 22425 -#define STRING_22426 22426 -#define STRING_22427 22427 -#define STRING_22428 22428 -#define STRING_22429 22429 -#define STRING_22430 22430 -#define STRING_22431 22431 -#define STRING_22432 22432 -#define STRING_22433 22433 -#define STRING_22434 22434 -#define STRING_22435 22435 -#define STRING_22436 22436 -#define STRING_22437 22437 -#define STRING_22438 22438 -#define STRING_22439 22439 -#define STRING_22440 22440 -#define STRING_22441 22441 -#define STRING_22442 22442 -#define STRING_22443 22443 -#define STRING_22444 22444 -#define STRING_22445 22445 -#define STRING_22446 22446 -#define STRING_22447 22447 -#define STRING_22448 22448 -#define STRING_22449 22449 -#define STRING_22450 22450 -#define STRING_22451 22451 -#define STRING_22452 22452 -#define STRING_22453 22453 -#define STRING_22454 22454 -#define STRING_22455 22455 -#define STRING_22456 22456 -#define STRING_22457 22457 -#define STRING_22458 22458 -#define STRING_22459 22459 -#define STRING_22460 22460 -#define STRING_22461 22461 -#define STRING_22462 22462 -#define STRING_22463 22463 -#define STRING_22464 22464 -#define STRING_22465 22465 -#define STRING_22466 22466 -#define STRING_22467 22467 -#define STRING_22468 22468 -#define STRING_22469 22469 -#define STRING_22470 22470 -#define STRING_22471 22471 -#define STRING_22472 22472 -#define STRING_22473 22473 -#define STRING_22474 22474 -#define STRING_22475 22475 -#define STRING_22476 22476 -#define STRING_22477 22477 -#define STRING_22478 22478 -#define STRING_22479 22479 -#define STRING_22480 22480 -#define STRING_22481 22481 -#define STRING_22482 22482 -#define STRING_22483 22483 -#define STRING_22484 22484 -#define STRING_22485 22485 -#define STRING_22486 22486 -#define STRING_22487 22487 -#define STRING_22488 22488 -#define STRING_22489 22489 -#define STRING_22490 22490 -#define STRING_22491 22491 -#define STRING_22492 22492 -#define STRING_22493 22493 -#define STRING_22494 22494 -#define STRING_22495 22495 -#define STRING_22496 22496 -#define STRING_22497 22497 -#define STRING_22498 22498 -#define STRING_22499 22499 -#define STRING_22500 22500 -#define STRING_22501 22501 -#define STRING_22502 22502 -#define STRING_22503 22503 -#define STRING_22504 22504 -#define STRING_22505 22505 -#define STRING_22506 22506 -#define STRING_22507 22507 -#define STRING_22508 22508 -#define STRING_22509 22509 -#define STRING_22510 22510 -#define STRING_22511 22511 -#define STRING_22512 22512 -#define STRING_22513 22513 -#define STRING_22514 22514 -#define STRING_22515 22515 -#define STRING_22516 22516 -#define STRING_22517 22517 -#define STRING_22518 22518 -#define STRING_22519 22519 -#define STRING_22520 22520 -#define STRING_22521 22521 -#define STRING_22522 22522 -#define STRING_22523 22523 -#define STRING_22524 22524 -#define STRING_22525 22525 -#define STRING_22526 22526 -#define STRING_22527 22527 -#define STRING_22528 22528 -#define STRING_22529 22529 -#define STRING_22530 22530 -#define STRING_22531 22531 -#define STRING_22532 22532 -#define STRING_22533 22533 -#define STRING_22534 22534 -#define STRING_22535 22535 -#define STRING_22536 22536 -#define STRING_22537 22537 -#define STRING_22538 22538 -#define STRING_22539 22539 -#define STRING_22540 22540 -#define STRING_22541 22541 -#define STRING_22542 22542 -#define STRING_22543 22543 -#define STRING_22544 22544 -#define STRING_22545 22545 -#define STRING_22546 22546 -#define STRING_22547 22547 -#define STRING_22548 22548 -#define STRING_22549 22549 -#define STRING_22550 22550 -#define STRING_22551 22551 -#define STRING_22552 22552 -#define STRING_22553 22553 -#define STRING_22554 22554 -#define STRING_22555 22555 -#define STRING_22556 22556 -#define STRING_22557 22557 -#define STRING_22558 22558 -#define STRING_22559 22559 -#define STRING_22560 22560 -#define STRING_22561 22561 -#define STRING_22562 22562 -#define STRING_22563 22563 -#define STRING_22564 22564 -#define STRING_22565 22565 -#define STRING_22566 22566 -#define STRING_22567 22567 -#define STRING_22568 22568 -#define STRING_22569 22569 -#define STRING_22570 22570 -#define STRING_22571 22571 -#define STRING_22572 22572 -#define STRING_22573 22573 -#define STRING_22574 22574 -#define STRING_22575 22575 -#define STRING_22576 22576 -#define STRING_22577 22577 -#define STRING_22578 22578 -#define STRING_22579 22579 -#define STRING_22580 22580 -#define STRING_22581 22581 -#define STRING_22582 22582 -#define STRING_22583 22583 -#define STRING_22584 22584 -#define STRING_22585 22585 -#define STRING_22586 22586 -#define STRING_22587 22587 -#define STRING_22588 22588 -#define STRING_22589 22589 -#define STRING_22590 22590 -#define STRING_22591 22591 -#define STRING_22592 22592 -#define STRING_22593 22593 -#define STRING_22594 22594 -#define STRING_22595 22595 -#define STRING_22596 22596 -#define STRING_22597 22597 -#define STRING_22598 22598 -#define STRING_22599 22599 -#define STRING_22600 22600 -#define STRING_22601 22601 -#define STRING_22602 22602 -#define STRING_22603 22603 -#define STRING_22604 22604 -#define STRING_22605 22605 -#define STRING_22606 22606 -#define STRING_22607 22607 -#define STRING_22608 22608 -#define STRING_22609 22609 -#define STRING_22610 22610 -#define STRING_22611 22611 -#define STRING_22612 22612 -#define STRING_22613 22613 -#define STRING_22614 22614 -#define STRING_22615 22615 -#define STRING_22616 22616 -#define STRING_22617 22617 -#define STRING_22618 22618 -#define STRING_22619 22619 -#define STRING_22620 22620 -#define STRING_22621 22621 -#define STRING_22622 22622 -#define STRING_22623 22623 -#define STRING_22624 22624 -#define STRING_22625 22625 -#define STRING_22626 22626 -#define STRING_22627 22627 -#define STRING_22628 22628 -#define STRING_22629 22629 -#define STRING_22630 22630 -#define STRING_22631 22631 -#define STRING_22632 22632 -#define STRING_22633 22633 -#define STRING_22634 22634 -#define STRING_22635 22635 -#define STRING_22636 22636 -#define STRING_22637 22637 -#define STRING_22638 22638 -#define STRING_22639 22639 -#define STRING_22640 22640 -#define STRING_22641 22641 -#define STRING_22642 22642 -#define STRING_22643 22643 -#define STRING_22644 22644 -#define STRING_22645 22645 -#define STRING_22646 22646 -#define STRING_22647 22647 -#define STRING_22648 22648 -#define STRING_22649 22649 -#define STRING_22650 22650 -#define STRING_22651 22651 -#define STRING_22652 22652 -#define STRING_22653 22653 -#define STRING_22654 22654 -#define STRING_22655 22655 -#define STRING_22656 22656 -#define STRING_22657 22657 -#define STRING_22658 22658 -#define STRING_22659 22659 -#define STRING_22660 22660 -#define STRING_22661 22661 -#define STRING_22662 22662 -#define STRING_22663 22663 -#define STRING_22664 22664 -#define STRING_22665 22665 -#define STRING_22666 22666 -#define STRING_22667 22667 -#define STRING_22668 22668 -#define STRING_22669 22669 -#define STRING_22670 22670 -#define STRING_22671 22671 -#define STRING_22672 22672 -#define STRING_22673 22673 -#define STRING_22674 22674 -#define STRING_22675 22675 -#define STRING_22676 22676 -#define STRING_22677 22677 -#define STRING_22678 22678 -#define STRING_22679 22679 -#define STRING_22680 22680 -#define STRING_22681 22681 -#define STRING_22682 22682 -#define STRING_22683 22683 -#define STRING_22684 22684 -#define STRING_22685 22685 -#define STRING_22686 22686 -#define STRING_22687 22687 -#define STRING_22688 22688 -#define STRING_22689 22689 -#define STRING_22690 22690 -#define STRING_22691 22691 -#define STRING_22692 22692 -#define STRING_22693 22693 -#define STRING_22694 22694 -#define STRING_22695 22695 -#define STRING_22696 22696 -#define STRING_22697 22697 -#define STRING_22698 22698 -#define STRING_22699 22699 -#define STRING_22700 22700 -#define STRING_22701 22701 -#define STRING_22702 22702 -#define STRING_22703 22703 -#define STRING_22704 22704 -#define STRING_22705 22705 -#define STRING_22706 22706 -#define STRING_22707 22707 -#define STRING_22708 22708 -#define STRING_22709 22709 -#define STRING_22710 22710 -#define STRING_22711 22711 -#define STRING_22712 22712 -#define STRING_22713 22713 -#define STRING_22714 22714 -#define STRING_22715 22715 -#define STRING_22716 22716 -#define STRING_22717 22717 -#define STRING_22718 22718 -#define STRING_22719 22719 -#define STRING_22720 22720 -#define STRING_22721 22721 -#define STRING_22722 22722 -#define STRING_22723 22723 -#define STRING_22724 22724 -#define STRING_22725 22725 -#define STRING_22726 22726 -#define STRING_22727 22727 -#define STRING_22728 22728 -#define STRING_22729 22729 -#define STRING_22730 22730 -#define STRING_22731 22731 -#define STRING_22732 22732 -#define STRING_22733 22733 -#define STRING_22734 22734 -#define STRING_22735 22735 -#define STRING_22736 22736 -#define STRING_22737 22737 -#define STRING_22738 22738 -#define STRING_22739 22739 -#define STRING_22740 22740 -#define STRING_22741 22741 -#define STRING_22742 22742 -#define STRING_22743 22743 -#define STRING_22744 22744 -#define STRING_22745 22745 -#define STRING_22746 22746 -#define STRING_22747 22747 -#define STRING_22748 22748 -#define STRING_22749 22749 -#define STRING_22750 22750 -#define STRING_22751 22751 -#define STRING_22752 22752 -#define STRING_22753 22753 -#define STRING_22754 22754 -#define STRING_22755 22755 -#define STRING_22756 22756 -#define STRING_22757 22757 -#define STRING_22758 22758 -#define STRING_22759 22759 -#define STRING_22760 22760 -#define STRING_22761 22761 -#define STRING_22762 22762 -#define STRING_22763 22763 -#define STRING_22764 22764 -#define STRING_22765 22765 -#define STRING_22766 22766 -#define STRING_22767 22767 -#define STRING_22768 22768 -#define STRING_22769 22769 -#define STRING_22770 22770 -#define STRING_22771 22771 -#define STRING_22772 22772 -#define STRING_22773 22773 -#define STRING_22774 22774 -#define STRING_22775 22775 -#define STRING_22776 22776 -#define STRING_22777 22777 -#define STRING_22778 22778 -#define STRING_22779 22779 -#define STRING_22780 22780 -#define STRING_22781 22781 -#define STRING_22782 22782 -#define STRING_22783 22783 -#define STRING_22784 22784 -#define STRING_22785 22785 -#define STRING_22786 22786 -#define STRING_22787 22787 -#define STRING_22788 22788 -#define STRING_22789 22789 -#define STRING_22790 22790 -#define STRING_22791 22791 -#define STRING_22792 22792 -#define STRING_22793 22793 -#define STRING_22794 22794 -#define STRING_22795 22795 -#define STRING_22796 22796 -#define STRING_22797 22797 -#define STRING_22798 22798 -#define STRING_22799 22799 -#define STRING_22800 22800 -#define STRING_22801 22801 -#define STRING_22802 22802 -#define STRING_22803 22803 -#define STRING_22804 22804 -#define STRING_22805 22805 -#define STRING_22806 22806 -#define STRING_22807 22807 -#define STRING_22808 22808 -#define STRING_22809 22809 -#define STRING_22810 22810 -#define STRING_22811 22811 -#define STRING_22812 22812 -#define STRING_22813 22813 -#define STRING_22814 22814 -#define STRING_22815 22815 -#define STRING_22816 22816 -#define STRING_22817 22817 -#define STRING_22818 22818 -#define STRING_22819 22819 -#define STRING_22820 22820 -#define STRING_22821 22821 -#define STRING_22822 22822 -#define STRING_22823 22823 -#define STRING_22824 22824 -#define STRING_22825 22825 -#define STRING_22826 22826 -#define STRING_22827 22827 -#define STRING_22828 22828 -#define STRING_22829 22829 -#define STRING_22830 22830 -#define STRING_22831 22831 -#define STRING_22832 22832 -#define STRING_22833 22833 -#define STRING_22834 22834 -#define STRING_22835 22835 -#define STRING_22836 22836 -#define STRING_22837 22837 -#define STRING_22838 22838 -#define STRING_22839 22839 -#define STRING_22840 22840 -#define STRING_22841 22841 -#define STRING_22842 22842 -#define STRING_22843 22843 -#define STRING_22844 22844 -#define STRING_22845 22845 -#define STRING_22846 22846 -#define STRING_22847 22847 -#define STRING_22848 22848 -#define STRING_22849 22849 -#define STRING_22850 22850 -#define STRING_22851 22851 -#define STRING_22852 22852 -#define STRING_22853 22853 -#define STRING_22854 22854 -#define STRING_22855 22855 -#define STRING_22856 22856 -#define STRING_22857 22857 -#define STRING_22858 22858 -#define STRING_22859 22859 -#define STRING_22860 22860 -#define STRING_22861 22861 -#define STRING_22862 22862 -#define STRING_22863 22863 -#define STRING_22864 22864 -#define STRING_22865 22865 -#define STRING_22866 22866 -#define STRING_22867 22867 -#define STRING_22868 22868 -#define STRING_22869 22869 -#define STRING_22870 22870 -#define STRING_22871 22871 -#define STRING_22872 22872 -#define STRING_22873 22873 -#define STRING_22874 22874 -#define STRING_22875 22875 -#define STRING_22876 22876 -#define STRING_22877 22877 -#define STRING_22878 22878 -#define STRING_22879 22879 -#define STRING_22880 22880 -#define STRING_22881 22881 -#define STRING_22882 22882 -#define STRING_22883 22883 -#define STRING_22884 22884 -#define STRING_22885 22885 -#define STRING_22886 22886 -#define STRING_22887 22887 -#define STRING_22888 22888 -#define STRING_22889 22889 -#define STRING_22890 22890 -#define STRING_22891 22891 -#define STRING_22892 22892 -#define STRING_22893 22893 -#define STRING_22894 22894 -#define STRING_22895 22895 -#define STRING_22896 22896 -#define STRING_22897 22897 -#define STRING_22898 22898 -#define STRING_22899 22899 -#define STRING_22900 22900 -#define STRING_22901 22901 -#define STRING_22902 22902 -#define STRING_22903 22903 -#define STRING_22904 22904 -#define STRING_22905 22905 -#define STRING_22906 22906 -#define STRING_22907 22907 -#define STRING_22908 22908 -#define STRING_22909 22909 diff --git a/proto/Debug/strings.res b/proto/Debug/strings.res deleted file mode 100644 index 794eeac..0000000 --- a/proto/Debug/strings.res +++ /dev/null @@ -1,910 +0,0 @@ -#define STRING_22000 "A or Amaj [0 0 2 2 2 0] (Db E A) " -#define STRING_22001 "A or Amaj [0 4 x 2 5 0] (Db E A) " -#define STRING_22002 "A or Amaj [5 7 7 6 5 5] (Db E A) " -#define STRING_22003 "A or Amaj [x 0 2 2 2 0] (Db E A) " -#define STRING_22004 "A or Amaj [x 4 7 x x 5] (Db E A) " -#define STRING_22005 "A #5 or Aaug [x 0 3 2 2 1] (Db F A) " -#define STRING_22006 "A #5 or Aaug [x 0 x 2 2 1] (Db F A) " -#define STRING_22007 "A/Ab [x 0 2 1 2 0] (Db E Ab A) " -#define STRING_22008 "A/B [0 0 2 4 2 0] (Db E A B) " -#define STRING_22009 "A/B [x 0 7 6 0 0] (Db E A B) " -#define STRING_22010 "A/D [x 0 0 2 2 0] (Db D E A) " -#define STRING_22011 "A/D [x x 0 2 2 0] (Db D E A) " -#define STRING_22012 "A/D [x x 0 6 5 5] (Db D E A) " -#define STRING_22013 "A/D [x x 0 9 10 9] (Db D E A) " -#define STRING_22014 "A/G [3 x 2 2 2 0] (Db E G A) " -#define STRING_22015 "A/G [x 0 2 0 2 0] (Db E G A) " -#define STRING_22016 "A/G [x 0 2 2 2 3] (Db E G A) " -#define STRING_22017 "A/Gb [0 0 2 2 2 2] (Db E Gb A) " -#define STRING_22018 "A/Gb [0 x 4 2 2 0] (Db E Gb A) " -#define STRING_22019 "A/Gb [2 x 2 2 2 0] (Db E Gb A) " -#define STRING_22020 "A/Gb [x 0 4 2 2 0] (Db E Gb A) " -#define STRING_22021 "A/Gb [x x 2 2 2 2] (Db E Gb A) " -#define STRING_22022 "A5 or A(no 3rd) [5 7 7 x x 5] (E A)" -#define STRING_22023 "A5 or A(no 3rd) [x 0 2 2 x 0] (E A) " -#define STRING_22024 "A5 or A(no 3rd) [5 7 7 x x 0] (E A) " -#define STRING_22025 "A6 [0 0 2 2 2 2] (Db E Gb A) " -#define STRING_22026 "A6 [0 x 4 2 2 0] (Db E Gb A) " -#define STRING_22027 "A6 [2 x 2 2 2 0] (Db E Gb A) " -#define STRING_22028 "A6 [x 0 4 2 2 0] (Db E Gb A) " -#define STRING_22029 "A6 [x x 2 2 2 2] (Db E Gb A) " -#define STRING_22030 "A6/7 [0 0 2 0 2 2] (Db E Gb G A) " -#define STRING_22031 "A6/7 sus or A6/7 sus4 [5 5 4 0 3 0] (D E Gb G A) " -#define STRING_22032 "A6/7 sus or A6/7 sus4 [x 0 2 0 3 2] (D E Gb G A) " -#define STRING_22033 "A7 or Adom 7 [3 x 2 2 2 0] (Db E G A) " -#define STRING_22034 "A7 or Adom 7 [x 0 2 0 2 0] (Db E G A) " -#define STRING_22035 "A7 or Adom 7 [x 0 2 2 2 3] (Db E G A) " -#define STRING_22036 "A7(#5) [1 0 3 0 2 1] (Db F G A) " -#define STRING_22037 "A7/add11 or A7/11 [x 0 0 0 2 0] (Db D E G A) " -#define STRING_22038 "A7sus4 [x 0 2 0 3 0] (D E G A) " -#define STRING_22039 "A7sus4 [x 0 2 0 3 3] (D E G A) " -#define STRING_22040 "A7sus4 [x 0 2 2 3 3] (D E G A) " -#define STRING_22041 "A7sus4 [5 x 0 0 3 0] (D E G A) " -#define STRING_22042 "A7sus4 [x 0 0 0 x 0] (D E G A) " -#define STRING_22043 "Aadd9 or A2 [0 0 2 4 2 0] (Db E A B) " -#define STRING_22044 "Aadd9 or A2 [x 0 7 6 0 0] (Db E A B) " -#define STRING_22045 "Aaug/D [x x 0 2 2 1] (Db D F A) " -#define STRING_22046 "Aaug/G [1 0 3 0 2 1] (Db F G A) " -#define STRING_22047 "Ab or Abmaj [4 6 6 5 4 4] (C Eb Ab) " -#define STRING_22048 "Ab #5 or Abaug [x 3 2 1 1 0] (C E Ab) " -#define STRING_22049 "Ab/A [x x 1 2 1 4] (C Eb Ab A) " -#define STRING_22050 "Ab/F [x 8 10 8 9 8] (C Eb F Ab) " -#define STRING_22051 "Ab/F [x x 1 1 1 1] (C Eb F Ab) " -#define STRING_22052 "Ab/Gb [x x 1 1 1 2] (C Eb Gb Ab) " -#define STRING_22053 "Ab/Gb [x x 4 5 4 4] (C Eb Gb Ab) " -#define STRING_22054 "Ab5 or Ab(no 3rd)[4 6 6 x x 4] (Eb Ab)" -#define STRING_22055 "Ab6 [x 8 10 8 9 8] (C Eb F Ab) " -#define STRING_22056 "Ab6 [x x 1 1 1 1] (C Eb F Ab) " -#define STRING_22057 "Ab7 or Abdom 7 [x x 1 1 1 2] (C Eb Gb Ab) " -#define STRING_22058 "Ab7 or Abdom 7 [x x 4 5 4 4] (C Eb Gb Ab) " -#define STRING_22059 "Abdim/E [0 2 0 1 0 0] (D E Ab B) " -#define STRING_22060 "Abdim/E [0 2 2 1 3 0] (D E Ab B) " -#define STRING_22061 "Abdim/E [x 2 0 1 3 0] (D E Ab B) " -#define STRING_22062 "Abdim/E [x x 0 1 0 0] (D E Ab B) " -#define STRING_22063 "Abdim/Eb [x x 0 4 4 4] (D Eb Ab B) " -#define STRING_22064 "Abdim/F [x 2 0 1 0 1] (D F Ab B) " -#define STRING_22065 "Abdim/F [x x 0 1 0 1] (D F Ab B) " -#define STRING_22066 "Abdim/F [x x 3 4 3 4] (D F Ab B) " -#define STRING_22067 "Abdim7 [x 2 0 1 0 1] (D F Ab B) " -#define STRING_22068 "Abdim7 [x x 0 1 0 1] (D F Ab B) " -#define STRING_22069 "Abdim7 [x x 3 4 3 4] (D F Ab B) " -#define STRING_22070 "Abm [x x 6 4 4 4] (Eb Ab B) " -#define STRING_22071 "Abm/D [x x 0 4 4 4] (D Eb Ab B) " -#define STRING_22072 "Abm/E [0 2 1 1 0 0] (Eb E Ab B) " -#define STRING_22073 "Abm/E [0 x 6 4 4 0] (Eb E Ab B) " -#define STRING_22074 "Abm/E [x x 1 1 0 0] (Eb E Ab B) " -#define STRING_22075 "Abm/Gb [x x 4 4 4 4] (Eb Gb Ab B) " -#define STRING_22076 "Abm7 [x x 4 4 4 4] (Eb Gb Ab B) " -#define STRING_22077 "Absus or Absus4 [x x 6 6 4 4] (Db Eb Ab) " -#define STRING_22078 "Absus2/F [x 1 3 1 4 1] (Eb F Ab Bb) " -#define STRING_22079 "Adim/Ab [x x 1 2 1 4] (C Eb Ab A) " -#define STRING_22080 "Adim/E [0 3 x 2 4 0] (C Eb E A) " -#define STRING_22081 "Adim/F [x x 1 2 1 1] (C Eb F A) " -#define STRING_22082 "Adim/F [x x 3 5 4 5] (C Eb F A) " -#define STRING_22083 "Adim/G [x x 1 2 1 3] (C Eb G A) " -#define STRING_22084 "Adim/Gb [x x 1 2 1 2] (C Eb Gb A) " -#define STRING_22085 "Adim7 [x x 1 2 1 2] (C Eb Gb A) " -#define STRING_22086 "Am [x 0 2 2 1 0] (C E A) " -#define STRING_22087 "Am [x 0 7 5 5 5] (C E A) " -#define STRING_22088 "Am [x 3 2 2 1 0] (C E A) " -#define STRING_22089 "Am [8 12 x x x 0] (C E A) " -#define STRING_22090 "Am/B [0 0 7 5 0 0] (C E A B) " -#define STRING_22091 "Am/B [x 3 2 2 0 0] (C E A B) " -#define STRING_22092 "Am/D [x x 0 2 1 0] (C D E A) " -#define STRING_22093 "Am/D [x x 0 5 5 5] (C D E A) " -#define STRING_22094 "Am/Eb [0 3 x 2 4 0] (C Eb E A) " -#define STRING_22095 "Am/F [0 0 3 2 1 0] (C E F A) " -#define STRING_22096 "Am/F [1 3 3 2 1 0] (C E F A) " -#define STRING_22097 "Am/F [1 x 2 2 1 0] (C E F A) " -#define STRING_22098 "Am/F [x x 2 2 1 1] (C E F A) " -#define STRING_22099 "Am/F [x x 3 2 1 0] (C E F A) " -#define STRING_22100 "Am/G [0 0 2 0 1 3] (C E G A) " -#define STRING_22101 "Am/G [x 0 2 0 1 0] (C E G A) " -#define STRING_22102 "Am/G [x 0 2 2 1 3] (C E G A) " -#define STRING_22103 "Am/G [x 0 5 5 5 8] (C E G A) " -#define STRING_22104 "Am/Gb [x 0 2 2 1 2] (C E Gb A) " -#define STRING_22105 "Am/Gb [x x 2 2 1 2] (C E Gb A) " -#define STRING_22106 "Am6 [x 0 2 2 1 2] (C E Gb A) " -#define STRING_22107 "Am6 [x x 2 2 1 2] (C E Gb A) " -#define STRING_22108 "Am6 [5 x 4 5 5 5] (A Gb C E A)" -#define STRING_22109 "Am7 [0 0 2 0 1 3] (C E G A) " -#define STRING_22110 "Am7 [x 0 2 0 1 0] (C E G A) " -#define STRING_22111 "Am7 [x 0 2 2 1 3] (C E G A) " -#define STRING_22112 "Am7 [x 0 5 5 5 8] (C E G A) " -#define STRING_22113 "Am7(b5) or Ao7 [x x 1 2 1 3] (C Eb G A) " -#define STRING_22114 "Am7/add11 or Am7/11 [x 5 7 5 8 0] (C D E G A) " -#define STRING_22115 "Amaj7 or A#7 [x 0 2 1 2 0] (Db E Ab A) " -#define STRING_22116 "Amin/maj9 [x 0 6 5 5 7] (C E Ab A B) " -#define STRING_22117 "Asus or Asus4 [0 0 2 2 3 0] (D E A) " -#define STRING_22118 "Asus or Asus4 [x 0 2 2 3 0] (D E A) " -#define STRING_22119 "Asus or Asus4 [5 5 7 7 x 0] (D E A) " -#define STRING_22120 "Asus or Asus4 [x 0 0 2 3 0] (D E A) " -#define STRING_22121 "Asus2 or Aadd9(no3)[0 0 2 2 0 0] (E A B) " -#define STRING_22122 "Asus2 or Aadd9(no3)[0 0 2 4 0 0] (E A B) " -#define STRING_22123 "Asus2 or Aadd9(no3)[0 2 2 2 0 0] (E A B) " -#define STRING_22124 "Asus2 or Aadd9(no3)[x 0 2 2 0 0] (E A B) " -#define STRING_22125 "Asus2 or Aadd9(no3)[x x 2 2 0 0] (E A B) " -#define STRING_22126 "Asus2/Ab [x 0 2 1 0 0] (E Ab A B) " -#define STRING_22127 "Asus2/C [0 0 7 5 0 0] (C E A B) " -#define STRING_22128 "Asus2/C [x 3 2 2 0 0] (C E A B) " -#define STRING_22129 "Asus2/D [0 2 0 2 0 0] (D E A B) " -#define STRING_22130 "Asus2/D [x 2 0 2 3 0] (D E A B) " -#define STRING_22131 "Asus2/Db [0 0 2 4 2 0] (Db E A B) " -#define STRING_22132 "Asus2/Db [x 0 7 6 0 0] (Db E A B) " -#define STRING_22133 "Asus2/Eb [x 2 1 2 0 0] (Eb E A B) " -#define STRING_22134 "Asus2/F [0 0 3 2 0 0] (E F A B) " -#define STRING_22135 "Asus2/G [3 x 2 2 0 0] (E G A B) " -#define STRING_22136 "Asus2/G [x 0 2 0 0 0] (E G A B) " -#define STRING_22137 "Asus2/G [x 0 5 4 5 0] (E G A B) " -#define STRING_22138 "Asus2/Gb [x 0 4 4 0 0] (E Gb A B) " -#define STRING_22139 "Asus2/Gb [x 2 4 2 5 2] (E Gb A B) " -#define STRING_22140 "Asus4/Ab [4 x 0 2 3 0] (D E Ab A) " -#define STRING_22141 "Asus4/B [0 2 0 2 0 0] (D E A B) " -#define STRING_22142 "Asus4/Bb [0 1 x 2 3 0] (D E A Bb) " -#define STRING_22143 "Asus4/C [x x 0 2 1 0] (C D E A) " -#define STRING_22144 "Asus4/C [x x 0 5 5 5] (C D E A) " -#define STRING_22145 "Asus4/Db [x 0 0 2 2 0] (Db D E A) " -#define STRING_22146 "Asus4/Db [x x 0 2 2 0] (Db D E A) " -#define STRING_22147 "Asus4/Db [x x 0 6 5 5] (Db D E A) " -#define STRING_22148 "Asus4/Db [x x 0 9 10 9] (Db D E A) " -#define STRING_22149 "Asus4/F [x x 7 7 6 0] (D E F A) " -#define STRING_22150 "Asus4/G [x 0 2 0 3 0] (D E G A) " -#define STRING_22151 "Asus4/G [x 0 2 0 3 3] (D E G A) " -#define STRING_22152 "Asus4/G [x 0 2 2 3 3] (D E G A) " -#define STRING_22153 "Asus4/G [x 0 0 0 x 0] (D E G A) " -#define STRING_22154 "Asus4/Gb [0 0 0 2 3 2] (D E Gb A) " -#define STRING_22155 "Asus4/Gb [0 0 4 2 3 0] (D E Gb A) " -#define STRING_22156 "Asus4/Gb [2 x 0 2 3 0] (D E Gb A) " -#define STRING_22157 "Asus4/Gb [x 0 2 2 3 2] (D E Gb A) " -#define STRING_22158 "Asus4/Gb [x x 2 2 3 2] (D E Gb A) " -#define STRING_22159 "Asus4/Gb [x 5 4 2 3 0] (D E Gb A) " -#define STRING_22160 "Asus4/Gb [x 9 7 7 x 0] (D E Gb A) " -#define STRING_22161 "B or Bmaj [x 2 4 4 4 2] (Eb Gb B) " -#define STRING_22162 "B #5 or Baug [3 2 1 0 0 3] (Eb G B) " -#define STRING_22163 "B #5 or Baug [3 x 1 0 0 3] (Eb G B) " -#define STRING_22164 "B/A [2 x 1 2 0 2] (Eb Gb A B) " -#define STRING_22165 "B/A [x 0 1 2 0 2] (Eb Gb A B) " -#define STRING_22166 "B/A [x 2 1 2 0 2] (Eb Gb A B) " -#define STRING_22167 "B/A [x 2 4 2 4 2] (Eb Gb A B) " -#define STRING_22168 "B/Ab [x x 4 4 4 4] (Eb Gb Ab B) " -#define STRING_22169 "B/E [x 2 2 4 4 2] (Eb E Gb B) " -#define STRING_22170 "B/E [x x 4 4 4 0] (Eb E Gb B) " -#define STRING_22171 "B5 or B(no 3rd) [7 9 9 x x 2] (Gb B)" -#define STRING_22172 "B5 or B(no 3rd) [x 2 4 4 x 2] (Gb B)" -#define STRING_22173 "B6 [x x 4 4 4 4] (Eb Gb Ab B) " -#define STRING_22174 "B7 or Bdom 7 [2 x 1 2 0 2] (Eb Gb A B) " -#define STRING_22175 "B7 or Bdom 7 [x 0 1 2 0 2] (Eb Gb A B) " -#define STRING_22176 "B7 or Bdom 7 [x 2 1 2 0 2] (Eb Gb A B) " -#define STRING_22177 "B7 or Bdom 7 [x 2 4 2 4 2] (Eb Gb A B) " -#define STRING_22178 "B7/add11 or B7/11 [0 0 4 4 4 0] (Eb E Gb A B) " -#define STRING_22179 "B7/add11 or B7/11 [0 2 1 2 0 2] (Eb E Gb A B) " -#define STRING_22180 "B7sus4 [x 0 4 4 0 0] (E Gb A B) " -#define STRING_22181 "B7sus4 [x 2 4 2 5 2] (E Gb A B) " -#define STRING_22182 "Baug/E [3 x 1 0 0 0] (Eb E G B) " -#define STRING_22183 "Baug/E [x x 1 0 0 0] (Eb E G B) " -#define STRING_22184 "Bb or Bbmaj [1 1 3 3 3 1] (D F Bb) " -#define STRING_22185 "Bb or Bbmaj [x 1 3 3 3 1] (D F Bb) " -#define STRING_22186 "Bb or Bbmaj [x x 0 3 3 1] (D F Bb) " -#define STRING_22187 "Bb #5 or Bbaug [x x 0 3 3 2] (D Gb Bb) " -#define STRING_22188 "Bb b5 [x x 0 3 x 0] (D E Bb) " -#define STRING_22189 "Bb/A [1 1 3 2 3 1] (D F A Bb) " -#define STRING_22190 "Bb/Ab [x 1 3 1 3 1] (D F Ab Bb) " -#define STRING_22191 "Bb/Ab [x x 3 3 3 4] (D F Ab Bb) " -#define STRING_22192 "Bb/Db [x x 0 6 6 6] (Db D F Bb) " -#define STRING_22193 "Bb/E [x 1 3 3 3 0] (D E F Bb) " -#define STRING_22194 "Bb/G [3 5 3 3 3 3] (D F G Bb) " -#define STRING_22195 "Bb/G [x x 3 3 3 3] (D F G Bb) " -#define STRING_22196 "Bb5 or Bb(no 3rd)[6 8 8 x x 6] (F Bb)" -#define STRING_22197 "Bb5 or Bb(no 3rd)[x 1 3 3 x 6] (F Bb)" -#define STRING_22198 "Bb6 [3 5 3 3 3 3] (D F G Bb) " -#define STRING_22199 "Bb6 [x x 3 3 3 3] (D F G Bb) " -#define STRING_22200 "Bb6/add9 or Bb6/9 [x 3 3 3 3 3] (C D F G Bb) " -#define STRING_22201 "Bb7 or Bbdom 7 [x 1 3 1 3 1] (D F Ab Bb) " -#define STRING_22202 "Bb7 or Bbdom 7 [x x 3 3 3 4] (D F Ab Bb) " -#define STRING_22203 "Bb7sus4 [x 1 3 1 4 1] (Eb F Ab Bb) " -#define STRING_22204 "Bbadd#11 [x 1 3 3 3 0] (D E F Bb) " -#define STRING_22205 "Bbaug/E [2 x 4 3 3 0] (D E Gb Bb) " -#define STRING_22206 "Bbdim/C [x 3 x 3 2 0] (C Db E Bb) " -#define STRING_22207 "Bbdim/D [x x 0 3 2 0] (Db D E Bb) " -#define STRING_22208 "Bbdim/G [x 1 2 0 2 0] (Db E G Bb) " -#define STRING_22209 "Bbdim/G [x x 2 3 2 3] (Db E G Bb) " -#define STRING_22210 "Bbdim/Gb [2 4 2 3 2 2] (Db E Gb Bb) " -#define STRING_22211 "Bbdim/Gb [x x 4 3 2 0] (Db E Gb Bb) " -#define STRING_22212 "Bbdim7 [x 1 2 0 2 0] (Db E G Bb) " -#define STRING_22213 "Bbdim7 [x x 2 3 2 3] (Db E G Bb) " -#define STRING_22214 "Bbm [1 1 3 3 2 1] (Db F Bb) " -#define STRING_22215 "Bbm/Ab [x 1 3 1 2 1] (Db F Ab Bb) " -#define STRING_22216 "Bbm/D [x x 0 6 6 6] (Db D F Bb) " -#define STRING_22217 "Bbm/Gb [x x 3 3 2 2] (Db F Gb Bb) " -#define STRING_22218 "Bbm7 [x 1 3 1 2 1] (Db F Ab Bb) " -#define STRING_22219 "Bbm6 [7 x 6 7 7 7 (B Ab D Gb B) " -#define STRING_22220 "Bbmaj7 or Bb#7 [1 1 3 2 3 1] (D F A Bb) " -#define STRING_22221 "Bbmaj9 or Bb9(#7) [x 3 3 3 3 5] (C D F A Bb) " -#define STRING_22222 "Bbsus2 or Bbadd9(no3)[x x 3 3 1 1] (C F Bb) " -#define STRING_22223 "Bbsus2/G [x 3 5 3 6 3] (C F G Bb) " -#define STRING_22224 "Bbsus4/Ab [x 1 3 1 4 1] (Eb F Ab Bb) " -#define STRING_22225 "Bdim/A [1 2 3 2 3 1] (D F A B) " -#define STRING_22226 "Bdim/A [x 2 0 2 0 1] (D F A B) " -#define STRING_22227 "Bdim/A [x x 0 2 0 1] (D F A B) " -#define STRING_22228 "Bdim/Ab [x 2 0 1 0 1] (D F Ab B) " -#define STRING_22229 "Bdim/Ab [x x 0 1 0 1] (D F Ab B) " -#define STRING_22230 "Bdim/Ab [x x 3 4 3 4] (D F Ab B) " -#define STRING_22231 "Bdim/G [1 x 0 0 0 3] (D F G B) " -#define STRING_22232 "Bdim/G [3 2 0 0 0 1] (D F G B) " -#define STRING_22233 "Bdim/G [x x 0 0 0 1] (D F G B) " -#define STRING_22234 "Bdim7 [x 2 0 1 0 1] (D F Ab B) " -#define STRING_22235 "Bdim7 [x x 0 1 0 1] (D F Ab B) " -#define STRING_22236 "Bdim7 [x x 3 4 3 4] (D F Ab B) " -#define STRING_22237 "Bm [2 2 4 4 3 2] (D Gb B) " -#define STRING_22238 "Bm [x 2 4 4 3 2] (D Gb B) " -#define STRING_22239 "Bm [x x 0 4 3 2] (D Gb B) " -#define STRING_22240 "Bm/A [x 0 4 4 3 2] (D Gb A B) " -#define STRING_22241 "Bm/A [x 2 0 2 0 2] (D Gb A B) " -#define STRING_22242 "Bm/A [x 2 0 2 3 2] (D Gb A B) " -#define STRING_22243 "Bm/A [x 2 4 2 3 2] (D Gb A B) " -#define STRING_22244 "Bm/A [x x 0 2 0 2] (D Gb A B) " -#define STRING_22245 "Bm/G [2 2 0 0 0 3] (D Gb G B) " -#define STRING_22246 "Bm/G [2 2 0 0 3 3] (D Gb G B) " -#define STRING_22247 "Bm/G [3 2 0 0 0 2] (D Gb G B) " -#define STRING_22248 "Bm/G [x x 4 4 3 3] (D Gb G B) " -#define STRING_22249 "Bm7 [x 0 4 4 3 2] (D Gb A B) " -#define STRING_22250 "Bm7 [x 2 0 2 0 2] (D Gb A B) " -#define STRING_22251 "Bm7 [x 2 0 2 3 2] (D Gb A B) " -#define STRING_22252 "Bm7 [x 2 4 2 3 2] (D Gb A B) " -#define STRING_22253 "Bm7 [x x 0 2 0 2] (D Gb A B) " -#define STRING_22254 "Bm7(b5) or Bo7 [1 2 3 2 3 1] (D F A B) " -#define STRING_22255 "Bm7(b5) or Bo7 [x 2 0 2 0 1] (D F A B) " -#define STRING_22256 "Bm7(b5) or Bo7 [x x 0 2 0 1] (D F A B) " -#define STRING_22257 "Bm7/add11 or Bm7/11 [0 0 2 4 3 2] (D E Gb A B) " -#define STRING_22258 "Bm7/add11 or Bm7/11 [0 2 0 2 0 2] (D E Gb A B) " -#define STRING_22259 "Bmaj7/#11 [x 2 3 3 4 2] (Eb F Gb Bb B) " -#define STRING_22260 "Bsus or Bsus4 [7 9 9 x x 0] (E Gb B) " -#define STRING_22261 "Bsus or Bsus4 [x 2 4 4 x 0] (E Gb B) " -#define STRING_22262 "Bsus2 or Badd9(no3)[x 4 4 4 x 2] (Db Gb B)" -#define STRING_22263 "Bsus2 or Badd9(no3)[x x 4 4 2 2] (Db Gb B) " -#define STRING_22264 "Bsus2/E [x 4 4 4 x 0] (Db E Gb B) " -#define STRING_22265 "Bsus4/A [x 0 4 4 0 0] (E Gb A B) " -#define STRING_22266 "Bsus4/A [x 2 4 2 5 2] (E Gb A B) " -#define STRING_22267 "Bsus4/Ab [0 2 2 1 0 2] (E Gb Ab B) " -#define STRING_22268 "Bsus4/Ab [0 x 4 1 0 0] (E Gb Ab B) " -#define STRING_22269 "Bsus4/Ab [2 2 2 1 0 0] (E Gb Ab B) " -#define STRING_22270 "Bsus4/Db [x 4 4 4 x 0] (Db E Gb B) " -#define STRING_22271 "Bsus4/Eb [x 2 2 4 4 2] (Eb E Gb B) " -#define STRING_22272 "Bsus4/Eb [x x 4 4 4 0] (Eb E Gb B) " -#define STRING_22273 "Bsus4/G [0 2 2 0 0 2] (E Gb G B) " -#define STRING_22274 "Bsus4/G [0 2 4 0 0 0] (E Gb G B) " -#define STRING_22275 "Bsus4/G [0 x 4 0 0 0] (E Gb G B) " -#define STRING_22276 "Bsus4/G [2 2 2 0 0 0] (E Gb G B) " -#define STRING_22277 "C or Cmaj [0 3 2 0 1 0] (C E G) " -#define STRING_22278 "C or Cmaj [0 3 5 5 5 3] (C E G) " -#define STRING_22279 "C or Cmaj [3 3 2 0 1 0] (C E G) " -#define STRING_22280 "C or Cmaj [3 x 2 0 1 0] (C E G) " -#define STRING_22281 "C or Cmaj [x 3 2 0 1 0] (C E G) " -#define STRING_22282 "C or Cmaj [x 3 5 5 5 0] (C E G) " -#define STRING_22283 "C #5 or Caug [x 3 2 1 1 0] (C E Ab) " -#define STRING_22284 "C b5 [x x 4 5 x 0] (C E Gb) " -#define STRING_22285 "C/A [0 0 2 0 1 3] (C E G A) " -#define STRING_22286 "C/A [x 0 2 0 1 0] (C E G A) " -#define STRING_22287 "C/A [x 0 2 2 1 3] (C E G A) " -#define STRING_22288 "C/A [x 0 5 5 5 8] (C E G A) " -#define STRING_22289 "C/B [0 3 2 0 0 0] (C E G B) " -#define STRING_22290 "C/B [x 2 2 0 1 0] (C E G B) " -#define STRING_22291 "C/B [x 3 5 4 5 3] (C E G B) " -#define STRING_22292 "C/Bb [x 3 5 3 5 3] (C E G Bb) " -#define STRING_22293 "C/D [3 x 0 0 1 0] (C D E G) " -#define STRING_22294 "C/D [x 3 0 0 1 0] (C D E G) " -#define STRING_22295 "C/D [x 3 2 0 3 0] (C D E G) " -#define STRING_22296 "C/D [x 3 2 0 3 3] (C D E G) " -#define STRING_22297 "C/D [x x 0 0 1 0] (C D E G) " -#define STRING_22298 "C/D [x x 0 5 5 3] (C D E G) " -#define STRING_22299 "C/D [x 10 12 12 13 0] (C D E G) " -#define STRING_22300 "C/D [x 5 5 5 x 0] (C D E G) " -#define STRING_22301 "C/F [x 3 3 0 1 0] (C E F G) " -#define STRING_22302 "C/F [x x 3 0 1 0] (C E F G) " -#define STRING_22303 "C5 or C(no 3rd) [x 3 5 5 x 3] (C G)" -#define STRING_22304 "C6 [0 0 2 0 1 3] (C E G A) " -#define STRING_22305 "C6 [x 0 2 0 1 0] (C E G A) " -#define STRING_22306 "C6 [x 0 2 2 1 3] (C E G A) " -#define STRING_22307 "C6 [x 0 5 5 5 8] (C E G A) " -#define STRING_22308 "C6/add9 or C6/9 [x 5 7 5 8 0] (C D E G A) " -#define STRING_22309 "C7 or Cdom 7 [x 3 5 3 5 3] (C E G Bb) " -#define STRING_22310 "C7sus4 [x 3 5 3 6 3] (C F G Bb) " -#define STRING_22311 "C9(b5) [0 3 x 3 3 2] (C D E Gb Bb) " -#define STRING_22312 "Cadd9 or C2 [3 x 0 0 1 0] (C D E G) " -#define STRING_22313 "Cadd9 or C2 [x 3 0 0 1 0] (C D E G) " -#define STRING_22314 "Cadd9 or C2 [x 3 2 0 3 0] (C D E G) " -#define STRING_22315 "Cadd9 or C2 [x 3 2 0 3 3] (C D E G) " -#define STRING_22316 "Cadd9 or C2 [x x 0 0 1 0] (C D E G) " -#define STRING_22317 "Cadd9 or C2 [x x 0 5 5 3] (C D E G) " -#define STRING_22318 "Cadd9 or C2 [x 10 12 12 13 0] (C D E G) " -#define STRING_22319 "Cadd9 or C2 [x 3 2 0 3 0] (C D E G) " -#define STRING_22320 "Cadd9 or C2 [x 5 5 5 x 0] (C D E G) " -#define STRING_22321 "Cdim/A [x x 1 2 1 2] (C Eb Gb A) " -#define STRING_22322 "Cdim/Ab [x x 1 1 1 2] (C Eb Gb Ab) " -#define STRING_22323 "Cdim/Ab [x x 4 5 4 4] (C Eb Gb Ab) " -#define STRING_22324 "Cdim/D [x 5 4 5 4 2] (C D Eb Gb)" -#define STRING_22325 "Cdim7 [x x 1 2 1 2] (C Eb Gb A) " -#define STRING_22326 "Cm [x 3 5 5 4 3] (C Eb G) " -#define STRING_22327 "Cm [x x 5 5 4 3] (C Eb G) " -#define STRING_22328 "Cm/A [x x 1 2 1 3] (C Eb G A) " -#define STRING_22329 "Cm/Bb [x 3 5 3 4 3] (C Eb G Bb) " -#define STRING_22330 "Cm6 [x x 1 2 1 3] (C Eb G A) " -#define STRING_22331 "Cm6 [8 x 7 8 8 8] (C A Eb G C) " -#define STRING_22332 "Cm7 [x 3 5 3 4 3] (C Eb G Bb) " -#define STRING_22333 "Cmaj7 or C#7 [0 3 2 0 0 0] (C E G B) " -#define STRING_22334 "Cmaj7 or C#7 [x 2 2 0 1 0] (C E G B) " -#define STRING_22335 "Cmaj7 or C#7 [x 3 5 4 5 3] (C E G B) " -#define STRING_22336 "Cmaj9 or C9(#7) [x 3 0 0 0 0] (C D E G B) " -#define STRING_22337 "Csus or Csus4 [x 3 3 0 1 1] (C F G) " -#define STRING_22338 "Csus or Csus4 [x x 3 0 1 1] (C F G) " -#define STRING_22339 "Csus2 or Cadd9(no3)[x 10 12 12 13 3] (C D G)" -#define STRING_22340 "Csus2 or Cadd9(no3)[x 5 5 5 x 3] (C D G)" -#define STRING_22341 "Csus2 or Cadd9(no3)[x 3 0 0 3 3] (C D G) " -#define STRING_22342 "Csus2 or Cadd9(no3)[x 3 5 5 3 3] (C D G) " -#define STRING_22343 "Csus2/A [x 5 7 5 8 3] (C D G A)" -#define STRING_22344 "Csus2/A [x x 0 2 1 3] (C D G A) " -#define STRING_22345 "Csus2/B [3 3 0 0 0 3] (C D G B) " -#define STRING_22346 "Csus2/B [x 3 0 0 0 3] (C D G B) " -#define STRING_22347 "Csus2/E [3 x 0 0 1 0] (C D E G) " -#define STRING_22348 "Csus2/E [x 3 0 0 1 0] (C D E G) " -#define STRING_22349 "Csus2/E [x 3 2 0 3 0] (C D E G) " -#define STRING_22350 "Csus2/E [x 3 2 0 3 3] (C D E G) " -#define STRING_22351 "Csus2/E [x x 0 0 1 0] (C D E G) " -#define STRING_22352 "Csus2/E [x x 0 5 5 3] (C D E G) " -#define STRING_22353 "Csus2/E [x 10 12 12 13 0] (C D E G) " -#define STRING_22354 "Csus2/E [x 5 5 5 x 0] (C D E G) " -#define STRING_22355 "Csus2/F [3 3 0 0 1 1] (C D F G) " -#define STRING_22356 "Csus4/A [3 x 3 2 1 1] (C F G A) " -#define STRING_22357 "Csus4/A [x x 3 2 1 3] (C F G A) " -#define STRING_22358 "Csus4/B [x 3 3 0 0 3] (C F G B) " -#define STRING_22359 "Csus4/Bb [x 3 5 3 6 3] (C F G Bb) " -#define STRING_22360 "Csus4/D [3 3 0 0 1 1] (C D F G) " -#define STRING_22361 "Csus4/E [x 3 3 0 1 0] (C E F G) " -#define STRING_22362 "Csus4/E [x x 3 0 1 0] (C E F G) " -#define STRING_22363 "D or Dmaj [x 5 4 2 3 2] (D Gb A)" -#define STRING_22364 "D or Dmaj [x 9 7 7 x 2] (D Gb A)" -#define STRING_22365 "D or Dmaj [2 0 0 2 3 2] (D Gb A) " -#define STRING_22366 "D or Dmaj [x 0 0 2 3 2] (D Gb A) " -#define STRING_22367 "D or Dmaj [x 0 4 2 3 2] (D Gb A) " -#define STRING_22368 "D or Dmaj [x x 0 2 3 2] (D Gb A) " -#define STRING_22369 "D or Dmaj [x x 0 7 7 5] (D Gb A) " -#define STRING_22370 "D #5 or Daug [x x 0 3 3 2] (D Gb Bb) " -#define STRING_22371 "D/B [x 0 4 4 3 2] (D Gb A B) " -#define STRING_22372 "D/B [x 2 0 2 0 2] (D Gb A B) " -#define STRING_22373 "D/B [x 2 0 2 3 2] (D Gb A B) " -#define STRING_22374 "D/B [x 2 4 2 3 2] (D Gb A B) " -#define STRING_22375 "D/B [x x 0 2 0 2] (D Gb A B) " -#define STRING_22376 "D/C [x 5 7 5 7 2] (C D Gb A)" -#define STRING_22377 "D/C [x 0 0 2 1 2] (C D Gb A) " -#define STRING_22378 "D/C [x 3 x 2 3 2] (C D Gb A) " -#define STRING_22379 "D/C [x 5 7 5 7 5] (C D Gb A) " -#define STRING_22380 "D/Db [x x 0 14 14 14] (Db D Gb A) " -#define STRING_22381 "D/Db [x x 0 2 2 2] (Db D Gb A) " -#define STRING_22382 "D/E [0 0 0 2 3 2] (D E Gb A) " -#define STRING_22383 "D/E [0 0 4 2 3 0] (D E Gb A) " -#define STRING_22384 "D/E [2 x 0 2 3 0] (D E Gb A) " -#define STRING_22385 "D/E [x 0 2 2 3 2] (D E Gb A) " -#define STRING_22386 "D/E [x x 2 2 3 2] (D E Gb A) " -#define STRING_22387 "D/E [x 5 4 2 3 0] (D E Gb A) " -#define STRING_22388 "D/E [x 9 7 7 x 0] (D E Gb A) " -#define STRING_22389 "D/G [5 x 4 0 3 5] (D Gb G A)" -#define STRING_22390 "D/G [3 x 0 2 3 2] (D Gb G A) " -#define STRING_22391 "D5 or D(no 3rd) [5 5 7 7 x 5] (D A)" -#define STRING_22392 "D5 or D(no 3rd) [x 0 0 2 3 5] (D A)" -#define STRING_22393 "D6 [x 0 4 4 3 2] (D Gb A B) " -#define STRING_22394 "D6 [x 2 0 2 0 2] (D Gb A B) " -#define STRING_22395 "D6 [x 2 0 2 3 2] (D Gb A B) " -#define STRING_22396 "D6 [x 2 4 2 3 2] (D Gb A B) " -#define STRING_22397 "D6 [x x 0 2 0 2] (D Gb A B) " -#define STRING_22398 "D6/add9 or D6/9 [0 0 2 4 3 2] (D E Gb A B) " -#define STRING_22399 "D6/add9 or D6/9 [0 2 0 2 0 2] (D E Gb A B) " -#define STRING_22400 "D7 or Ddom 7 [x 5 7 5 7 2] (C D Gb A)" -#define STRING_22401 "D7 or Ddom 7 [x 0 0 2 1 2] (C D Gb A) " -#define STRING_22402 "D7 or Ddom 7 [x 3 x 2 3 2] (C D Gb A) " -#define STRING_22403 "D7 or Ddom 7 [x 5 7 5 7 5] (C D Gb A) " -#define STRING_22404 "D7sus4 [x 5 7 5 8 3] (C D G A)" -#define STRING_22405 "D7sus4 [x x 0 2 1 3] (C D G A) " -#define STRING_22406 "D9 or Ddom 9 [0 0 0 2 1 2] (C D E Gb A) " -#define STRING_22407 "D9 or Ddom 9 [2 x 0 2 1 0] (C D E Gb A) " -#define STRING_22408 "D9 or Ddom 9 [x 5 7 5 7 0] (C D E Gb A) " -#define STRING_22409 "D9(#5) [0 3 x 3 3 2] (C D E Gb Bb) " -#define STRING_22410 "Dadd9 or D2 [0 0 0 2 3 2] (D E Gb A) " -#define STRING_22411 "Dadd9 or D2 [0 0 4 2 3 0] (D E Gb A) " -#define STRING_22412 "Dadd9 or D2 [2 x 0 2 3 0] (D E Gb A) " -#define STRING_22413 "Dadd9 or D2 [x 0 2 2 3 2] (D E Gb A) " -#define STRING_22414 "Dadd9 or D2 [x x 2 2 3 2] (D E Gb A) " -#define STRING_22415 "Dadd9 or D2 [x 5 4 2 3 0] (D E Gb A) " -#define STRING_22416 "Dadd9 or D2 [x 9 7 7 x 0] (D E Gb A) " -#define STRING_22417 "Daug/E [2 x 4 3 3 0] (D E Gb Bb) " -#define STRING_22418 "Db or Dbmaj [4 4 6 6 6 4] (Db F Ab) " -#define STRING_22419 "Db or Dbmaj [x 4 3 1 2 1] (Db F Ab) " -#define STRING_22420 "Db or Dbmaj [x 4 6 6 6 4] (Db F Ab) " -#define STRING_22421 "Db or Dbmaj [x x 3 1 2 1] (Db F Ab) " -#define STRING_22422 "Db or Dbmaj [x x 6 6 6 4] (Db F Ab) " -#define STRING_22423 "Db #5 or Dbaug [x 0 3 2 2 1] (Db F A) " -#define STRING_22424 "Db #5 or Dbaug [x 0 x 2 2 1] (Db F A) " -#define STRING_22425 "Db b5 [x x 3 0 2 1] (Db F G) " -#define STRING_22426 "Db/B [x 4 3 4 0 4] (Db F Ab B) " -#define STRING_22427 "Db/Bb [x 1 3 1 2 1] (Db F Ab Bb) " -#define STRING_22428 "Db/C [x 3 3 1 2 1] (C Db F Ab) " -#define STRING_22429 "Db/C [x 4 6 5 6 4] (C Db F Ab) " -#define STRING_22430 "Db5 or Db(no 3rd)[x 4 6 6 x 4] (Db Ab)" -#define STRING_22431 "Db6 [x 1 3 1 2 1] (Db F Ab Bb) " -#define STRING_22432 "Db7 or Dbdom 7 [x 4 3 4 0 4] (Db F Ab B) " -#define STRING_22433 "Dbaug/D [x x 0 2 2 1] (Db D F A) " -#define STRING_22434 "Dbaug/G [1 0 3 0 2 1] (Db F G A) " -#define STRING_22435 "Dbdim/A [3 x 2 2 2 0] (Db E G A) " -#define STRING_22436 "Dbdim/A [x 0 2 0 2 0] (Db E G A) " -#define STRING_22437 "Dbdim/A [x 0 2 2 2 3] (Db E G A) " -#define STRING_22438 "Dbdim/B [0 2 2 0 2 0] (Db E G B) " -#define STRING_22439 "Dbdim/Bb [x 1 2 0 2 0] (Db E G Bb) " -#define STRING_22440 "Dbdim/Bb [x x 2 3 2 3] (Db E G Bb) " -#define STRING_22441 "Dbdim/D [3 x 0 0 2 0] (Db D E G) " -#define STRING_22442 "Dbdim/D [x x 0 0 2 0] (Db D E G) " -#define STRING_22443 "Dbdim7 [x 1 2 0 2 0] (Db E G Bb) " -#define STRING_22444 "Dbdim7 [x x 2 3 2 3] (Db E G Bb) " -#define STRING_22445 "Dbm [x 4 6 6 5 4] (Db E Ab) " -#define STRING_22446 "Dbm [x x 2 1 2 0] (Db E Ab) " -#define STRING_22447 "Dbm [x 4 6 6 x 0] (Db E Ab) " -#define STRING_22448 "Dbm/A [x 0 2 1 2 0] (Db E Ab A) " -#define STRING_22449 "Dbm/B [0 2 2 1 2 0] (Db E Ab B) " -#define STRING_22450 "Dbm/B [x 4 6 4 5 4] (Db E Ab B) " -#define STRING_22451 "Dbm7 [0 2 2 1 2 0] (Db E Ab B) " -#define STRING_22452 "Dbm7 [x 4 6 4 5 4] (Db E Ab B) " -#define STRING_22453 "Dbm7(b5) or Dbo7 [0 2 2 0 2 0] (Db E G B) " -#define STRING_22454 "Dbmaj7 or Db#7 [x 3 3 1 2 1] (C Db F Ab) " -#define STRING_22455 "Dbmaj7 or Db#7 [x 4 6 5 6 4] (C Db F Ab) " -#define STRING_22456 "Dbsus2 or Dbadd9(no3) [x x 6 6 4 4] (Db Eb Ab) " -#define STRING_22457 "Dbsus4/Bb [x x 4 3 2 4] (Db Gb Ab Bb) " -#define STRING_22458 "Ddim/B [x 2 0 1 0 1] (D F Ab B) " -#define STRING_22459 "Ddim/B [x x 0 1 0 1] (D F Ab B) " -#define STRING_22460 "Ddim/B [x x 3 4 3 4] (D F Ab B) " -#define STRING_22461 "Ddim/Bb [x 1 3 1 3 1] (D F Ab Bb) " -#define STRING_22462 "Ddim/Bb [x x 3 3 3 4] (D F Ab Bb) " -#define STRING_22463 "Ddim/C [x x 0 1 1 1] (C D F Ab) " -#define STRING_22464 "Ddim7 [x 2 0 1 0 1] (D F Ab B) " -#define STRING_22465 "Ddim7 [x x 0 1 0 1] (D F Ab B) " -#define STRING_22466 "Ddim7 [x x 3 4 3 4] (D F Ab B) " -#define STRING_22467 "Dm [x 0 0 2 3 1] (D F A) " -#define STRING_22468 "Dm/B [1 2 3 2 3 1] (D F A B) " -#define STRING_22469 "Dm/B [x 2 0 2 0 1] (D F A B) " -#define STRING_22470 "Dm/B [x x 0 2 0 1] (D F A B) " -#define STRING_22471 "Dm/Bb [1 1 3 2 3 1] (D F A Bb) " -#define STRING_22472 "Dm/C [x 5 7 5 6 5] (C D F A) " -#define STRING_22473 "Dm/C [x x 0 2 1 1] (C D F A) " -#define STRING_22474 "Dm/C [x x 0 5 6 5] (C D F A) " -#define STRING_22475 "Dm/Db [x x 0 2 2 1] (Db D F A) " -#define STRING_22476 "Dm/E [x x 7 7 6 0] (D E F A) " -#define STRING_22477 "Dm6 [1 2 3 2 3 1] (D F A B) " -#define STRING_22478 "Dm6 [x 2 0 2 0 1] (D F A B) " -#define STRING_22479 "Dm6 [x x 0 2 0 1] (D F A B) " -#define STRING_22480 "Dm6 [10 x 9 10 10 10] (D B F A D) " -#define STRING_22481 "Dm7 [x 5 7 5 6 5] (C D F A) " -#define STRING_22482 "Dm7 [x x 0 2 1 1] (C D F A) " -#define STRING_22483 "Dm7 [x x 0 5 6 5] (C D F A) " -#define STRING_22484 "Dm7(b5) or Do7 [x x 0 1 1 1] (C D F Ab) " -#define STRING_22485 "Dm7/add11 or Dm7/11 [3 x 0 2 1 1] (C D F G A) " -#define STRING_22486 "Dmaj7 or D#7 [x x 0 14 14 14] (Db D Gb A) " -#define STRING_22487 "Dmaj7 or D#7 [x x 0 2 2 2] (Db D Gb A) " -#define STRING_22488 "Dmin/maj7 [x x 0 2 2 1] (Db D F A) " -#define STRING_22489 "Dsus or Dsus4 [5 x 0 0 3 5] (D G A)" -#define STRING_22490 "Dsus or Dsus4 [3 0 0 0 3 3] (D G A) " -#define STRING_22491 "Dsus or Dsus4 [x 0 0 0 3 3] (D G A) " -#define STRING_22492 "Dsus or Dsus4 [x x 0 2 3 3] (D G A) " -#define STRING_22493 "Dsus2 or Dadd9(no3)[5 5 7 7 x 0] (D E A)" -#define STRING_22494 "Dsus2 or Dadd9(no3)[x 0 0 2 3 0] (D E A)" -#define STRING_22495 "Dsus2 or Dadd9(no3)[0 0 2 2 3 0] (D E A) " -#define STRING_22496 "Dsus2 or Dadd9(no3)[x 0 2 2 3 0] (D E A) " -#define STRING_22497 "Dsus2 or Dadd9(no3)[x x 0 2 3 0] (D E A) " -#define STRING_22498 "Dsus2/Ab [4 x 0 2 3 0] (D E Ab A) " -#define STRING_22499 "Dsus2/B [0 2 0 2 0 0] (D E A B) " -#define STRING_22500 "Dsus2/B [x 2 0 2 3 0] (D E A B) " -#define STRING_22501 "Dsus2/Bb [0 1 x 2 3 0] (D E A Bb) " -#define STRING_22502 "Dsus2/C [x x 0 2 1 0] (C D E A) " -#define STRING_22503 "Dsus2/C [x x 0 5 5 5] (C D E A) " -#define STRING_22504 "Dsus2/Db [x 0 0 2 2 0] (Db D E A) " -#define STRING_22505 "Dsus2/Db [x x 0 2 2 0] (Db D E A) " -#define STRING_22506 "Dsus2/Db [x x 0 6 5 5] (Db D E A) " -#define STRING_22507 "Dsus2/Db [x x 0 9 10 9] (Db D E A) " -#define STRING_22508 "Dsus2/F [x x 7 7 6 0] (D E F A) " -#define STRING_22509 "Dsus2/G [x 0 2 0 3 0] (D E G A) " -#define STRING_22510 "Dsus2/G [x 0 2 0 3 3] (D E G A) " -#define STRING_22511 "Dsus2/G [x 0 2 2 3 3] (D E G A) " -#define STRING_22512 "Dsus2/G [5 x 0 0 3 0] (D E G A) " -#define STRING_22513 "Dsus2/G [x 0 0 0 x 0] (D E G A) " -#define STRING_22514 "Dsus2/Gb [0 0 0 2 3 2] (D E Gb A) " -#define STRING_22515 "Dsus2/Gb [0 0 4 2 3 0] (D E Gb A) " -#define STRING_22516 "Dsus2/Gb [2 x 0 2 3 0] (D E Gb A) " -#define STRING_22517 "Dsus2/Gb [x 0 2 2 3 2] (D E Gb A) " -#define STRING_22518 "Dsus2/Gb [x x 2 2 3 2] (D E Gb A) " -#define STRING_22519 "Dsus2/Gb [x 5 4 2 3 0] (D E Gb A) " -#define STRING_22520 "Dsus2/Gb [x 9 7 7 x 0] (D E Gb A) " -#define STRING_22521 "Dsus4/B [3 0 0 0 0 3] (D G A B) " -#define STRING_22522 "Dsus4/B [3 2 0 2 0 3] (D G A B) " -#define STRING_22523 "Dsus4/C [x 5 7 5 8 3] (C D G A)" -#define STRING_22524 "Dsus4/C [x x 0 2 1 3] (C D G A) " -#define STRING_22525 "Dsus4/E [x 0 2 0 3 0] (D E G A) " -#define STRING_22526 "Dsus4/E [x 0 2 0 3 3] (D E G A) " -#define STRING_22527 "Dsus4/E [x 0 2 2 3 3] (D E G A) " -#define STRING_22528 "Dsus4/E [5 x 0 0 3 0] (D E G A) " -#define STRING_22529 "Dsus4/E [x 0 0 0 x 0] (D E G A) " -#define STRING_22530 "Dsus4/Gb [5 x 4 0 3 5] (D Gb G A)" -#define STRING_22531 "Dsus4/Gb [3 x 0 2 3 2] (D Gb G A) " -#define STRING_22532 "E or Emaj [0 2 2 1 0 0] (E Ab B) " -#define STRING_22533 "E or Emaj [x 7 6 4 5 0] (E Ab B) " -#define STRING_22534 "E #5 or Eaug [x 3 2 1 1 0] (C E Ab) " -#define STRING_22535 "E/A [x 0 2 1 0 0] (E Ab A B) " -#define STRING_22536 "E/D [0 2 0 1 0 0] (D E Ab B) " -#define STRING_22537 "E/D [0 2 2 1 3 0] (D E Ab B) " -#define STRING_22538 "E/D [x 2 0 1 3 0] (D E Ab B) " -#define STRING_22539 "E/D [x x 0 1 0 0] (D E Ab B) " -#define STRING_22540 "E/Db [0 2 2 1 2 0] (Db E Ab B) " -#define STRING_22541 "E/Db [x 4 6 4 5 4] (Db E Ab B) " -#define STRING_22542 "E/Eb [0 2 1 1 0 0] (Eb E Ab B) " -#define STRING_22543 "E/Eb [0 x 6 4 4 0] (Eb E Ab B) " -#define STRING_22544 "E/Eb [x x 1 1 0 0] (Eb E Ab B) " -#define STRING_22545 "E/Gb [0 2 2 1 0 2] (E Gb Ab B) " -#define STRING_22546 "E/Gb [0 x 4 1 0 0] (E Gb Ab B) " -#define STRING_22547 "E/Gb [2 2 2 1 0 0] (E Gb Ab B) " -#define STRING_22548 "E11/b9 [0 0 3 4 3 4] (D E F Ab A B) " -#define STRING_22549 "E5 or E(no 3rd) [0 2 x x x 0] (E B) " -#define STRING_22550 "E5 or E(no 3rd) [x 7 9 9 x 0] (E B) " -#define STRING_22551 "E6 [0 2 2 1 2 0] (Db E Ab B) " -#define STRING_22552 "E6 [x 4 6 4 5 4] (Db E Ab B) " -#define STRING_22553 "E7 or Edom 7 [0 2 0 1 0 0] (D E Ab B) " -#define STRING_22554 "E7 or Edom 7 [0 2 2 1 3 0] (D E Ab B) " -#define STRING_22555 "E7 or Edom 7 [x 2 0 1 3 0] (D E Ab B) " -#define STRING_22556 "E7 or Edom 7 [x x 0 1 0 0] (D E Ab B) " -#define STRING_22557 "E7/add11 or E7/11 [x 0 0 1 0 0] (D E Ab A B) " -#define STRING_22558 "E7/b9(b5) [0 1 3 1 3 1] (D E F Ab Bb) " -#define STRING_22559 "E7sus4 [0 2 0 2 0 0] (D E A B) " -#define STRING_22560 "E9 or Edom 9 [0 2 0 1 0 2] (D E Gb Ab B) " -#define STRING_22561 "E9 or Edom 9 [2 2 0 1 0 0] (D E Gb Ab B) " -#define STRING_22562 "Eadd9 or E2 [0 2 2 1 0 2] (E Gb Ab B) " -#define STRING_22563 "Eadd9 or E2 [0 x 4 1 0 0] (E Gb Ab B) " -#define STRING_22564 "Eadd9 or E2 [2 2 2 1 0 0] (E Gb Ab B) " -#define STRING_22565 "Eb or Ebmaj [x 1 1 3 4 3] (Eb G Bb) " -#define STRING_22566 "Eb or Ebmaj [x x 1 3 4 3] (Eb G Bb) " -#define STRING_22567 "Eb or Ebmaj [x x 5 3 4 3] (Eb G Bb) " -#define STRING_22568 "Eb #5 or Ebaug [3 2 1 0 0 3] (Eb G B) " -#define STRING_22569 "Eb #5 or Ebaug [3 x 1 0 0 3] (Eb G B) " -#define STRING_22570 "Eb/C [x 3 5 3 4 3] (C Eb G Bb) " -#define STRING_22571 "Eb/D [x 6 8 7 8 6] (D Eb G Bb) " -#define STRING_22572 "Eb/Db [x 1 1 3 2 3] (Db Eb G Bb) " -#define STRING_22573 "Eb/Db [x 6 8 6 8 6] (Db Eb G Bb) " -#define STRING_22574 "Eb/Db [x x 1 3 2 3] (Db Eb G Bb) " -#define STRING_22575 "Eb/E [x x 5 3 4 0] (Eb E G Bb) " -#define STRING_22576 "Eb5 or Eb(no 3rd)[x 6 8 8 x 6] (Eb Bb)" -#define STRING_22577 "Eb6 [x 3 5 3 4 3] (C Eb G Bb) " -#define STRING_22578 "Eb7 or Ebdom 7 [x 1 1 3 2 3] (Db Eb G Bb) " -#define STRING_22579 "Eb7 or Ebdom 7 [x 6 8 6 8 6] (Db Eb G Bb) " -#define STRING_22580 "Eb7 or Ebdom 7 [x x 1 3 2 3] (Db Eb G Bb) " -#define STRING_22581 "Ebaug/E [3 x 1 0 0 0] (Eb E G B) " -#define STRING_22582 "Ebaug/E [x x 1 0 0 0] (Eb E G B) " -#define STRING_22583 "Ebdim/B [2 x 1 2 0 2] (Eb Gb A B) " -#define STRING_22584 "Ebdim/B [x 0 1 2 0 2] (Eb Gb A B) " -#define STRING_22585 "Ebdim/B [x 2 1 2 0 2] (Eb Gb A B) " -#define STRING_22586 "Ebdim/B [x 2 4 2 4 2] (Eb Gb A B) " -#define STRING_22587 "Ebdim/C [x x 1 2 1 2] (C Eb Gb A) " -#define STRING_22588 "Ebdim7 [x x 1 2 1 2] (C Eb Gb A) " -#define STRING_22589 "Ebm [x x 4 3 4 2] (Eb Gb Bb) " -#define STRING_22590 "Ebm/Db [x x 1 3 2 2] (Db Eb Gb Bb) " -#define STRING_22591 "Ebm7 [x x 1 3 2 2] (Db Eb Gb Bb) " -#define STRING_22592 "Ebmaj7 or Eb#7 [x 6 8 7 8 6] (D Eb G Bb) " -#define STRING_22593 "Ebsus2/Ab [x 1 3 1 4 1] (Eb F Ab Bb) " -#define STRING_22594 "Ebsus4/F [x 1 3 1 4 1] (Eb F Ab Bb) " -#define STRING_22595 "Edim/C [x 3 5 3 5 3] (C E G Bb) " -#define STRING_22596 "Edim/D [3 x 0 3 3 0] (D E G Bb) " -#define STRING_22597 "Edim/Db [x 1 2 0 2 0] (Db E G Bb) " -#define STRING_22598 "Edim/Db [x x 2 3 2 3] (Db E G Bb) " -#define STRING_22599 "Edim/Eb [x x 5 3 4 0] (Eb E G Bb) " -#define STRING_22600 "Edim7 [x 1 2 0 2 0] (Db E G Bb) " -#define STRING_22601 "Edim7 [x x 2 3 2 3] (Db E G Bb) " -#define STRING_22602 "Em [0 2 2 0 0 0] (E G B) " -#define STRING_22603 "Em [3 x 2 0 0 0] (E G B) " -#define STRING_22604 "Em [x 2 5 x x 0] (E G B) " -#define STRING_22605 "Em/A [3 x 2 2 0 0] (E G A B) " -#define STRING_22606 "Em/A [x 0 2 0 0 0] (E G A B) " -#define STRING_22607 "Em/A [x 0 5 4 5 0] (E G A B) " -#define STRING_22608 "Em/C [0 3 2 0 0 0] (C E G B) " -#define STRING_22609 "Em/C [x 2 2 0 1 0] (C E G B) " -#define STRING_22610 "Em/C [x 3 5 4 5 3] (C E G B) " -#define STRING_22611 "Em/D [0 2 0 0 0 0] (D E G B) " -#define STRING_22612 "Em/D [0 2 0 0 3 0] (D E G B) " -#define STRING_22613 "Em/D [0 2 2 0 3 0] (D E G B) " -#define STRING_22614 "Em/D [0 2 2 0 3 3] (D E G B) " -#define STRING_22615 "Em/D [x x 0 12 12 12] (D E G B) " -#define STRING_22616 "Em/D [x x 0 9 8 7] (D E G B) " -#define STRING_22617 "Em/D [x x 2 4 3 3] (D E G B) " -#define STRING_22618 "Em/D [0 x 0 0 0 0] (D E G B) " -#define STRING_22619 "Em/D [x 10 12 12 12 0] (D E G B) " -#define STRING_22620 "Em/Db [0 2 2 0 2 0] (Db E G B) " -#define STRING_22621 "Em/Eb [3 x 1 0 0 0] (Eb E G B) " -#define STRING_22622 "Em/Eb [x x 1 0 0 0] (Eb E G B) " -#define STRING_22623 "Em/Gb [0 2 2 0 0 2] (E Gb G B) " -#define STRING_22624 "Em/Gb [0 2 4 0 0 0] (E Gb G B) " -#define STRING_22625 "Em/Gb [0 x 4 0 0 0] (E Gb G B) " -#define STRING_22626 "Em/Gb [2 2 2 0 0 0] (E Gb G B) " -#define STRING_22627 "Em6 [0 2 2 0 2 0] (Db E G B) " -#define STRING_22628 "Em6 [12 x 11 12 12 12] (E Db G B E) " -#define STRING_22629 "Em7 [0 2 0 0 0 0] (D E G B) " -#define STRING_22630 "Em7 [0 2 0 0 3 0] (D E G B) " -#define STRING_22631 "Em7 [0 2 2 0 3 0] (D E G B) " -#define STRING_22632 "Em7 [0 2 2 0 3 3] (D E G B) " -#define STRING_22633 "Em7 [x x 0 0 0 0] (D E G B) " -#define STRING_22634 "Em7 [x x 0 12 12 12] (D E G B) " -#define STRING_22635 "Em7 [x x 0 9 8 7] (D E G B) " -#define STRING_22636 "Em7 [x x 2 4 3 3] (D E G B) " -#define STRING_22637 "Em7 [0 x 0 0 0 0] (D E G B) " -#define STRING_22638 "Em7 [x 10 12 12 12 0] (D E G B) " -#define STRING_22639 "Em7(b5) or Eo7 [3 x 0 3 3 0] (D E G Bb) " -#define STRING_22640 "Em7/add11 or Em7/11 [0 0 0 0 0 0] (D E G A B) " -#define STRING_22641 "Em7/add11 or Em7/11 [0 0 0 0 0 3] (D E G A B) " -#define STRING_22642 "Em7/add11 or Em7/11 [3 x 0 2 0 0] (D E G A B) " -#define STRING_22643 "Em9 [0 2 0 0 0 2] (D E Gb G B) " -#define STRING_22644 "Em9 [0 2 0 0 3 2] (D E Gb G B) " -#define STRING_22645 "Em9 [2 2 0 0 0 0] (D E Gb G B) " -#define STRING_22646 "Emaj7 or E#7 [0 2 1 1 0 0] (Eb E Ab B) " -#define STRING_22647 "Emaj7 or E#7 [0 x 6 4 4 0] (Eb E Ab B) " -#define STRING_22648 "Emaj7 or E#7 [x x 1 1 0 0] (Eb E Ab B) " -#define STRING_22649 "Emaj9 or E9(#7) [0 2 1 1 0 2] (Eb E Gb Ab B) " -#define STRING_22650 "Emaj9 or E9(#7) [4 x 4 4 4 0] (Eb E Gb Ab B) " -#define STRING_22651 "Emin/maj7 [3 x 1 0 0 0] (Eb E G B) " -#define STRING_22652 "Emin/maj7 [x x 1 0 0 0] (Eb E G B) " -#define STRING_22653 "Emin/maj9 [0 6 4 0 0 0] (Eb E Gb G B) " -#define STRING_22654 "Esus or Esus4 [0 0 2 2 0 0] (E A B) " -#define STRING_22655 "Esus or Esus4 [0 0 2 4 0 0] (E A B) " -#define STRING_22656 "Esus or Esus4 [0 2 2 2 0 0] (E A B) " -#define STRING_22657 "Esus or Esus4 [x 0 2 2 0 0] (E A B) " -#define STRING_22658 "Esus or Esus4 [x x 2 2 0 0] (E A B) " -#define STRING_22659 "Esus2 or Eadd9(no3)[7 9 9 x x 0] (E Gb B)" -#define STRING_22660 "Esus2 or Eadd9(no3)[x 2 4 4 x 0] (E Gb B)" -#define STRING_22661 "Esus2/A [x 0 4 4 0 0] (E Gb A B) " -#define STRING_22662 "Esus2/A [x 2 4 2 5 2] (E Gb A B) " -#define STRING_22663 "Esus2/Ab [0 2 2 1 0 2] (E Gb Ab B) " -#define STRING_22664 "Esus2/Ab [0 x 4 1 0 0] (E Gb Ab B) " -#define STRING_22665 "Esus2/Ab [2 2 2 1 0 0] (E Gb Ab B) " -#define STRING_22666 "Esus2/Db [x 4 4 4 x 0] (Db E Gb B) " -#define STRING_22667 "Esus2/Eb [x 2 2 4 4 2] (Eb E Gb B) " -#define STRING_22668 "Esus2/Eb [x x 4 4 4 0] (Eb E Gb B) " -#define STRING_22669 "Esus2/G [0 2 2 0 0 2] (E Gb G B) " -#define STRING_22670 "Esus2/G [0 2 4 0 0 0] (E Gb G B) " -#define STRING_22671 "Esus2/G [0 x 4 0 0 0] (E Gb G B) " -#define STRING_22672 "Esus2/G [2 2 2 0 0 0] (E Gb G B) " -#define STRING_22673 "Esus4/Ab [x 0 2 1 0 0] (E Ab A B) " -#define STRING_22674 "Esus4/C [0 0 7 5 0 0] (C E A B) " -#define STRING_22675 "Esus4/C [x 3 2 2 0 0] (C E A B) " -#define STRING_22676 "Esus4/D [0 2 0 2 0 0] (D E A B) " -#define STRING_22677 "Esus4/D [x 2 0 2 3 0] (D E A B) " -#define STRING_22678 "Esus4/Db [0 0 2 4 2 0] (Db E A B) " -#define STRING_22679 "Esus4/Db [x 0 7 6 0 0] (Db E A B) " -#define STRING_22680 "Esus4/Eb [x 2 1 2 0 0] (Eb E A B) " -#define STRING_22681 "Esus4/F [0 0 3 2 0 0] (E F A B) " -#define STRING_22682 "Esus4/G [x 0 2 0 0 0] (E G A B) " -#define STRING_22683 "Esus4/G [x 0 5 4 5 0] (E G A B) " -#define STRING_22684 "Esus4/Gb [x 0 4 4 0 0] (E Gb A B) " -#define STRING_22685 "Esus4/Gb [x 2 4 2 5 2] (E Gb A B) " -#define STRING_22686 "F or Fmaj [1 3 3 2 1 1] (C F A) " -#define STRING_22687 "F or Fmaj [x 0 3 2 1 1] (C F A) " -#define STRING_22688 "F or Fmaj [x 3 3 2 1 1] (C F A) " -#define STRING_22689 "F or Fmaj [x x 3 2 1 1] (C F A) " -#define STRING_22690 "F #5 or Faug [x 0 3 2 2 1] (Db F A) " -#define STRING_22691 "F #5 or Faug [x 0 x 2 2 1] (Db F A) " -#define STRING_22692 "F/D [x 5 7 5 6 5] (C D F A) " -#define STRING_22693 "F/D [x x 0 2 1 1] (C D F A) " -#define STRING_22694 "F/D [x x 0 5 6 5] (C D F A) " -#define STRING_22695 "F/E [0 0 3 2 1 0] (C E F A) " -#define STRING_22696 "F/E [1 3 3 2 1 0] (C E F A) " -#define STRING_22697 "F/E [1 x 2 2 1 0] (C E F A) " -#define STRING_22698 "F/E [x x 2 2 1 1] (C E F A) " -#define STRING_22699 "F/E [x x 3 2 1 0] (C E F A) " -#define STRING_22700 "F/Eb [x x 1 2 1 1] (C Eb F A) " -#define STRING_22701 "F/Eb [x x 3 5 4 5] (C Eb F A) " -#define STRING_22702 "F/G [3 x 3 2 1 1] (C F G A) " -#define STRING_22703 "F/G [x x 3 2 1 3] (C F G A) " -#define STRING_22704 "F5 or F(no 3rd) [1 3 3 x x 1] (C F)" -#define STRING_22705 "F5 or F(no 3rd) [x 8 10 x x 1] (C F)" -#define STRING_22706 "F6 [x 5 7 5 6 5] (C D F A) " -#define STRING_22707 "F6 [x x 0 2 1 1] (C D F A) " -#define STRING_22708 "F6 [x x 0 5 6 5] (C D F A) " -#define STRING_22709 "F6/add9 or F6/9 [3 x 0 2 1 1] (C D F G A) " -#define STRING_22710 "F7 or Fdom 7 [x x 1 2 1 1] (C Eb F A) " -#define STRING_22711 "F7 or Fdom 7 [x x 3 5 4 5] (C Eb F A) " -#define STRING_22712 "Fadd9 or F2 [3 x 3 2 1 1] (C F G A) " -#define STRING_22713 "Fadd9 or F2 [x x 3 2 1 3] (C F G A) " -#define STRING_22714 "Faug/D [x x 0 2 2 1] (Db D F A) " -#define STRING_22715 "Faug/G [1 0 3 0 2 1] (Db F G A) " -#define STRING_22716 "Fdim/D [x 2 0 1 0 1] (D F Ab B) " -#define STRING_22717 "Fdim/D [x x 0 1 0 1] (D F Ab B) " -#define STRING_22718 "Fdim/D [x x 3 4 3 4] (D F Ab B) " -#define STRING_22719 "Fdim/Db [x 4 3 4 0 4] (Db F Ab B) " -#define STRING_22720 "Fdim7 [x 2 0 1 0 1] (D F Ab B) " -#define STRING_22721 "Fdim7 [x x 0 1 0 1] (D F Ab B) " -#define STRING_22722 "Fdim7 [x x 3 4 3 4] (D F Ab B) " -#define STRING_22723 "Fm [x 3 3 1 1 1] (C F Ab) " -#define STRING_22724 "Fm [x x 3 1 1 1] (C F Ab) " -#define STRING_22725 "Fm/D [x x 0 1 1 1] (C D F Ab) " -#define STRING_22726 "Fm/Db [x 3 3 1 2 1] (C Db F Ab) " -#define STRING_22727 "Fm/Db [x 4 6 5 6 4] (C Db F Ab) " -#define STRING_22728 "Fm/Eb [x 8 10 8 9 8] (C Eb F Ab) " -#define STRING_22729 "Fm/Eb [x x 1 1 1 1] (C Eb F Ab) " -#define STRING_22730 "Fm6 [x x 0 1 1 1] (C D F Ab) " -#define STRING_22731 "Fm6 [1 x 0 1 1 1] (F D Ab C F) " -#define STRING_22732 "Fm7 [x 8 10 8 9 8] (C Eb F Ab) " -#define STRING_22733 "Fm7 [x x 1 1 1 1] (C Eb F Ab) " -#define STRING_22734 "Fmaj7 or F#7 [0 0 3 2 1 0] (C E F A) " -#define STRING_22735 "Fmaj7 or F#7 [1 3 3 2 1 0] (C E F A) " -#define STRING_22736 "Fmaj7 or F#7 [1 x 2 2 1 0] (C E F A) " -#define STRING_22737 "Fmaj7 or F#7 [x x 2 2 1 1] (C E F A) " -#define STRING_22738 "Fmaj7 or F#7 [x x 3 2 1 0] (C E F A) " -#define STRING_22739 "Fmaj7/#11 [0 2 3 2 1 0] (C E F A B) " -#define STRING_22740 "Fmaj7/#11 [1 3 3 2 0 0] (C E F A B) " -#define STRING_22741 "Fmaj9 or F9(#7) [0 0 3 0 1 3] (C E F G A) " -#define STRING_22742 "Fsus or Fsus4 [x x 3 3 1 1] (C F Bb) " -#define STRING_22743 "Fsus2 or Fadd9(no3)[x 3 3 0 1 1] (C F G) " -#define STRING_22744 "Fsus2 or Fadd9(no3)[x x 3 0 1 1] (C F G) " -#define STRING_22745 "Fsus2/A [3 x 3 2 1 1] (C F G A) " -#define STRING_22746 "Fsus2/A [x x 3 2 1 3] (C F G A) " -#define STRING_22747 "Fsus2/B [x 3 3 0 0 3] (C F G B) " -#define STRING_22748 "Fsus2/Bb [x 3 5 3 6 3] (C F G Bb) " -#define STRING_22749 "Fsus2/D [3 3 0 0 1 1] (C D F G) " -#define STRING_22750 "Fsus2/E [x 3 3 0 1 0] (C E F G) " -#define STRING_22751 "Fsus2/E [x x 3 0 1 0] (C E F G) " -#define STRING_22752 "Fsus4/G [x 3 5 3 6 3] (C F G Bb) " -#define STRING_22753 "G or Gmaj [x 10 12 12 12 10] (D G B)" -#define STRING_22754 "G or Gmaj [3 2 0 0 0 3] (D G B) " -#define STRING_22755 "G or Gmaj [3 2 0 0 3 3] (D G B) " -#define STRING_22756 "G or Gmaj [3 5 5 4 3 3] (D G B) " -#define STRING_22757 "G or Gmaj [3 x 0 0 0 3] (D G B) " -#define STRING_22758 "G or Gmaj [x 5 5 4 3 3] (D G B) " -#define STRING_22759 "G or Gmaj [x x 0 4 3 3] (D G B) " -#define STRING_22760 "G or Gmaj [x x 0 7 8 7] (D G B) " -#define STRING_22761 "G #5 or Gaug [3 2 1 0 0 3] (Eb G B) " -#define STRING_22762 "G #5 or Gaug [3 x 1 0 0 3] (Eb G B) " -#define STRING_22763 "G/A [3 0 0 0 0 3] (D G A B) " -#define STRING_22764 "G/A [3 2 0 2 0 3] (D G A B) " -#define STRING_22765 "G/C [3 3 0 0 0 3] (C D G B) " -#define STRING_22766 "G/C [x 3 0 0 0 3] (C D G B) " -#define STRING_22767 "G/E [0 2 0 0 0 0] (D E G B) " -#define STRING_22768 "G/E [0 2 0 0 3 0] (D E G B) " -#define STRING_22769 "G/E [0 2 2 0 3 0] (D E G B) " -#define STRING_22770 "G/E [0 2 2 0 3 3] (D E G B) " -#define STRING_22771 "G/E [x x 0 12 12 12] (D E G B) " -#define STRING_22772 "G/E [x x 0 9 8 7] (D E G B) " -#define STRING_22773 "G/E [x x 2 4 3 3] (D E G B) " -#define STRING_22774 "G/E [0 x 0 0 0 0] (D E G B) " -#define STRING_22775 "G/E [x 10 12 12 12 0] (D E G B) " -#define STRING_22776 "G/F [1 x 0 0 0 3] (D F G B) " -#define STRING_22777 "G/F [3 2 0 0 0 1] (D F G B) " -#define STRING_22778 "G/F [x x 0 0 0 1] (D F G B) " -#define STRING_22779 "G/Gb [2 2 0 0 0 3] (D Gb G B) " -#define STRING_22780 "G/Gb [2 2 0 0 3 3] (D Gb G B) " -#define STRING_22781 "G/Gb [3 2 0 0 0 2] (D Gb G B) " -#define STRING_22782 "G/Gb [x x 4 4 3 3] (D Gb G B) " -#define STRING_22783 "G5 or G(no 3rd) [3 5 5 x x 3] (D G)" -#define STRING_22784 "G5 or G(no 3rd) [3 x 0 0 3 3] (D G) " -#define STRING_22785 "G6 [0 2 0 0 0 0] (D E G B) " -#define STRING_22786 "G6 [0 2 0 0 3 0] (D E G B) " -#define STRING_22787 "G6 [0 2 2 0 3 0] (D E G B) " -#define STRING_22788 "G6 [0 2 2 0 3 3] (D E G B) " -#define STRING_22789 "G6 [x x 0 12 12 12] (D E G B) " -#define STRING_22790 "G6 [x x 0 9 8 7] (D E G B) " -#define STRING_22791 "G6 [x x 2 4 3 3] (D E G B) " -#define STRING_22792 "G6 [0 x 0 0 0 0] (D E G B) " -#define STRING_22793 "G6 [x 10 12 12 12 0] (D E G B) " -#define STRING_22794 "G6/add9 or G6/9 [0 0 0 0 0 0] (D E G A B) " -#define STRING_22795 "G6/add9 or G6/9 [0 0 0 0 0 3] (D E G A B) " -#define STRING_22796 "G6/add9 or G6/9 [3 x 0 2 0 0] (D E G A B) " -#define STRING_22797 "G7 or Gdom 7 [1 x 0 0 0 3] (D F G B) " -#define STRING_22798 "G7 or Gdom 7 [3 2 0 0 0 1] (D F G B) " -#define STRING_22799 "G7 or Gdom 7 [x x 0 0 0 1] (D F G B) " -#define STRING_22800 "G7/add11 or G7/11 [x 3 0 0 0 1] (C D F G B) " -#define STRING_22801 "G7sus4 [3 3 0 0 1 1] (C D F G) " -#define STRING_22802 "G9 or Gdom 9 [x 0 0 0 0 1] (D F G A B) " -#define STRING_22803 "G9 or Gdom 9 [x 2 3 2 3 3] (D F G A B) " -#define STRING_22804 "Gadd9 or G2 [3 0 0 0 0 3] (D G A B) " -#define STRING_22805 "Gadd9 or G2 [3 2 0 2 0 3] (D G A B) " -#define STRING_22806 "Gaug/E [3 x 1 0 0 0] (Eb E G B) " -#define STRING_22807 "Gaug/E [x x 1 0 0 0] (Eb E G B) " -#define STRING_22808 "Gb or Gbmaj [2 4 4 3 2 2] (Db Gb Bb) " -#define STRING_22809 "Gb or Gbmaj [x 4 4 3 2 2] (Db Gb Bb) " -#define STRING_22810 "Gb or Gbmaj [x x 4 3 2 2] (Db Gb Bb) " -#define STRING_22811 "Gb #5 or Gbaug [x x 0 3 3 2] (D Gb Bb) " -#define STRING_22812 "Gb/Ab [x x 4 3 2 4] (Db Gb Ab Bb) " -#define STRING_22813 "Gb/E [2 4 2 3 2 2] (Db E Gb Bb) " -#define STRING_22814 "Gb/E [x x 4 3 2 0] (Db E Gb Bb) " -#define STRING_22815 "Gb/Eb [x x 1 3 2 2] (Db Eb Gb Bb) " -#define STRING_22816 "Gb/F [x x 3 3 2 2] (Db F Gb Bb) " -#define STRING_22817 "Gb6 [x x 1 3 2 2] (Db Eb Gb Bb) " -#define STRING_22818 "Gb7 or Gbdom 7 [2 4 2 3 2 2] (Db E Gb Bb) " -#define STRING_22819 "Gb7 or Gbdom 7 [x x 4 3 2 0] (Db E Gb Bb) " -#define STRING_22820 "Gb7(#5) [2 x 4 3 3 0] (D E Gb Bb) " -#define STRING_22821 "Gb7/#9 [x 0 4 3 2 0] (Db E Gb A Bb) " -#define STRING_22822 "Gb7sus4 [x 4 4 4 x 0] (Db E Gb B) " -#define STRING_22823 "Gbadd9 or Gb2 [x x 4 3 2 4] (Db Gb Ab Bb) " -#define STRING_22824 "Gbaug/E [2 x 4 3 3 0] (D E Gb Bb) " -#define STRING_22825 "Gbdim/D [x 5 7 5 7 2] (C D Gb A)" -#define STRING_22826 "Gbdim/D [x 0 0 2 1 2] (C D Gb A) " -#define STRING_22827 "Gbdim/D [x 3 x 2 3 2] (C D Gb A) " -#define STRING_22828 "Gbdim/D [x 5 7 5 7 5] (C D Gb A) " -#define STRING_22829 "Gbdim/E [x 0 2 2 1 2] (C E Gb A) " -#define STRING_22830 "Gbdim/E [x x 2 2 1 2] (C E Gb A) " -#define STRING_22831 "Gbdim/Eb [x x 1 2 1 2] (C Eb Gb A) " -#define STRING_22832 "Gbdim7 [x x 1 2 1 2] (C Eb Gb A) " -#define STRING_22833 "Gbm [2 4 4 2 2 2] (Db Gb A) " -#define STRING_22834 "Gbm [x 4 4 2 2 2] (Db Gb A) " -#define STRING_22835 "Gbm [x x 4 2 2 2] (Db Gb A) " -#define STRING_22836 "Gbm/D [x x 0 14 14 14] (Db D Gb A) " -#define STRING_22837 "Gbm/D [x x 0 2 2 2] (Db D Gb A) " -#define STRING_22838 "Gbm/E [0 0 2 2 2 2] (Db E Gb A) " -#define STRING_22839 "Gbm/E [0 x 4 2 2 0] (Db E Gb A) " -#define STRING_22840 "Gbm/E [2 x 2 2 2 0] (Db E Gb A) " -#define STRING_22841 "Gbm/E [x 0 4 2 2 0] (Db E Gb A) " -#define STRING_22842 "Gbm/E [x x 2 2 2 2] (Db E Gb A) " -#define STRING_22843 "Gbm7 [0 0 2 2 2 2] (Db E Gb A) " -#define STRING_22844 "Gbm7 [0 x 4 2 2 0] (Db E Gb A) " -#define STRING_22845 "Gbm7 [2 x 2 2 2 0] (Db E Gb A) " -#define STRING_22846 "Gbm7 [x 0 4 2 2 0] (Db E Gb A) " -#define STRING_22847 "Gbm7 [x x 2 2 2 2] (Db E Gb A) " -#define STRING_22848 "Gbm7(b5) or Gbo7 [x 0 2 2 1 2] (C E Gb A) " -#define STRING_22849 "Gbm7(b5) or Gbo7 [x x 2 2 1 2] (C E Gb A) " -#define STRING_22850 "Gbm7/b9 [0 0 2 0 2 2] (Db E Gb G A) " -#define STRING_22851 "Gbmaj7 or Gb#7 [x x 3 3 2 2] (Db F Gb Bb) " -#define STRING_22852 "Gbsus or Gbsus4 [x 4 4 4 2 2] (Db Gb B) " -#define STRING_22853 "Gbsus2/Bb [x x 4 3 2 4] (Db Gb Ab Bb) " -#define STRING_22854 "Gbsus4/E [x 4 4 4 x 0] (Db E Gb B) " -#define STRING_22855 "Gdim/E [x 1 2 0 2 0] (Db E G Bb) " -#define STRING_22856 "Gdim/E [x x 2 3 2 3] (Db E G Bb) " -#define STRING_22857 "Gdim/Eb [x 1 1 3 2 3] (Db Eb G Bb) " -#define STRING_22858 "Gdim/Eb [x 6 8 6 8 6] (Db Eb G Bb) " -#define STRING_22859 "Gdim/Eb [x x 1 3 2 3] (Db Eb G Bb) " -#define STRING_22860 "Gdim7 [x 1 2 0 2 0] (Db E G Bb) " -#define STRING_22861 "Gdim7 [x x 2 3 2 3] (Db E G Bb) " -#define STRING_22862 "Gm [3 5 5 3 3 3] (D G Bb) " -#define STRING_22863 "Gm [x x 0 3 3 3] (D G Bb) " -#define STRING_22864 "Gm/E [3 x 0 3 3 0] (D E G Bb) " -#define STRING_22865 "Gm/Eb [x 6 8 7 8 6] (D Eb G Bb) " -#define STRING_22866 "Gm/F [3 5 3 3 3 3] (D F G Bb) " -#define STRING_22867 "Gm/F [x x 3 3 3 3] (D F G Bb) " -#define STRING_22868 "Gm13 [0 0 3 3 3 3] (D E F G A Bb) " -#define STRING_22869 "Gm6 [3 x 0 3 3 0] (D E G Bb) " -#define STRING_22870 "Gm6 [3 x 2 3 3 3] (G E Bb D G) " -#define STRING_22871 "Gm7 [3 5 3 3 3 3] (D F G Bb) " -#define STRING_22872 "Gm7 [x x 3 3 3 3] (D F G Bb) " -#define STRING_22873 "Gm7/add11 or Gm7/11 [x 3 3 3 3 3] (C D F G Bb) " -#define STRING_22874 "Gm9 [3 5 3 3 3 5] (D F G A Bb) " -#define STRING_22875 "Gmaj7 or G#7 [2 2 0 0 0 3] (D Gb G B) " -#define STRING_22876 "Gmaj7 or G#7 [2 2 0 0 3 3] (D Gb G B) " -#define STRING_22877 "Gmaj7 or G#7 [3 2 0 0 0 2] (D Gb G B) " -#define STRING_22878 "Gmaj7 or G#7 [x x 4 4 3 3] (D Gb G B) " -#define STRING_22879 "Gsus or Gsus4 [x 10 12 12 13 3] (C D G)" -#define STRING_22880 "Gsus or Gsus4 [x 3 0 0 3 3] (C D G) " -#define STRING_22881 "Gsus or Gsus4 [x 3 5 5 3 3] (C D G) " -#define STRING_22882 "Gsus or Gsus4 [x 5 5 5 3 3] (C D G) " -#define STRING_22883 "Gsus2 or Gadd9(no3)[5 x 0 0 3 5] (D G A)" -#define STRING_22884 "Gsus2 or Gadd9(no3)[3 0 0 0 3 3] (D G A) " -#define STRING_22885 "Gsus2 or Gadd9(no3)[x 0 0 0 3 3] (D G A) " -#define STRING_22886 "Gsus2 or Gadd9(no3)[x x 0 2 3 3] (D G A) " -#define STRING_22887 "Gsus2/B [3 0 0 0 0 3] (D G A B) " -#define STRING_22888 "Gsus2/B [3 2 0 2 0 3] (D G A B) " -#define STRING_22889 "Gsus2/C [x 5 7 5 8 3] (C D G A)" -#define STRING_22890 "Gsus2/C [x x 0 2 1 3] (C D G A) " -#define STRING_22891 "Gsus2/E [x 0 2 0 3 0] (D E G A) " -#define STRING_22892 "Gsus2/E [x 0 2 0 3 3] (D E G A) " -#define STRING_22893 "Gsus2/E [x 0 2 2 3 3] (D E G A) " -#define STRING_22894 "Gsus2/E [5 0 0 0 3 0] (D E G A) " -#define STRING_22895 "Gsus2/Gb [5 x 4 0 3 5] (D Gb G A)" -#define STRING_22896 "Gsus2/Gb [3 x 0 2 3 2] (D Gb G A) " -#define STRING_22897 "Gsus4/A [x 5 7 5 8 3] (C D G A)" -#define STRING_22898 "Gsus4/A [x x 0 2 1 3] (C D G A) " -#define STRING_22899 "Gsus4/B [3 3 0 0 0 3] (C D G B) " -#define STRING_22900 "Gsus4/B [x 3 0 0 0 3] (C D G B) " -#define STRING_22901 "Gsus4/E [3 x 0 0 1 0] (C D E G) " -#define STRING_22902 "Gsus4/E [x 3 0 0 1 0] (C D E G) " -#define STRING_22903 "Gsus4/E [x 3 2 0 3 0] (C D E G) " -#define STRING_22904 "Gsus4/E [x 3 2 0 3 3] (C D E G) " -#define STRING_22905 "Gsus4/E [x x 0 0 1 0] (C D E G) " -#define STRING_22906 "Gsus4/E [x x 0 5 5 3] (C D E G) " -#define STRING_22907 "Gsus4/E [x 10 12 12 13 0] (C D E G) " -#define STRING_22908 "Gsus4/E [x 5 5 5 x 0] (C D E G) " -#define STRING_22909 "Gsus4/F [3 3 0 0 1 1] (C D F G) " diff --git a/proto/Debug/strings.txt b/proto/Debug/strings.txt deleted file mode 100644 index 1227c8e..0000000 --- a/proto/Debug/strings.txt +++ /dev/null @@ -1,1137 +0,0 @@ - - -"A or Amaj [0 0 2 2 2 0] (Db E A) " -"A or Amaj [0 4 x 2 5 0] (Db E A) " -"A or Amaj [5 7 7 6 5 5] (Db E A) " -"A or Amaj [x 0 2 2 2 0] (Db E A) " -"A or Amaj [x 4 7 x x 5] (Db E A) " -"A #5 or Aaug [x 0 3 2 2 1] (Db F A) " -"A #5 or Aaug [x 0 x 2 2 1] (Db F A) " -"A/Ab [x 0 2 1 2 0] (Db E Ab A) " - - - - -"A/B [0 0 2 4 2 0] (Db E A B) " -"A/B [x 0 7 6 0 0] (Db E A B) " -"A/D [x 0 0 2 2 0] (Db D E A) " -"A/D [x x 0 2 2 0] (Db D E A) " -"A/D [x x 0 6 5 5] (Db D E A) " -"A/D [x x 0 9 10 9] (Db D E A) " -"A/G [3 x 2 2 2 0] (Db E G A) " -"A/G [x 0 2 0 2 0] (Db E G A) " -"A/G [x 0 2 2 2 3] (Db E G A) " -"A/Gb [0 0 2 2 2 2] (Db E Gb A) " -"A/Gb [0 x 4 2 2 0] (Db E Gb A) " -"A/Gb [2 x 2 2 2 0] (Db E Gb A) " -"A/Gb [x 0 4 2 2 0] (Db E Gb A) " -"A/Gb [x x 2 2 2 2] (Db E Gb A) " -"A5 or A(no 3rd) [5 7 7 x x 5] (E A)" -"A5 or A(no 3rd) [x 0 2 2 x 0] (E A) " - - - - -"A5 or A(no 3rd) [5 7 7 x x 0] (E A) " -"A6 [0 0 2 2 2 2] (Db E Gb A) " -"A6 [0 x 4 2 2 0] (Db E Gb A) " -"A6 [2 x 2 2 2 0] (Db E Gb A) " -"A6 [x 0 4 2 2 0] (Db E Gb A) " -"A6 [x x 2 2 2 2] (Db E Gb A) " -"A6/7 [0 0 2 0 2 2] (Db E Gb G A) " -"A6/7 sus or A6/7 sus4 [5 5 4 0 3 0] (D E Gb G A) " -"A6/7 sus or A6/7 sus4 [x 0 2 0 3 2] (D E Gb G A) " -"A7 or Adom 7 [3 x 2 2 2 0] (Db E G A) " -"A7 or Adom 7 [x 0 2 0 2 0] (Db E G A) " -"A7 or Adom 7 [x 0 2 2 2 3] (Db E G A) " -"A7(#5) [1 0 3 0 2 1] (Db F G A) " -"A7/add11 or A7/11 [x 0 0 0 2 0] (Db D E G A) " -"A7sus4 [x 0 2 0 3 0] (D E G A) " -"A7sus4 [x 0 2 0 3 3] (D E G A) " - - - - -"A7sus4 [x 0 2 2 3 3] (D E G A) " -"A7sus4 [5 x 0 0 3 0] (D E G A) " -"A7sus4 [x 0 0 0 x 0] (D E G A) " -"Aadd9 or A2 [0 0 2 4 2 0] (Db E A B) " -"Aadd9 or A2 [x 0 7 6 0 0] (Db E A B) " -"Aaug/D [x x 0 2 2 1] (Db D F A) " -"Aaug/G [1 0 3 0 2 1] (Db F G A) " -"Ab or Abmaj [4 6 6 5 4 4] (C Eb Ab) " -"Ab #5 or Abaug [x 3 2 1 1 0] (C E Ab) " -"Ab/A [x x 1 2 1 4] (C Eb Ab A) " -"Ab/F [x 8 10 8 9 8] (C Eb F Ab) " -"Ab/F [x x 1 1 1 1] (C Eb F Ab) " -"Ab/Gb [x x 1 1 1 2] (C Eb Gb Ab) " -"Ab/Gb [x x 4 5 4 4] (C Eb Gb Ab) " -"Ab5 or Ab(no 3rd)[4 6 6 x x 4] (Eb Ab)" -"Ab6 [x 8 10 8 9 8] (C Eb F Ab) " - - - - -"Ab6 [x x 1 1 1 1] (C Eb F Ab) " -"Ab7 or Abdom 7 [x x 1 1 1 2] (C Eb Gb Ab) " -"Ab7 or Abdom 7 [x x 4 5 4 4] (C Eb Gb Ab) " -"Abdim/E [0 2 0 1 0 0] (D E Ab B) " -"Abdim/E [0 2 2 1 3 0] (D E Ab B) " -"Abdim/E [x 2 0 1 3 0] (D E Ab B) " -"Abdim/E [x x 0 1 0 0] (D E Ab B) " -"Abdim/Eb [x x 0 4 4 4] (D Eb Ab B) " -"Abdim/F [x 2 0 1 0 1] (D F Ab B) " -"Abdim/F [x x 0 1 0 1] (D F Ab B) " -"Abdim/F [x x 3 4 3 4] (D F Ab B) " -"Abdim7 [x 2 0 1 0 1] (D F Ab B) " -"Abdim7 [x x 0 1 0 1] (D F Ab B) " -"Abdim7 [x x 3 4 3 4] (D F Ab B) " -"Abm [x x 6 4 4 4] (Eb Ab B) " -"Abm/D [x x 0 4 4 4] (D Eb Ab B) " - - - - -"Abm/E [0 2 1 1 0 0] (Eb E Ab B) " -"Abm/E [0 x 6 4 4 0] (Eb E Ab B) " -"Abm/E [x x 1 1 0 0] (Eb E Ab B) " -"Abm/Gb [x x 4 4 4 4] (Eb Gb Ab B) " -"Abm7 [x x 4 4 4 4] (Eb Gb Ab B) " -"Absus or Absus4 [x x 6 6 4 4] (Db Eb Ab) " -"Absus2/F [x 1 3 1 4 1] (Eb F Ab Bb) " -"Adim/Ab [x x 1 2 1 4] (C Eb Ab A) " -"Adim/E [0 3 x 2 4 0] (C Eb E A) " -"Adim/F [x x 1 2 1 1] (C Eb F A) " -"Adim/F [x x 3 5 4 5] (C Eb F A) " -"Adim/G [x x 1 2 1 3] (C Eb G A) " -"Adim/Gb [x x 1 2 1 2] (C Eb Gb A) " -"Adim7 [x x 1 2 1 2] (C Eb Gb A) " -"Am [x 0 2 2 1 0] (C E A) " -"Am [x 0 7 5 5 5] (C E A) " - - - - -"Am [x 3 2 2 1 0] (C E A) " -"Am [8 12 x x x 0] (C E A) " -"Am/B [0 0 7 5 0 0] (C E A B) " -"Am/B [x 3 2 2 0 0] (C E A B) " -"Am/D [x x 0 2 1 0] (C D E A) " -"Am/D [x x 0 5 5 5] (C D E A) " -"Am/Eb [0 3 x 2 4 0] (C Eb E A) " -"Am/F [0 0 3 2 1 0] (C E F A) " -"Am/F [1 3 3 2 1 0] (C E F A) " -"Am/F [1 x 2 2 1 0] (C E F A) " -"Am/F [x x 2 2 1 1] (C E F A) " -"Am/F [x x 3 2 1 0] (C E F A) " -"Am/G [0 0 2 0 1 3] (C E G A) " -"Am/G [x 0 2 0 1 0] (C E G A) " -"Am/G [x 0 2 2 1 3] (C E G A) " -"Am/G [x 0 5 5 5 8] (C E G A) " - - - - -"Am/Gb [x 0 2 2 1 2] (C E Gb A) " -"Am/Gb [x x 2 2 1 2] (C E Gb A) " -"Am6 [x 0 2 2 1 2] (C E Gb A) " -"Am6 [x x 2 2 1 2] (C E Gb A) " -"Am6 [5 x 4 5 5 5] (A Gb C E A)" -"Am7 [0 0 2 0 1 3] (C E G A) " -"Am7 [x 0 2 0 1 0] (C E G A) " -"Am7 [x 0 2 2 1 3] (C E G A) " -"Am7 [x 0 5 5 5 8] (C E G A) " -"Am7(b5) or Ao7 [x x 1 2 1 3] (C Eb G A) " -"Am7/add11 or Am7/11 [x 5 7 5 8 0] (C D E G A) " -"Amaj7 or A#7 [x 0 2 1 2 0] (Db E Ab A) " -"Amin/maj9 [x 0 6 5 5 7] (C E Ab A B) " -"Asus or Asus4 [0 0 2 2 3 0] (D E A) " -"Asus or Asus4 [x 0 2 2 3 0] (D E A) " -"Asus or Asus4 [5 5 7 7 x 0] (D E A) " -"Asus or Asus4 [x 0 0 2 3 0] (D E A) " - - - - -"Asus2 or Aadd9(no3)[0 0 2 2 0 0] (E A B) " -"Asus2 or Aadd9(no3)[0 0 2 4 0 0] (E A B) " -"Asus2 or Aadd9(no3)[0 2 2 2 0 0] (E A B) " -"Asus2 or Aadd9(no3)[x 0 2 2 0 0] (E A B) " -"Asus2 or Aadd9(no3)[x x 2 2 0 0] (E A B) " -"Asus2/Ab [x 0 2 1 0 0] (E Ab A B) " -"Asus2/C [0 0 7 5 0 0] (C E A B) " -"Asus2/C [x 3 2 2 0 0] (C E A B) " -"Asus2/D [0 2 0 2 0 0] (D E A B) " -"Asus2/D [x 2 0 2 3 0] (D E A B) " -"Asus2/Db [0 0 2 4 2 0] (Db E A B) " -"Asus2/Db [x 0 7 6 0 0] (Db E A B) " -"Asus2/Eb [x 2 1 2 0 0] (Eb E A B) " -"Asus2/F [0 0 3 2 0 0] (E F A B) " -"Asus2/G [3 x 2 2 0 0] (E G A B) " -"Asus2/G [x 0 2 0 0 0] (E G A B) " - - - - -"Asus2/G [x 0 5 4 5 0] (E G A B) " -"Asus2/Gb [x 0 4 4 0 0] (E Gb A B) " -"Asus2/Gb [x 2 4 2 5 2] (E Gb A B) " -"Asus4/Ab [4 x 0 2 3 0] (D E Ab A) " -"Asus4/B [0 2 0 2 0 0] (D E A B) " -"Asus4/Bb [0 1 x 2 3 0] (D E A Bb) " -"Asus4/C [x x 0 2 1 0] (C D E A) " -"Asus4/C [x x 0 5 5 5] (C D E A) " -"Asus4/Db [x 0 0 2 2 0] (Db D E A) " -"Asus4/Db [x x 0 2 2 0] (Db D E A) " -"Asus4/Db [x x 0 6 5 5] (Db D E A) " -"Asus4/Db [x x 0 9 10 9] (Db D E A) " -"Asus4/F [x x 7 7 6 0] (D E F A) " -"Asus4/G [x 0 2 0 3 0] (D E G A) " -"Asus4/G [x 0 2 0 3 3] (D E G A) " -"Asus4/G [x 0 2 2 3 3] (D E G A) " - - - - -"Asus4/G [x 0 0 0 x 0] (D E G A) " -"Asus4/Gb [0 0 0 2 3 2] (D E Gb A) " -"Asus4/Gb [0 0 4 2 3 0] (D E Gb A) " -"Asus4/Gb [2 x 0 2 3 0] (D E Gb A) " -"Asus4/Gb [x 0 2 2 3 2] (D E Gb A) " -"Asus4/Gb [x x 2 2 3 2] (D E Gb A) " -"Asus4/Gb [x 5 4 2 3 0] (D E Gb A) " -"Asus4/Gb [x 9 7 7 x 0] (D E Gb A) " -"B or Bmaj [x 2 4 4 4 2] (Eb Gb B) " -"B #5 or Baug [3 2 1 0 0 3] (Eb G B) " -"B #5 or Baug [3 x 1 0 0 3] (Eb G B) " -"B/A [2 x 1 2 0 2] (Eb Gb A B) " -"B/A [x 0 1 2 0 2] (Eb Gb A B) " -"B/A [x 2 1 2 0 2] (Eb Gb A B) " -"B/A [x 2 4 2 4 2] (Eb Gb A B) " -"B/Ab [x x 4 4 4 4] (Eb Gb Ab B) " - - - - -"B/E [x 2 2 4 4 2] (Eb E Gb B) " -"B/E [x x 4 4 4 0] (Eb E Gb B) " -"B5 or B(no 3rd) [7 9 9 x x 2] (Gb B)" -"B5 or B(no 3rd) [x 2 4 4 x 2] (Gb B)" -"B6 [x x 4 4 4 4] (Eb Gb Ab B) " -"B7 or Bdom 7 [2 x 1 2 0 2] (Eb Gb A B) " -"B7 or Bdom 7 [x 0 1 2 0 2] (Eb Gb A B) " -"B7 or Bdom 7 [x 2 1 2 0 2] (Eb Gb A B) " -"B7 or Bdom 7 [x 2 4 2 4 2] (Eb Gb A B) " -"B7/add11 or B7/11 [0 0 4 4 4 0] (Eb E Gb A B) " -"B7/add11 or B7/11 [0 2 1 2 0 2] (Eb E Gb A B) " -"B7sus4 [x 0 4 4 0 0] (E Gb A B) " -"B7sus4 [x 2 4 2 5 2] (E Gb A B) " -"Baug/E [3 x 1 0 0 0] (Eb E G B) " -"Baug/E [x x 1 0 0 0] (Eb E G B) " -"Bb or Bbmaj [1 1 3 3 3 1] (D F Bb) " - - - - -"Bb or Bbmaj [x 1 3 3 3 1] (D F Bb) " -"Bb or Bbmaj [x x 0 3 3 1] (D F Bb) " -"Bb #5 or Bbaug [x x 0 3 3 2] (D Gb Bb) " -"Bb b5 [x x 0 3 x 0] (D E Bb) " -"Bb/A [1 1 3 2 3 1] (D F A Bb) " -"Bb/Ab [x 1 3 1 3 1] (D F Ab Bb) " -"Bb/Ab [x x 3 3 3 4] (D F Ab Bb) " -"Bb/Db [x x 0 6 6 6] (Db D F Bb) " -"Bb/E [x 1 3 3 3 0] (D E F Bb) " -"Bb/G [3 5 3 3 3 3] (D F G Bb) " -"Bb/G [x x 3 3 3 3] (D F G Bb) " -"Bb5 or Bb(no 3rd)[6 8 8 x x 6] (F Bb)" -"Bb5 or Bb(no 3rd)[x 1 3 3 x 6] (F Bb)" -"Bb6 [3 5 3 3 3 3] (D F G Bb) " -"Bb6 [x x 3 3 3 3] (D F G Bb) " -"Bb6/add9 or Bb6/9 [x 3 3 3 3 3] (C D F G Bb) " - - - - -"Bb7 or Bbdom 7 [x 1 3 1 3 1] (D F Ab Bb) " -"Bb7 or Bbdom 7 [x x 3 3 3 4] (D F Ab Bb) " -"Bb7sus4 [x 1 3 1 4 1] (Eb F Ab Bb) " -"Bbadd#11 [x 1 3 3 3 0] (D E F Bb) " -"Bbaug/E [2 x 4 3 3 0] (D E Gb Bb) " -"Bbdim/C [x 3 x 3 2 0] (C Db E Bb) " -"Bbdim/D [x x 0 3 2 0] (Db D E Bb) " -"Bbdim/G [x 1 2 0 2 0] (Db E G Bb) " -"Bbdim/G [x x 2 3 2 3] (Db E G Bb) " -"Bbdim/Gb [2 4 2 3 2 2] (Db E Gb Bb) " -"Bbdim/Gb [x x 4 3 2 0] (Db E Gb Bb) " -"Bbdim7 [x 1 2 0 2 0] (Db E G Bb) " -"Bbdim7 [x x 2 3 2 3] (Db E G Bb) " -"Bbm [1 1 3 3 2 1] (Db F Bb) " -"Bbm/Ab [x 1 3 1 2 1] (Db F Ab Bb) " -"Bbm/D [x x 0 6 6 6] (Db D F Bb) " - - - - -"Bbm/Gb [x x 3 3 2 2] (Db F Gb Bb) " -"Bbm7 [x 1 3 1 2 1] (Db F Ab Bb) " -"Bbm6 [7 x 6 7 7 7 (B Ab D Gb B) " -"Bbmaj7 or Bb#7 [1 1 3 2 3 1] (D F A Bb) " -"Bbmaj9 or Bb9(#7) [x 3 3 3 3 5] (C D F A Bb) " -"Bbsus2 or Bbadd9(no3)[x x 3 3 1 1] (C F Bb) " -"Bbsus2/G [x 3 5 3 6 3] (C F G Bb) " -"Bbsus4/Ab [x 1 3 1 4 1] (Eb F Ab Bb) " -"Bdim/A [1 2 3 2 3 1] (D F A B) " -"Bdim/A [x 2 0 2 0 1] (D F A B) " -"Bdim/A [x x 0 2 0 1] (D F A B) " -"Bdim/Ab [x 2 0 1 0 1] (D F Ab B) " -"Bdim/Ab [x x 0 1 0 1] (D F Ab B) " -"Bdim/Ab [x x 3 4 3 4] (D F Ab B) " -"Bdim/G [1 x 0 0 0 3] (D F G B) " -"Bdim/G [3 2 0 0 0 1] (D F G B) " -"Bdim/G [x x 0 0 0 1] (D F G B) " - - - - -"Bdim7 [x 2 0 1 0 1] (D F Ab B) " -"Bdim7 [x x 0 1 0 1] (D F Ab B) " -"Bdim7 [x x 3 4 3 4] (D F Ab B) " -"Bm [2 2 4 4 3 2] (D Gb B) " -"Bm [x 2 4 4 3 2] (D Gb B) " -"Bm [x x 0 4 3 2] (D Gb B) " -"Bm/A [x 0 4 4 3 2] (D Gb A B) " -"Bm/A [x 2 0 2 0 2] (D Gb A B) " -"Bm/A [x 2 0 2 3 2] (D Gb A B) " -"Bm/A [x 2 4 2 3 2] (D Gb A B) " -"Bm/A [x x 0 2 0 2] (D Gb A B) " -"Bm/G [2 2 0 0 0 3] (D Gb G B) " -"Bm/G [2 2 0 0 3 3] (D Gb G B) " -"Bm/G [3 2 0 0 0 2] (D Gb G B) " -"Bm/G [x x 4 4 3 3] (D Gb G B) " -"Bm7 [x 0 4 4 3 2] (D Gb A B) " - - - - -"Bm7 [x 2 0 2 0 2] (D Gb A B) " -"Bm7 [x 2 0 2 3 2] (D Gb A B) " -"Bm7 [x 2 4 2 3 2] (D Gb A B) " -"Bm7 [x x 0 2 0 2] (D Gb A B) " -"Bm7(b5) or Bo7 [1 2 3 2 3 1] (D F A B) " -"Bm7(b5) or Bo7 [x 2 0 2 0 1] (D F A B) " -"Bm7(b5) or Bo7 [x x 0 2 0 1] (D F A B) " -"Bm7/add11 or Bm7/11 [0 0 2 4 3 2] (D E Gb A B) " -"Bm7/add11 or Bm7/11 [0 2 0 2 0 2] (D E Gb A B) " -"Bmaj7/#11 [x 2 3 3 4 2] (Eb F Gb Bb B) " -"Bsus or Bsus4 [7 9 9 x x 0] (E Gb B) " -"Bsus or Bsus4 [x 2 4 4 x 0] (E Gb B) " -"Bsus2 or Badd9(no3)[x 4 4 4 x 2] (Db Gb B)" -"Bsus2 or Badd9(no3)[x x 4 4 2 2] (Db Gb B) " -"Bsus2/E [x 4 4 4 x 0] (Db E Gb B) " -"Bsus4/A [x 0 4 4 0 0] (E Gb A B) " - - - - -"Bsus4/A [x 2 4 2 5 2] (E Gb A B) " -"Bsus4/Ab [0 2 2 1 0 2] (E Gb Ab B) " -"Bsus4/Ab [0 x 4 1 0 0] (E Gb Ab B) " -"Bsus4/Ab [2 2 2 1 0 0] (E Gb Ab B) " -"Bsus4/Db [x 4 4 4 x 0] (Db E Gb B) " -"Bsus4/Eb [x 2 2 4 4 2] (Eb E Gb B) " -"Bsus4/Eb [x x 4 4 4 0] (Eb E Gb B) " -"Bsus4/G [0 2 2 0 0 2] (E Gb G B) " -"Bsus4/G [0 2 4 0 0 0] (E Gb G B) " -"Bsus4/G [0 x 4 0 0 0] (E Gb G B) " -"Bsus4/G [2 2 2 0 0 0] (E Gb G B) " -"C or Cmaj [0 3 2 0 1 0] (C E G) " -"C or Cmaj [0 3 5 5 5 3] (C E G) " -"C or Cmaj [3 3 2 0 1 0] (C E G) " -"C or Cmaj [3 x 2 0 1 0] (C E G) " -"C or Cmaj [x 3 2 0 1 0] (C E G) " - - - - -"C or Cmaj [x 3 5 5 5 0] (C E G) " -"C #5 or Caug [x 3 2 1 1 0] (C E Ab) " -"C b5 [x x 4 5 x 0] (C E Gb) " -"C/A [0 0 2 0 1 3] (C E G A) " -"C/A [x 0 2 0 1 0] (C E G A) " -"C/A [x 0 2 2 1 3] (C E G A) " -"C/A [x 0 5 5 5 8] (C E G A) " -"C/B [0 3 2 0 0 0] (C E G B) " -"C/B [x 2 2 0 1 0] (C E G B) " -"C/B [x 3 5 4 5 3] (C E G B) " -"C/Bb [x 3 5 3 5 3] (C E G Bb) " -"C/D [3 x 0 0 1 0] (C D E G) " -"C/D [x 3 0 0 1 0] (C D E G) " -"C/D [x 3 2 0 3 0] (C D E G) " -"C/D [x 3 2 0 3 3] (C D E G) " -"C/D [x x 0 0 1 0] (C D E G) " - - - - -"C/D [x x 0 5 5 3] (C D E G) " -"C/D [x 10 12 12 13 0] (C D E G) " -"C/D [x 5 5 5 x 0] (C D E G) " -"C/F [x 3 3 0 1 0] (C E F G) " -"C/F [x x 3 0 1 0] (C E F G) " -"C5 or C(no 3rd) [x 3 5 5 x 3] (C G)" -"C6 [0 0 2 0 1 3] (C E G A) " -"C6 [x 0 2 0 1 0] (C E G A) " -"C6 [x 0 2 2 1 3] (C E G A) " -"C6 [x 0 5 5 5 8] (C E G A) " -"C6/add9 or C6/9 [x 5 7 5 8 0] (C D E G A) " -"C7 or Cdom 7 [x 3 5 3 5 3] (C E G Bb) " -"C7sus4 [x 3 5 3 6 3] (C F G Bb) " -"C9(b5) [0 3 x 3 3 2] (C D E Gb Bb) " -"Cadd9 or C2 [3 x 0 0 1 0] (C D E G) " -"Cadd9 or C2 [x 3 0 0 1 0] (C D E G) " - - - - -"Cadd9 or C2 [x 3 2 0 3 0] (C D E G) " -"Cadd9 or C2 [x 3 2 0 3 3] (C D E G) " -"Cadd9 or C2 [x x 0 0 1 0] (C D E G) " -"Cadd9 or C2 [x x 0 5 5 3] (C D E G) " -"Cadd9 or C2 [x 10 12 12 13 0] (C D E G) " -"Cadd9 or C2 [x 3 2 0 3 0] (C D E G) " -"Cadd9 or C2 [x 5 5 5 x 0] (C D E G) " -"Cdim/A [x x 1 2 1 2] (C Eb Gb A) " -"Cdim/Ab [x x 1 1 1 2] (C Eb Gb Ab) " -"Cdim/Ab [x x 4 5 4 4] (C Eb Gb Ab) " -"Cdim/D [x 5 4 5 4 2] (C D Eb Gb)" -"Cdim7 [x x 1 2 1 2] (C Eb Gb A) " -"Cm [x 3 5 5 4 3] (C Eb G) " -"Cm [x x 5 5 4 3] (C Eb G) " -"Cm/A [x x 1 2 1 3] (C Eb G A) " -"Cm/Bb [x 3 5 3 4 3] (C Eb G Bb) " - - - - -"Cm6 [x x 1 2 1 3] (C Eb G A) " -"Cm6 [8 x 7 8 8 8] (C A Eb G C) " -"Cm7 [x 3 5 3 4 3] (C Eb G Bb) " -"Cmaj7 or C#7 [0 3 2 0 0 0] (C E G B) " -"Cmaj7 or C#7 [x 2 2 0 1 0] (C E G B) " -"Cmaj7 or C#7 [x 3 5 4 5 3] (C E G B) " -"Cmaj9 or C9(#7) [x 3 0 0 0 0] (C D E G B) " -"Csus or Csus4 [x 3 3 0 1 1] (C F G) " -"Csus or Csus4 [x x 3 0 1 1] (C F G) " -"Csus2 or Cadd9(no3)[x 10 12 12 13 3] (C D G)" -"Csus2 or Cadd9(no3)[x 5 5 5 x 3] (C D G)" -"Csus2 or Cadd9(no3)[x 3 0 0 3 3] (C D G) " -"Csus2 or Cadd9(no3)[x 3 5 5 3 3] (C D G) " -"Csus2/A [x 5 7 5 8 3] (C D G A)" -"Csus2/A [x x 0 2 1 3] (C D G A) " -"Csus2/B [3 3 0 0 0 3] (C D G B) " -"Csus2/B [x 3 0 0 0 3] (C D G B) " - - - - -"Csus2/E [3 x 0 0 1 0] (C D E G) " -"Csus2/E [x 3 0 0 1 0] (C D E G) " -"Csus2/E [x 3 2 0 3 0] (C D E G) " -"Csus2/E [x 3 2 0 3 3] (C D E G) " -"Csus2/E [x x 0 0 1 0] (C D E G) " -"Csus2/E [x x 0 5 5 3] (C D E G) " -"Csus2/E [x 10 12 12 13 0] (C D E G) " -"Csus2/E [x 5 5 5 x 0] (C D E G) " -"Csus2/F [3 3 0 0 1 1] (C D F G) " -"Csus4/A [3 x 3 2 1 1] (C F G A) " -"Csus4/A [x x 3 2 1 3] (C F G A) " -"Csus4/B [x 3 3 0 0 3] (C F G B) " -"Csus4/Bb [x 3 5 3 6 3] (C F G Bb) " -"Csus4/D [3 3 0 0 1 1] (C D F G) " -"Csus4/E [x 3 3 0 1 0] (C E F G) " -"Csus4/E [x x 3 0 1 0] (C E F G) " - - - - -"D or Dmaj [x 5 4 2 3 2] (D Gb A)" -"D or Dmaj [x 9 7 7 x 2] (D Gb A)" -"D or Dmaj [2 0 0 2 3 2] (D Gb A) " -"D or Dmaj [x 0 0 2 3 2] (D Gb A) " -"D or Dmaj [x 0 4 2 3 2] (D Gb A) " -"D or Dmaj [x x 0 2 3 2] (D Gb A) " -"D or Dmaj [x x 0 7 7 5] (D Gb A) " -"D #5 or Daug [x x 0 3 3 2] (D Gb Bb) " -"D/B [x 0 4 4 3 2] (D Gb A B) " -"D/B [x 2 0 2 0 2] (D Gb A B) " -"D/B [x 2 0 2 3 2] (D Gb A B) " -"D/B [x 2 4 2 3 2] (D Gb A B) " -"D/B [x x 0 2 0 2] (D Gb A B) " -"D/C [x 5 7 5 7 2] (C D Gb A)" -"D/C [x 0 0 2 1 2] (C D Gb A) " -"D/C [x 3 x 2 3 2] (C D Gb A) " - - - - -"D/C [x 5 7 5 7 5] (C D Gb A) " -"D/Db [x x 0 14 14 14] (Db D Gb A) " -"D/Db [x x 0 2 2 2] (Db D Gb A) " -"D/E [0 0 0 2 3 2] (D E Gb A) " -"D/E [0 0 4 2 3 0] (D E Gb A) " -"D/E [2 x 0 2 3 0] (D E Gb A) " -"D/E [x 0 2 2 3 2] (D E Gb A) " -"D/E [x x 2 2 3 2] (D E Gb A) " -"D/E [x 5 4 2 3 0] (D E Gb A) " -"D/E [x 9 7 7 x 0] (D E Gb A) " -"D/G [5 x 4 0 3 5] (D Gb G A)" -"D/G [3 x 0 2 3 2] (D Gb G A) " -"D5 or D(no 3rd) [5 5 7 7 x 5] (D A)" -"D5 or D(no 3rd) [x 0 0 2 3 5] (D A)" -"D6 [x 0 4 4 3 2] (D Gb A B) " -"D6 [x 2 0 2 0 2] (D Gb A B) " - - - - -"D6 [x 2 0 2 3 2] (D Gb A B) " -"D6 [x 2 4 2 3 2] (D Gb A B) " -"D6 [x x 0 2 0 2] (D Gb A B) " -"D6/add9 or D6/9 [0 0 2 4 3 2] (D E Gb A B) " -"D6/add9 or D6/9 [0 2 0 2 0 2] (D E Gb A B) " -"D7 or Ddom 7 [x 5 7 5 7 2] (C D Gb A)" -"D7 or Ddom 7 [x 0 0 2 1 2] (C D Gb A) " -"D7 or Ddom 7 [x 3 x 2 3 2] (C D Gb A) " -"D7 or Ddom 7 [x 5 7 5 7 5] (C D Gb A) " -"D7sus4 [x 5 7 5 8 3] (C D G A)" -"D7sus4 [x x 0 2 1 3] (C D G A) " -"D9 or Ddom 9 [0 0 0 2 1 2] (C D E Gb A) " -"D9 or Ddom 9 [2 x 0 2 1 0] (C D E Gb A) " -"D9 or Ddom 9 [x 5 7 5 7 0] (C D E Gb A) " -"D9(#5) [0 3 x 3 3 2] (C D E Gb Bb) " -"Dadd9 or D2 [0 0 0 2 3 2] (D E Gb A) " - - - - -"Dadd9 or D2 [0 0 4 2 3 0] (D E Gb A) " -"Dadd9 or D2 [2 x 0 2 3 0] (D E Gb A) " -"Dadd9 or D2 [x 0 2 2 3 2] (D E Gb A) " -"Dadd9 or D2 [x x 2 2 3 2] (D E Gb A) " -"Dadd9 or D2 [x 5 4 2 3 0] (D E Gb A) " -"Dadd9 or D2 [x 9 7 7 x 0] (D E Gb A) " -"Daug/E [2 x 4 3 3 0] (D E Gb Bb) " -"Db or Dbmaj [4 4 6 6 6 4] (Db F Ab) " -"Db or Dbmaj [x 4 3 1 2 1] (Db F Ab) " -"Db or Dbmaj [x 4 6 6 6 4] (Db F Ab) " -"Db or Dbmaj [x x 3 1 2 1] (Db F Ab) " -"Db or Dbmaj [x x 6 6 6 4] (Db F Ab) " -"Db #5 or Dbaug [x 0 3 2 2 1] (Db F A) " -"Db #5 or Dbaug [x 0 x 2 2 1] (Db F A) " -"Db b5 [x x 3 0 2 1] (Db F G) " -"Db/B [x 4 3 4 0 4] (Db F Ab B) " - - - - -"Db/Bb [x 1 3 1 2 1] (Db F Ab Bb) " -"Db/C [x 3 3 1 2 1] (C Db F Ab) " -"Db/C [x 4 6 5 6 4] (C Db F Ab) " -"Db5 or Db(no 3rd)[x 4 6 6 x 4] (Db Ab)" -"Db6 [x 1 3 1 2 1] (Db F Ab Bb) " -"Db7 or Dbdom 7 [x 4 3 4 0 4] (Db F Ab B) " -"Dbaug/D [x x 0 2 2 1] (Db D F A) " -"Dbaug/G [1 0 3 0 2 1] (Db F G A) " -"Dbdim/A [3 x 2 2 2 0] (Db E G A) " -"Dbdim/A [x 0 2 0 2 0] (Db E G A) " -"Dbdim/A [x 0 2 2 2 3] (Db E G A) " -"Dbdim/B [0 2 2 0 2 0] (Db E G B) " -"Dbdim/Bb [x 1 2 0 2 0] (Db E G Bb) " -"Dbdim/Bb [x x 2 3 2 3] (Db E G Bb) " -"Dbdim/D [3 x 0 0 2 0] (Db D E G) " -"Dbdim/D [x x 0 0 2 0] (Db D E G) " - - - - -"Dbdim7 [x 1 2 0 2 0] (Db E G Bb) " -"Dbdim7 [x x 2 3 2 3] (Db E G Bb) " -"Dbm [x 4 6 6 5 4] (Db E Ab) " -"Dbm [x x 2 1 2 0] (Db E Ab) " -"Dbm [x 4 6 6 x 0] (Db E Ab) " -"Dbm/A [x 0 2 1 2 0] (Db E Ab A) " -"Dbm/B [0 2 2 1 2 0] (Db E Ab B) " -"Dbm/B [x 4 6 4 5 4] (Db E Ab B) " -"Dbm7 [0 2 2 1 2 0] (Db E Ab B) " -"Dbm7 [x 4 6 4 5 4] (Db E Ab B) " -"Dbm7(b5) or Dbo7 [0 2 2 0 2 0] (Db E G B) " -"Dbmaj7 or Db#7 [x 3 3 1 2 1] (C Db F Ab) " -"Dbmaj7 or Db#7 [x 4 6 5 6 4] (C Db F Ab) " -"Dbsus2 or Dbadd9(no3) [x x 6 6 4 4] (Db Eb Ab) " -"Dbsus4/Bb [x x 4 3 2 4] (Db Gb Ab Bb) " -"Ddim/B [x 2 0 1 0 1] (D F Ab B) " - - - - -"Ddim/B [x x 0 1 0 1] (D F Ab B) " -"Ddim/B [x x 3 4 3 4] (D F Ab B) " -"Ddim/Bb [x 1 3 1 3 1] (D F Ab Bb) " -"Ddim/Bb [x x 3 3 3 4] (D F Ab Bb) " -"Ddim/C [x x 0 1 1 1] (C D F Ab) " -"Ddim7 [x 2 0 1 0 1] (D F Ab B) " -"Ddim7 [x x 0 1 0 1] (D F Ab B) " -"Ddim7 [x x 3 4 3 4] (D F Ab B) " -"Dm [x 0 0 2 3 1] (D F A) " -"Dm/B [1 2 3 2 3 1] (D F A B) " -"Dm/B [x 2 0 2 0 1] (D F A B) " -"Dm/B [x x 0 2 0 1] (D F A B) " -"Dm/Bb [1 1 3 2 3 1] (D F A Bb) " -"Dm/C [x 5 7 5 6 5] (C D F A) " -"Dm/C [x x 0 2 1 1] (C D F A) " -"Dm/C [x x 0 5 6 5] (C D F A) " - - - - -"Dm/Db [x x 0 2 2 1] (Db D F A) " -"Dm/E [x x 7 7 6 0] (D E F A) " -"Dm6 [1 2 3 2 3 1] (D F A B) " -"Dm6 [x 2 0 2 0 1] (D F A B) " -"Dm6 [x x 0 2 0 1] (D F A B) " -"Dm6 [10 x 9 10 10 10] (D B F A D) " -"Dm7 [x 5 7 5 6 5] (C D F A) " -"Dm7 [x x 0 2 1 1] (C D F A) " -"Dm7 [x x 0 5 6 5] (C D F A) " -"Dm7(b5) or Do7 [x x 0 1 1 1] (C D F Ab) " -"Dm7/add11 or Dm7/11 [3 x 0 2 1 1] (C D F G A) " -"Dmaj7 or D#7 [x x 0 14 14 14] (Db D Gb A) " -"Dmaj7 or D#7 [x x 0 2 2 2] (Db D Gb A) " -"Dmin/maj7 [x x 0 2 2 1] (Db D F A) " -"Dsus or Dsus4 [5 x 0 0 3 5] (D G A)" -"Dsus or Dsus4 [3 0 0 0 3 3] (D G A) " -"Dsus or Dsus4 [x 0 0 0 3 3] (D G A) " - - - - -"Dsus or Dsus4 [x x 0 2 3 3] (D G A) " -"Dsus2 or Dadd9(no3)[5 5 7 7 x 0] (D E A)" -"Dsus2 or Dadd9(no3)[x 0 0 2 3 0] (D E A)" -"Dsus2 or Dadd9(no3)[0 0 2 2 3 0] (D E A) " -"Dsus2 or Dadd9(no3)[x 0 2 2 3 0] (D E A) " -"Dsus2 or Dadd9(no3)[x x 0 2 3 0] (D E A) " -"Dsus2/Ab [4 x 0 2 3 0] (D E Ab A) " -"Dsus2/B [0 2 0 2 0 0] (D E A B) " -"Dsus2/B [x 2 0 2 3 0] (D E A B) " -"Dsus2/Bb [0 1 x 2 3 0] (D E A Bb) " -"Dsus2/C [x x 0 2 1 0] (C D E A) " -"Dsus2/C [x x 0 5 5 5] (C D E A) " -"Dsus2/Db [x 0 0 2 2 0] (Db D E A) " -"Dsus2/Db [x x 0 2 2 0] (Db D E A) " -"Dsus2/Db [x x 0 6 5 5] (Db D E A) " -"Dsus2/Db [x x 0 9 10 9] (Db D E A) " - - - - -"Dsus2/F [x x 7 7 6 0] (D E F A) " -"Dsus2/G [x 0 2 0 3 0] (D E G A) " -"Dsus2/G [x 0 2 0 3 3] (D E G A) " -"Dsus2/G [x 0 2 2 3 3] (D E G A) " -"Dsus2/G [5 x 0 0 3 0] (D E G A) " -"Dsus2/G [x 0 0 0 x 0] (D E G A) " -"Dsus2/Gb [0 0 0 2 3 2] (D E Gb A) " -"Dsus2/Gb [0 0 4 2 3 0] (D E Gb A) " -"Dsus2/Gb [2 x 0 2 3 0] (D E Gb A) " -"Dsus2/Gb [x 0 2 2 3 2] (D E Gb A) " -"Dsus2/Gb [x x 2 2 3 2] (D E Gb A) " -"Dsus2/Gb [x 5 4 2 3 0] (D E Gb A) " -"Dsus2/Gb [x 9 7 7 x 0] (D E Gb A) " -"Dsus4/B [3 0 0 0 0 3] (D G A B) " -"Dsus4/B [3 2 0 2 0 3] (D G A B) " -"Dsus4/C [x 5 7 5 8 3] (C D G A)" - - - - -"Dsus4/C [x x 0 2 1 3] (C D G A) " -"Dsus4/E [x 0 2 0 3 0] (D E G A) " -"Dsus4/E [x 0 2 0 3 3] (D E G A) " -"Dsus4/E [x 0 2 2 3 3] (D E G A) " -"Dsus4/E [5 x 0 0 3 0] (D E G A) " -"Dsus4/E [x 0 0 0 x 0] (D E G A) " -"Dsus4/Gb [5 x 4 0 3 5] (D Gb G A)" -"Dsus4/Gb [3 x 0 2 3 2] (D Gb G A) " -"E or Emaj [0 2 2 1 0 0] (E Ab B) " -"E or Emaj [x 7 6 4 5 0] (E Ab B) " -"E #5 or Eaug [x 3 2 1 1 0] (C E Ab) " -"E/A [x 0 2 1 0 0] (E Ab A B) " -"E/D [0 2 0 1 0 0] (D E Ab B) " -"E/D [0 2 2 1 3 0] (D E Ab B) " -"E/D [x 2 0 1 3 0] (D E Ab B) " -"E/D [x x 0 1 0 0] (D E Ab B) " - - - - -"E/Db [0 2 2 1 2 0] (Db E Ab B) " -"E/Db [x 4 6 4 5 4] (Db E Ab B) " -"E/Eb [0 2 1 1 0 0] (Eb E Ab B) " -"E/Eb [0 x 6 4 4 0] (Eb E Ab B) " -"E/Eb [x x 1 1 0 0] (Eb E Ab B) " -"E/Gb [0 2 2 1 0 2] (E Gb Ab B) " -"E/Gb [0 x 4 1 0 0] (E Gb Ab B) " -"E/Gb [2 2 2 1 0 0] (E Gb Ab B) " -"E11/b9 [0 0 3 4 3 4] (D E F Ab A B) " -"E5 or E(no 3rd) [0 2 x x x 0] (E B) " -"E5 or E(no 3rd) [x 7 9 9 x 0] (E B) " -"E6 [0 2 2 1 2 0] (Db E Ab B) " -"E6 [x 4 6 4 5 4] (Db E Ab B) " -"E7 or Edom 7 [0 2 0 1 0 0] (D E Ab B) " -"E7 or Edom 7 [0 2 2 1 3 0] (D E Ab B) " -"E7 or Edom 7 [x 2 0 1 3 0] (D E Ab B) " - - - - -"E7 or Edom 7 [x x 0 1 0 0] (D E Ab B) " -"E7/add11 or E7/11 [x 0 0 1 0 0] (D E Ab A B) " -"E7/b9(b5) [0 1 3 1 3 1] (D E F Ab Bb) " -"E7sus4 [0 2 0 2 0 0] (D E A B) " -"E9 or Edom 9 [0 2 0 1 0 2] (D E Gb Ab B) " -"E9 or Edom 9 [2 2 0 1 0 0] (D E Gb Ab B) " -"Eadd9 or E2 [0 2 2 1 0 2] (E Gb Ab B) " -"Eadd9 or E2 [0 x 4 1 0 0] (E Gb Ab B) " -"Eadd9 or E2 [2 2 2 1 0 0] (E Gb Ab B) " -"Eb or Ebmaj [x 1 1 3 4 3] (Eb G Bb) " -"Eb or Ebmaj [x x 1 3 4 3] (Eb G Bb) " -"Eb or Ebmaj [x x 5 3 4 3] (Eb G Bb) " -"Eb #5 or Ebaug [3 2 1 0 0 3] (Eb G B) " -"Eb #5 or Ebaug [3 x 1 0 0 3] (Eb G B) " -"Eb/C [x 3 5 3 4 3] (C Eb G Bb) " -"Eb/D [x 6 8 7 8 6] (D Eb G Bb) " - - - - -"Eb/Db [x 1 1 3 2 3] (Db Eb G Bb) " -"Eb/Db [x 6 8 6 8 6] (Db Eb G Bb) " -"Eb/Db [x x 1 3 2 3] (Db Eb G Bb) " -"Eb/E [x x 5 3 4 0] (Eb E G Bb) " -"Eb5 or Eb(no 3rd)[x 6 8 8 x 6] (Eb Bb)" -"Eb6 [x 3 5 3 4 3] (C Eb G Bb) " -"Eb7 or Ebdom 7 [x 1 1 3 2 3] (Db Eb G Bb) " -"Eb7 or Ebdom 7 [x 6 8 6 8 6] (Db Eb G Bb) " -"Eb7 or Ebdom 7 [x x 1 3 2 3] (Db Eb G Bb) " -"Ebaug/E [3 x 1 0 0 0] (Eb E G B) " -"Ebaug/E [x x 1 0 0 0] (Eb E G B) " -"Ebdim/B [2 x 1 2 0 2] (Eb Gb A B) " -"Ebdim/B [x 0 1 2 0 2] (Eb Gb A B) " -"Ebdim/B [x 2 1 2 0 2] (Eb Gb A B) " -"Ebdim/B [x 2 4 2 4 2] (Eb Gb A B) " -"Ebdim/C [x x 1 2 1 2] (C Eb Gb A) " - - - - -"Ebdim7 [x x 1 2 1 2] (C Eb Gb A) " -"Ebm [x x 4 3 4 2] (Eb Gb Bb) " -"Ebm/Db [x x 1 3 2 2] (Db Eb Gb Bb) " -"Ebm7 [x x 1 3 2 2] (Db Eb Gb Bb) " -"Ebmaj7 or Eb#7 [x 6 8 7 8 6] (D Eb G Bb) " -"Ebsus2/Ab [x 1 3 1 4 1] (Eb F Ab Bb) " -"Ebsus4/F [x 1 3 1 4 1] (Eb F Ab Bb) " -"Edim/C [x 3 5 3 5 3] (C E G Bb) " -"Edim/D [3 x 0 3 3 0] (D E G Bb) " -"Edim/Db [x 1 2 0 2 0] (Db E G Bb) " -"Edim/Db [x x 2 3 2 3] (Db E G Bb) " -"Edim/Eb [x x 5 3 4 0] (Eb E G Bb) " -"Edim7 [x 1 2 0 2 0] (Db E G Bb) " -"Edim7 [x x 2 3 2 3] (Db E G Bb) " -"Em [0 2 2 0 0 0] (E G B) " -"Em [3 x 2 0 0 0] (E G B) " - - - - -"Em [x 2 5 x x 0] (E G B) " -"Em/A [3 x 2 2 0 0] (E G A B) " -"Em/A [x 0 2 0 0 0] (E G A B) " -"Em/A [x 0 5 4 5 0] (E G A B) " -"Em/C [0 3 2 0 0 0] (C E G B) " -"Em/C [x 2 2 0 1 0] (C E G B) " -"Em/C [x 3 5 4 5 3] (C E G B) " -"Em/D [0 2 0 0 0 0] (D E G B) " -"Em/D [0 2 0 0 3 0] (D E G B) " -"Em/D [0 2 2 0 3 0] (D E G B) " -"Em/D [0 2 2 0 3 3] (D E G B) " -"Em/D [x x 0 12 12 12] (D E G B) " -"Em/D [x x 0 9 8 7] (D E G B) " -"Em/D [x x 2 4 3 3] (D E G B) " -"Em/D [0 x 0 0 0 0] (D E G B) " -"Em/D [x 10 12 12 12 0] (D E G B) " - - - - -"Em/Db [0 2 2 0 2 0] (Db E G B) " -"Em/Eb [3 x 1 0 0 0] (Eb E G B) " -"Em/Eb [x x 1 0 0 0] (Eb E G B) " -"Em/Gb [0 2 2 0 0 2] (E Gb G B) " -"Em/Gb [0 2 4 0 0 0] (E Gb G B) " -"Em/Gb [0 x 4 0 0 0] (E Gb G B) " -"Em/Gb [2 2 2 0 0 0] (E Gb G B) " -"Em6 [0 2 2 0 2 0] (Db E G B) " -"Em6 [12 x 11 12 12 12] (E Db G B E) " -"Em7 [0 2 0 0 0 0] (D E G B) " -"Em7 [0 2 0 0 3 0] (D E G B) " -"Em7 [0 2 2 0 3 0] (D E G B) " -"Em7 [0 2 2 0 3 3] (D E G B) " -"Em7 [x x 0 0 0 0] (D E G B) " -"Em7 [x x 0 12 12 12] (D E G B) " -"Em7 [x x 0 9 8 7] (D E G B) " -"Em7 [x x 2 4 3 3] (D E G B) " - - - - -"Em7 [0 x 0 0 0 0] (D E G B) " -"Em7 [x 10 12 12 12 0] (D E G B) " -"Em7(b5) or Eo7 [3 x 0 3 3 0] (D E G Bb) " -"Em7/add11 or Em7/11 [0 0 0 0 0 0] (D E G A B) " -"Em7/add11 or Em7/11 [0 0 0 0 0 3] (D E G A B) " -"Em7/add11 or Em7/11 [3 x 0 2 0 0] (D E G A B) " -"Em9 [0 2 0 0 0 2] (D E Gb G B) " -"Em9 [0 2 0 0 3 2] (D E Gb G B) " -"Em9 [2 2 0 0 0 0] (D E Gb G B) " -"Emaj7 or E#7 [0 2 1 1 0 0] (Eb E Ab B) " -"Emaj7 or E#7 [0 x 6 4 4 0] (Eb E Ab B) " -"Emaj7 or E#7 [x x 1 1 0 0] (Eb E Ab B) " -"Emaj9 or E9(#7) [0 2 1 1 0 2] (Eb E Gb Ab B) " -"Emaj9 or E9(#7) [4 x 4 4 4 0] (Eb E Gb Ab B) " -"Emin/maj7 [3 x 1 0 0 0] (Eb E G B) " -"Emin/maj7 [x x 1 0 0 0] (Eb E G B) " - - - - -"Emin/maj9 [0 6 4 0 0 0] (Eb E Gb G B) " -"Esus or Esus4 [0 0 2 2 0 0] (E A B) " -"Esus or Esus4 [0 0 2 4 0 0] (E A B) " -"Esus or Esus4 [0 2 2 2 0 0] (E A B) " -"Esus or Esus4 [x 0 2 2 0 0] (E A B) " -"Esus or Esus4 [x x 2 2 0 0] (E A B) " -"Esus2 or Eadd9(no3)[7 9 9 x x 0] (E Gb B)" -"Esus2 or Eadd9(no3)[x 2 4 4 x 0] (E Gb B)" -"Esus2/A [x 0 4 4 0 0] (E Gb A B) " -"Esus2/A [x 2 4 2 5 2] (E Gb A B) " -"Esus2/Ab [0 2 2 1 0 2] (E Gb Ab B) " -"Esus2/Ab [0 x 4 1 0 0] (E Gb Ab B) " -"Esus2/Ab [2 2 2 1 0 0] (E Gb Ab B) " -"Esus2/Db [x 4 4 4 x 0] (Db E Gb B) " -"Esus2/Eb [x 2 2 4 4 2] (Eb E Gb B) " -"Esus2/Eb [x x 4 4 4 0] (Eb E Gb B) " - - - - -"Esus2/G [0 2 2 0 0 2] (E Gb G B) " -"Esus2/G [0 2 4 0 0 0] (E Gb G B) " -"Esus2/G [0 x 4 0 0 0] (E Gb G B) " -"Esus2/G [2 2 2 0 0 0] (E Gb G B) " -"Esus4/Ab [x 0 2 1 0 0] (E Ab A B) " -"Esus4/C [0 0 7 5 0 0] (C E A B) " -"Esus4/C [x 3 2 2 0 0] (C E A B) " -"Esus4/D [0 2 0 2 0 0] (D E A B) " -"Esus4/D [x 2 0 2 3 0] (D E A B) " -"Esus4/Db [0 0 2 4 2 0] (Db E A B) " -"Esus4/Db [x 0 7 6 0 0] (Db E A B) " -"Esus4/Eb [x 2 1 2 0 0] (Eb E A B) " -"Esus4/F [0 0 3 2 0 0] (E F A B) " -"Esus4/G [x 0 2 0 0 0] (E G A B) " -"Esus4/G [x 0 5 4 5 0] (E G A B) " -"Esus4/Gb [x 0 4 4 0 0] (E Gb A B) " - - - - -"Esus4/Gb [x 2 4 2 5 2] (E Gb A B) " -"F or Fmaj [1 3 3 2 1 1] (C F A) " -"F or Fmaj [x 0 3 2 1 1] (C F A) " -"F or Fmaj [x 3 3 2 1 1] (C F A) " -"F or Fmaj [x x 3 2 1 1] (C F A) " -"F #5 or Faug [x 0 3 2 2 1] (Db F A) " -"F #5 or Faug [x 0 x 2 2 1] (Db F A) " -"F/D [x 5 7 5 6 5] (C D F A) " -"F/D [x x 0 2 1 1] (C D F A) " -"F/D [x x 0 5 6 5] (C D F A) " -"F/E [0 0 3 2 1 0] (C E F A) " -"F/E [1 3 3 2 1 0] (C E F A) " -"F/E [1 x 2 2 1 0] (C E F A) " -"F/E [x x 2 2 1 1] (C E F A) " -"F/E [x x 3 2 1 0] (C E F A) " -"F/Eb [x x 1 2 1 1] (C Eb F A) " - - - - -"F/Eb [x x 3 5 4 5] (C Eb F A) " -"F/G [3 x 3 2 1 1] (C F G A) " -"F/G [x x 3 2 1 3] (C F G A) " -"F5 or F(no 3rd) [1 3 3 x x 1] (C F)" -"F5 or F(no 3rd) [x 8 10 x x 1] (C F)" -"F6 [x 5 7 5 6 5] (C D F A) " -"F6 [x x 0 2 1 1] (C D F A) " -"F6 [x x 0 5 6 5] (C D F A) " -"F6/add9 or F6/9 [3 x 0 2 1 1] (C D F G A) " -"F7 or Fdom 7 [x x 1 2 1 1] (C Eb F A) " -"F7 or Fdom 7 [x x 3 5 4 5] (C Eb F A) " -"Fadd9 or F2 [3 x 3 2 1 1] (C F G A) " -"Fadd9 or F2 [x x 3 2 1 3] (C F G A) " -"Faug/D [x x 0 2 2 1] (Db D F A) " -"Faug/G [1 0 3 0 2 1] (Db F G A) " -"Fdim/D [x 2 0 1 0 1] (D F Ab B) " - - - - -"Fdim/D [x x 0 1 0 1] (D F Ab B) " -"Fdim/D [x x 3 4 3 4] (D F Ab B) " -"Fdim/Db [x 4 3 4 0 4] (Db F Ab B) " -"Fdim7 [x 2 0 1 0 1] (D F Ab B) " -"Fdim7 [x x 0 1 0 1] (D F Ab B) " -"Fdim7 [x x 3 4 3 4] (D F Ab B) " -"Fm [x 3 3 1 1 1] (C F Ab) " -"Fm [x x 3 1 1 1] (C F Ab) " -"Fm/D [x x 0 1 1 1] (C D F Ab) " -"Fm/Db [x 3 3 1 2 1] (C Db F Ab) " -"Fm/Db [x 4 6 5 6 4] (C Db F Ab) " -"Fm/Eb [x 8 10 8 9 8] (C Eb F Ab) " -"Fm/Eb [x x 1 1 1 1] (C Eb F Ab) " -"Fm6 [x x 0 1 1 1] (C D F Ab) " -"Fm6 [1 x 0 1 1 1] (F D Ab C F) " -"Fm7 [x 8 10 8 9 8] (C Eb F Ab) " -"Fm7 [x x 1 1 1 1] (C Eb F Ab) " - - - - -"Fmaj7 or F#7 [0 0 3 2 1 0] (C E F A) " -"Fmaj7 or F#7 [1 3 3 2 1 0] (C E F A) " -"Fmaj7 or F#7 [1 x 2 2 1 0] (C E F A) " -"Fmaj7 or F#7 [x x 2 2 1 1] (C E F A) " -"Fmaj7 or F#7 [x x 3 2 1 0] (C E F A) " -"Fmaj7/#11 [0 2 3 2 1 0] (C E F A B) " -"Fmaj7/#11 [1 3 3 2 0 0] (C E F A B) " -"Fmaj9 or F9(#7) [0 0 3 0 1 3] (C E F G A) " -"Fsus or Fsus4 [x x 3 3 1 1] (C F Bb) " -"Fsus2 or Fadd9(no3)[x 3 3 0 1 1] (C F G) " -"Fsus2 or Fadd9(no3)[x x 3 0 1 1] (C F G) " -"Fsus2/A [3 x 3 2 1 1] (C F G A) " -"Fsus2/A [x x 3 2 1 3] (C F G A) " -"Fsus2/B [x 3 3 0 0 3] (C F G B) " -"Fsus2/Bb [x 3 5 3 6 3] (C F G Bb) " -"Fsus2/D [3 3 0 0 1 1] (C D F G) " - - - - -"Fsus2/E [x 3 3 0 1 0] (C E F G) " -"Fsus2/E [x x 3 0 1 0] (C E F G) " -"Fsus4/G [x 3 5 3 6 3] (C F G Bb) " -"G or Gmaj [x 10 12 12 12 10] (D G B)" -"G or Gmaj [3 2 0 0 0 3] (D G B) " -"G or Gmaj [3 2 0 0 3 3] (D G B) " -"G or Gmaj [3 5 5 4 3 3] (D G B) " -"G or Gmaj [3 x 0 0 0 3] (D G B) " -"G or Gmaj [x 5 5 4 3 3] (D G B) " -"G or Gmaj [x x 0 4 3 3] (D G B) " -"G or Gmaj [x x 0 7 8 7] (D G B) " -"G #5 or Gaug [3 2 1 0 0 3] (Eb G B) " -"G #5 or Gaug [3 x 1 0 0 3] (Eb G B) " -"G/A [3 0 0 0 0 3] (D G A B) " -"G/A [3 2 0 2 0 3] (D G A B) " -"G/C [3 3 0 0 0 3] (C D G B) " - - - - -"G/C [x 3 0 0 0 3] (C D G B) " -"G/E [0 2 0 0 0 0] (D E G B) " -"G/E [0 2 0 0 3 0] (D E G B) " -"G/E [0 2 2 0 3 0] (D E G B) " -"G/E [0 2 2 0 3 3] (D E G B) " -"G/E [x x 0 12 12 12] (D E G B) " -"G/E [x x 0 9 8 7] (D E G B) " -"G/E [x x 2 4 3 3] (D E G B) " -"G/E [0 x 0 0 0 0] (D E G B) " -"G/E [x 10 12 12 12 0] (D E G B) " -"G/F [1 x 0 0 0 3] (D F G B) " -"G/F [3 2 0 0 0 1] (D F G B) " -"G/F [x x 0 0 0 1] (D F G B) " -"G/Gb [2 2 0 0 0 3] (D Gb G B) " -"G/Gb [2 2 0 0 3 3] (D Gb G B) " -"G/Gb [3 2 0 0 0 2] (D Gb G B) " - - - - -"G/Gb [x x 4 4 3 3] (D Gb G B) " -"G5 or G(no 3rd) [3 5 5 x x 3] (D G)" -"G5 or G(no 3rd) [3 x 0 0 3 3] (D G) " -"G6 [0 2 0 0 0 0] (D E G B) " -"G6 [0 2 0 0 3 0] (D E G B) " -"G6 [0 2 2 0 3 0] (D E G B) " -"G6 [0 2 2 0 3 3] (D E G B) " -"G6 [x x 0 12 12 12] (D E G B) " -"G6 [x x 0 9 8 7] (D E G B) " -"G6 [x x 2 4 3 3] (D E G B) " -"G6 [0 x 0 0 0 0] (D E G B) " -"G6 [x 10 12 12 12 0] (D E G B) " -"G6/add9 or G6/9 [0 0 0 0 0 0] (D E G A B) " -"G6/add9 or G6/9 [0 0 0 0 0 3] (D E G A B) " -"G6/add9 or G6/9 [3 x 0 2 0 0] (D E G A B) " -"G7 or Gdom 7 [1 x 0 0 0 3] (D F G B) " - - - - -"G7 or Gdom 7 [3 2 0 0 0 1] (D F G B) " -"G7 or Gdom 7 [x x 0 0 0 1] (D F G B) " -"G7/add11 or G7/11 [x 3 0 0 0 1] (C D F G B) " -"G7sus4 [3 3 0 0 1 1] (C D F G) " -"G9 or Gdom 9 [x 0 0 0 0 1] (D F G A B) " -"G9 or Gdom 9 [x 2 3 2 3 3] (D F G A B) " -"Gadd9 or G2 [3 0 0 0 0 3] (D G A B) " -"Gadd9 or G2 [3 2 0 2 0 3] (D G A B) " -"Gaug/E [3 x 1 0 0 0] (Eb E G B) " -"Gaug/E [x x 1 0 0 0] (Eb E G B) " -"Gb or Gbmaj [2 4 4 3 2 2] (Db Gb Bb) " -"Gb or Gbmaj [x 4 4 3 2 2] (Db Gb Bb) " -"Gb or Gbmaj [x x 4 3 2 2] (Db Gb Bb) " -"Gb #5 or Gbaug [x x 0 3 3 2] (D Gb Bb) " -"Gb/Ab [x x 4 3 2 4] (Db Gb Ab Bb) " -"Gb/E [2 4 2 3 2 2] (Db E Gb Bb) " - - - - -"Gb/E [x x 4 3 2 0] (Db E Gb Bb) " -"Gb/Eb [x x 1 3 2 2] (Db Eb Gb Bb) " -"Gb/F [x x 3 3 2 2] (Db F Gb Bb) " -"Gb6 [x x 1 3 2 2] (Db Eb Gb Bb) " -"Gb7 or Gbdom 7 [2 4 2 3 2 2] (Db E Gb Bb) " -"Gb7 or Gbdom 7 [x x 4 3 2 0] (Db E Gb Bb) " -"Gb7(#5) [2 x 4 3 3 0] (D E Gb Bb) " -"Gb7/#9 [x 0 4 3 2 0] (Db E Gb A Bb) " -"Gb7sus4 [x 4 4 4 x 0] (Db E Gb B) " -"Gbadd9 or Gb2 [x x 4 3 2 4] (Db Gb Ab Bb) " -"Gbaug/E [2 x 4 3 3 0] (D E Gb Bb) " -"Gbdim/D [x 5 7 5 7 2] (C D Gb A)" -"Gbdim/D [x 0 0 2 1 2] (C D Gb A) " -"Gbdim/D [x 3 x 2 3 2] (C D Gb A) " -"Gbdim/D [x 5 7 5 7 5] (C D Gb A) " -"Gbdim/E [x 0 2 2 1 2] (C E Gb A) " - - - - -"Gbdim/E [x x 2 2 1 2] (C E Gb A) " -"Gbdim/Eb [x x 1 2 1 2] (C Eb Gb A) " -"Gbdim7 [x x 1 2 1 2] (C Eb Gb A) " -"Gbm [2 4 4 2 2 2] (Db Gb A) " -"Gbm [x 4 4 2 2 2] (Db Gb A) " -"Gbm [x x 4 2 2 2] (Db Gb A) " -"Gbm/D [x x 0 14 14 14] (Db D Gb A) " -"Gbm/D [x x 0 2 2 2] (Db D Gb A) " -"Gbm/E [0 0 2 2 2 2] (Db E Gb A) " -"Gbm/E [0 x 4 2 2 0] (Db E Gb A) " -"Gbm/E [2 x 2 2 2 0] (Db E Gb A) " -"Gbm/E [x 0 4 2 2 0] (Db E Gb A) " -"Gbm/E [x x 2 2 2 2] (Db E Gb A) " -"Gbm7 [0 0 2 2 2 2] (Db E Gb A) " -"Gbm7 [0 x 4 2 2 0] (Db E Gb A) " -"Gbm7 [2 x 2 2 2 0] (Db E Gb A) " - - - - -"Gbm7 [x 0 4 2 2 0] (Db E Gb A) " -"Gbm7 [x x 2 2 2 2] (Db E Gb A) " -"Gbm7(b5) or Gbo7 [x 0 2 2 1 2] (C E Gb A) " -"Gbm7(b5) or Gbo7 [x x 2 2 1 2] (C E Gb A) " -"Gbm7/b9 [0 0 2 0 2 2] (Db E Gb G A) " -"Gbmaj7 or Gb#7 [x x 3 3 2 2] (Db F Gb Bb) " -"Gbsus or Gbsus4 [x 4 4 4 2 2] (Db Gb B) " -"Gbsus2/Bb [x x 4 3 2 4] (Db Gb Ab Bb) " -"Gbsus4/E [x 4 4 4 x 0] (Db E Gb B) " -"Gdim/E [x 1 2 0 2 0] (Db E G Bb) " -"Gdim/E [x x 2 3 2 3] (Db E G Bb) " -"Gdim/Eb [x 1 1 3 2 3] (Db Eb G Bb) " -"Gdim/Eb [x 6 8 6 8 6] (Db Eb G Bb) " -"Gdim/Eb [x x 1 3 2 3] (Db Eb G Bb) " -"Gdim7 [x 1 2 0 2 0] (Db E G Bb) " -"Gdim7 [x x 2 3 2 3] (Db E G Bb) " - - - - -"Gm [3 5 5 3 3 3] (D G Bb) " -"Gm [x x 0 3 3 3] (D G Bb) " -"Gm/E [3 x 0 3 3 0] (D E G Bb) " -"Gm/Eb [x 6 8 7 8 6] (D Eb G Bb) " -"Gm/F [3 5 3 3 3 3] (D F G Bb) " -"Gm/F [x x 3 3 3 3] (D F G Bb) " -"Gm13 [0 0 3 3 3 3] (D E F G A Bb) " -"Gm6 [3 x 0 3 3 0] (D E G Bb) " -"Gm6 [3 x 2 3 3 3] (G E Bb D G) " -"Gm7 [3 5 3 3 3 3] (D F G Bb) " -"Gm7 [x x 3 3 3 3] (D F G Bb) " -"Gm7/add11 or Gm7/11 [x 3 3 3 3 3] (C D F G Bb) " -"Gm9 [3 5 3 3 3 5] (D F G A Bb) " -"Gmaj7 or G#7 [2 2 0 0 0 3] (D Gb G B) " -"Gmaj7 or G#7 [2 2 0 0 3 3] (D Gb G B) " -"Gmaj7 or G#7 [3 2 0 0 0 2] (D Gb G B) " -"Gmaj7 or G#7 [x x 4 4 3 3] (D Gb G B) " - - - - -"Gsus or Gsus4 [x 10 12 12 13 3] (C D G)" -"Gsus or Gsus4 [x 3 0 0 3 3] (C D G) " -"Gsus or Gsus4 [x 3 5 5 3 3] (C D G) " -"Gsus or Gsus4 [x 5 5 5 3 3] (C D G) " -"Gsus2 or Gadd9(no3)[5 x 0 0 3 5] (D G A)" -"Gsus2 or Gadd9(no3)[3 0 0 0 3 3] (D G A) " -"Gsus2 or Gadd9(no3)[x 0 0 0 3 3] (D G A) " -"Gsus2 or Gadd9(no3)[x x 0 2 3 3] (D G A) " -"Gsus2/B [3 0 0 0 0 3] (D G A B) " -"Gsus2/B [3 2 0 2 0 3] (D G A B) " -"Gsus2/C [x 5 7 5 8 3] (C D G A)" -"Gsus2/C [x x 0 2 1 3] (C D G A) " -"Gsus2/E [x 0 2 0 3 0] (D E G A) " -"Gsus2/E [x 0 2 0 3 3] (D E G A) " -"Gsus2/E [x 0 2 2 3 3] (D E G A) " -"Gsus2/E [5 0 0 0 3 0] (D E G A) " - - - - -"Gsus2/Gb [5 x 4 0 3 5] (D Gb G A)" -"Gsus2/Gb [3 x 0 2 3 2] (D Gb G A) " -"Gsus4/A [x 5 7 5 8 3] (C D G A)" -"Gsus4/A [x x 0 2 1 3] (C D G A) " -"Gsus4/B [3 3 0 0 0 3] (C D G B) " -"Gsus4/B [x 3 0 0 0 3] (C D G B) " -"Gsus4/E [3 x 0 0 1 0] (C D E G) " -"Gsus4/E [x 3 0 0 1 0] (C D E G) " -"Gsus4/E [x 3 2 0 3 0] (C D E G) " -"Gsus4/E [x 3 2 0 3 3] (C D E G) " -"Gsus4/E [x x 0 0 1 0] (C D E G) " -"Gsus4/E [x x 0 5 5 3] (C D E G) " -"Gsus4/E [x 10 12 12 13 0] (C D E G) " -"Gsus4/E [x 5 5 5 x 0] (C D E G) " -"Gsus4/F [3 3 0 0 1 1] (C D F G) " - diff --git a/proto/Debug/sysinfo.exe b/proto/Debug/sysinfo.exe deleted file mode 100644 index 636f902..0000000 Binary files a/proto/Debug/sysinfo.exe and /dev/null differ diff --git a/proto/Debug/table.txt b/proto/Debug/table.txt deleted file mode 100644 index 59b60ba..0000000 --- a/proto/Debug/table.txt +++ /dev/null @@ -1,105 +0,0 @@ -1 trade_date smalldatetime 4 0 -0 trade_date_txt varchar 10 1 -0 portfolio varchar 35 0 -0 sub_portfolio varchar 35 0 -0 ticker varchar 25 0 -0 ticker_desc varchar 60 1 -0 uticker varchar 25 1 -0 instrument varchar 3 0 -0 mkt_cap decimal 13 1 -0 wgt_ave decimal 9 1 -0 volume decimal 13 1 -0 contract_size decimal 9 1 -0 hedge_index varchar 4 1 -0 hedge_sector varchar 4 1 -0 area varchar 6 1 -0 area_sector varchar 6 1 -0 [close] decimal 9 1 -0 y_close decimal 9 1 -0 uticker_close decimal 9 1 -0 y_uticker_close decimal 9 1 -0 delta decimal 9 1 -0 y_delta decimal 9 1 -0 days_expire int 4 1 -0 strike_price decimal 9 1 -0 hedge_beta decimal 5 1 -0 area_beta decimal 5 1 -0 sector_beta decimal 5 1 -0 group_beta decimal 5 1 -0 qty decimal 9 0 -0 y_qty decimal 9 0 -0 qty_change decimal 9 1 -0 hedge_close decimal 9 1 -0 hedge_perc decimal 9 1 -0 area_close decimal 9 1 -0 area_perc decimal 9 1 -0 sector_close decimal 9 1 -0 sector_perc decimal 9 1 -0 mkt_value decimal 13 1 -0 y_mkt_value decimal 13 1 -0 pnl decimal 13 1 -0 exposure decimal 13 1 -0 y_exposure decimal 13 1 -0 hb_exposure decimal 13 1 -0 y_hb_exposure decimal 13 1 -0 ab_exposure decimal 13 1 -0 y_ab_exposure decimal 13 1 -0 sb_exposure decimal 13 1 -0 y_sb_exposure decimal 13 1 -0 area_pnl_amt decimal 13 1 -0 sector_pnl_amt decimal 13 1 -0 pnl_perc decimal 13 1 -0 price_change decimal 13 1 -0 price_change_perc decimal 13 1 -0 price_change_amt decimal 13 1 -0 sector_alpha_perc decimal 13 1 -0 group_alpha_perc decimal 13 1 -0 area_alpha_perc decimal 13 1 -0 sector_alpha_amt decimal 13 1 -0 group_alpha_amt decimal 13 1 -0 area_alpha_amt decimal 13 1 -0 ab_return_amt decimal 13 1 -0 ab_return_perc decimal 13 1 -0 intraday_perc decimal 13 1 -0 intraday_amt decimal 13 1 -0 optionality_amt decimal 13 1 -0 optionality_perc decimal 13 1 -0 currency varchar 5 1 -0 base_close decimal 9 1 -0 y_base_close decimal 9 1 -0 fx_perc decimal 9 1 -0 fx_amt decimal 9 1 -0 fx_rate decimal 9 1 -0 y_fx_rate decimal 9 1 -0 alt_index_return_perc decimal 13 1 -0 alt_index_return_amt decimal 13 1 -0 index_beta_adj_perc decimal 13 1 -0 index_beta_adj_amt decimal 13 1 -0 vwap decimal 13 1 -0 vwap_pnl decimal 13 1 -0 hedge_alpha_amt decimal 13 1 -0 exposure_view varchar 5 1 -0 market_view varchar 5 1 -0 call_put varchar 4 1 -0 [month] varchar 4 1 -0 private bit 1 1 -0 ipo bit 1 1 -0 ratio decimal 9 1 -0 source varchar 10 1 -0 go_around smalldatetime 4 1 -0 adh decimal 13 1 -0 aac decimal 13 1 -0 azap float 8 1 -0 exported bit 1 1 -0 hedge_alpha_perc decimal 13 1 -0 alpha_go_around decimal 13 1 -0 alpha_real decimal 13 1 -0 alpha_unreal decimal 13 1 -0 pnl_real decimal 13 1 -0 pnl_unreal decimal 13 1 -0 cash_flow decimal 13 1 -0 beta_cash_flow decimal 13 1 -0 last_trade_date smalldatetime 4 1 -0 last_trade_qty decimal 9 1 -0 enterprise_value decimal 13 1 -0 associate nvarchar 30 1 \ No newline at end of file diff --git a/proto/Debug/vc60.idb b/proto/Debug/vc60.idb deleted file mode 100644 index 69e92b9..0000000 Binary files a/proto/Debug/vc60.idb and /dev/null differ diff --git a/proto/Debug/vc60.pdb b/proto/Debug/vc60.pdb deleted file mode 100644 index 4f9b1f9..0000000 Binary files a/proto/Debug/vc60.pdb and /dev/null differ diff --git a/proto/Historic.java b/proto/Historic.java deleted file mode 100644 index 72ee348..0000000 --- a/proto/Historic.java +++ /dev/null @@ -1,951 +0,0 @@ -package zbi.risk.server.vhi.mapped - - -public class Historic -{ - private Timestamp tradeDate; - private String tradeDateTxt; - private String portfolio; - private String subPortfolio; - private String ticker; - private String tickerDesc; - private String uticker; - private String instrument; - private float mktCap; - private float wgtAve; - private float volume; - private float contractSize; - private String hedgeIndex; - private String hedgeSector; - private String area; - private String areaSector; - private float [close]; - private float yClose; - private float utickerClose; - private float yUtickerClose; - private float delta; - private float yDelta; - private int daysExpire; - private float strikePrice; - private float hedgeBeta; - private float areaBeta; - private float sectorBeta; - private float groupBeta; - private float qty; - private float yQty; - private float qtyChange; - private float hedgeClose; - private float hedgePerc; - private float areaClose; - private float areaPerc; - private float sectorClose; - private float sectorPerc; - private float mktValue; - private float yMktValue; - private float pnl; - private float exposure; - private float yExposure; - private float hbExposure; - private float yHbExposure; - private float abExposure; - private float yAbExposure; - private float sbExposure; - private float ySbExposure; - private float areaPnlAmt; - private float sectorPnlAmt; - private float pnlPerc; - private float priceChange; - private float priceChangePerc; - private float priceChangeAmt; - private float sectorAlphaPerc; - private float groupAlphaPerc; - private float areaAlphaPerc; - private float sectorAlphaAmt; - private float groupAlphaAmt; - private float areaAlphaAmt; - private float abReturnAmt; - private float abReturnPerc; - private float intradayPerc; - private float intradayAmt; - private float optionalityAmt; - private float optionalityPerc; - private String currency; - private float baseClose; - private float yBaseClose; - private float fxPerc; - private float fxAmt; - private float fxRate; - private float yFxRate; - private float altIndexReturnPerc; - private float altIndexReturnAmt; - private float indexBetaAdjPerc; - private float indexBetaAdjAmt; - private float vwap; - private float vwapPnl; - private float hedgeAlphaAmt; - private String exposureView; - private String marketView; - private String callPut; - private String [month]; - private boolean private; - private boolean ipo; - private float ratio; - private String source; - private Timestamp goAround; - private float adh; - private float aac; - private float azap; - private boolean exported; - private float hedgeAlphaPerc; - private float alphaGoAround; - private float alphaReal; - private float alphaUnreal; - private float pnlReal; - private float pnlUnreal; - private float cashFlow; - private float betaCashFlow; - private Timestamp lastTradeDate; - private float lastTradeQty; - private float enterpriseValue; - private String associate; - public Timestamp getTradeDate() - { - return tradeDate; - } - public void setTradeDate(Timestamp tradeDate) - { - this.tradeDate=tradeDate; - } - public String getTradeDateTxt() - { - return tradeDateTxt; - } - public void setTradeDateTxt(String tradeDateTxt) - { - this.tradeDateTxt=tradeDateTxt; - } - public String getPortfolio() - { - return portfolio; - } - public void setPortfolio(String portfolio) - { - this.portfolio=portfolio; - } - public String getSubPortfolio() - { - return subPortfolio; - } - public void setSubPortfolio(String subPortfolio) - { - this.subPortfolio=subPortfolio; - } - public String getTicker() - { - return ticker; - } - public void setTicker(String ticker) - { - this.ticker=ticker; - } - public String getTickerDesc() - { - return tickerDesc; - } - public void setTickerDesc(String tickerDesc) - { - this.tickerDesc=tickerDesc; - } - public String getUticker() - { - return uticker; - } - public void setUticker(String uticker) - { - this.uticker=uticker; - } - public String getInstrument() - { - return instrument; - } - public void setInstrument(String instrument) - { - this.instrument=instrument; - } - public float getMktCap() - { - return mktCap; - } - public void setMktCap(float mktCap) - { - this.mktCap=mktCap; - } - public float getWgtAve() - { - return wgtAve; - } - public void setWgtAve(float wgtAve) - { - this.wgtAve=wgtAve; - } - public float getVolume() - { - return volume; - } - public void setVolume(float volume) - { - this.volume=volume; - } - public float getContractSize() - { - return contractSize; - } - public void setContractSize(float contractSize) - { - this.contractSize=contractSize; - } - public String getHedgeIndex() - { - return hedgeIndex; - } - public void setHedgeIndex(String hedgeIndex) - { - this.hedgeIndex=hedgeIndex; - } - public String getHedgeSector() - { - return hedgeSector; - } - public void setHedgeSector(String hedgeSector) - { - this.hedgeSector=hedgeSector; - } - public String getArea() - { - return area; - } - public void setArea(String area) - { - this.area=area; - } - public String getAreaSector() - { - return areaSector; - } - public void setAreaSector(String areaSector) - { - this.areaSector=areaSector; - } - public float get[close]() - { - return [close]; - } - public void set[close](float [close]) - { - this.[close]=[close]; - } - public float getYClose() - { - return yClose; - } - public void setYClose(float yClose) - { - this.yClose=yClose; - } - public float getUtickerClose() - { - return utickerClose; - } - public void setUtickerClose(float utickerClose) - { - this.utickerClose=utickerClose; - } - public float getYUtickerClose() - { - return yUtickerClose; - } - public void setYUtickerClose(float yUtickerClose) - { - this.yUtickerClose=yUtickerClose; - } - public float getDelta() - { - return delta; - } - public void setDelta(float delta) - { - this.delta=delta; - } - public float getYDelta() - { - return yDelta; - } - public void setYDelta(float yDelta) - { - this.yDelta=yDelta; - } - public int getDaysExpire() - { - return daysExpire; - } - public void setDaysExpire(int daysExpire) - { - this.daysExpire=daysExpire; - } - public float getStrikePrice() - { - return strikePrice; - } - public void setStrikePrice(float strikePrice) - { - this.strikePrice=strikePrice; - } - public float getHedgeBeta() - { - return hedgeBeta; - } - public void setHedgeBeta(float hedgeBeta) - { - this.hedgeBeta=hedgeBeta; - } - public float getAreaBeta() - { - return areaBeta; - } - public void setAreaBeta(float areaBeta) - { - this.areaBeta=areaBeta; - } - public float getSectorBeta() - { - return sectorBeta; - } - public void setSectorBeta(float sectorBeta) - { - this.sectorBeta=sectorBeta; - } - public float getGroupBeta() - { - return groupBeta; - } - public void setGroupBeta(float groupBeta) - { - this.groupBeta=groupBeta; - } - public float getQty() - { - return qty; - } - public void setQty(float qty) - { - this.qty=qty; - } - public float getYQty() - { - return yQty; - } - public void setYQty(float yQty) - { - this.yQty=yQty; - } - public float getQtyChange() - { - return qtyChange; - } - public void setQtyChange(float qtyChange) - { - this.qtyChange=qtyChange; - } - public float getHedgeClose() - { - return hedgeClose; - } - public void setHedgeClose(float hedgeClose) - { - this.hedgeClose=hedgeClose; - } - public float getHedgePerc() - { - return hedgePerc; - } - public void setHedgePerc(float hedgePerc) - { - this.hedgePerc=hedgePerc; - } - public float getAreaClose() - { - return areaClose; - } - public void setAreaClose(float areaClose) - { - this.areaClose=areaClose; - } - public float getAreaPerc() - { - return areaPerc; - } - public void setAreaPerc(float areaPerc) - { - this.areaPerc=areaPerc; - } - public float getSectorClose() - { - return sectorClose; - } - public void setSectorClose(float sectorClose) - { - this.sectorClose=sectorClose; - } - public float getSectorPerc() - { - return sectorPerc; - } - public void setSectorPerc(float sectorPerc) - { - this.sectorPerc=sectorPerc; - } - public float getMktValue() - { - return mktValue; - } - public void setMktValue(float mktValue) - { - this.mktValue=mktValue; - } - public float getYMktValue() - { - return yMktValue; - } - public void setYMktValue(float yMktValue) - { - this.yMktValue=yMktValue; - } - public float getPnl() - { - return pnl; - } - public void setPnl(float pnl) - { - this.pnl=pnl; - } - public float getExposure() - { - return exposure; - } - public void setExposure(float exposure) - { - this.exposure=exposure; - } - public float getYExposure() - { - return yExposure; - } - public void setYExposure(float yExposure) - { - this.yExposure=yExposure; - } - public float getHbExposure() - { - return hbExposure; - } - public void setHbExposure(float hbExposure) - { - this.hbExposure=hbExposure; - } - public float getYHbExposure() - { - return yHbExposure; - } - public void setYHbExposure(float yHbExposure) - { - this.yHbExposure=yHbExposure; - } - public float getAbExposure() - { - return abExposure; - } - public void setAbExposure(float abExposure) - { - this.abExposure=abExposure; - } - public float getYAbExposure() - { - return yAbExposure; - } - public void setYAbExposure(float yAbExposure) - { - this.yAbExposure=yAbExposure; - } - public float getSbExposure() - { - return sbExposure; - } - public void setSbExposure(float sbExposure) - { - this.sbExposure=sbExposure; - } - public float getYSbExposure() - { - return ySbExposure; - } - public void setYSbExposure(float ySbExposure) - { - this.ySbExposure=ySbExposure; - } - public float getAreaPnlAmt() - { - return areaPnlAmt; - } - public void setAreaPnlAmt(float areaPnlAmt) - { - this.areaPnlAmt=areaPnlAmt; - } - public float getSectorPnlAmt() - { - return sectorPnlAmt; - } - public void setSectorPnlAmt(float sectorPnlAmt) - { - this.sectorPnlAmt=sectorPnlAmt; - } - public float getPnlPerc() - { - return pnlPerc; - } - public void setPnlPerc(float pnlPerc) - { - this.pnlPerc=pnlPerc; - } - public float getPriceChange() - { - return priceChange; - } - public void setPriceChange(float priceChange) - { - this.priceChange=priceChange; - } - public float getPriceChangePerc() - { - return priceChangePerc; - } - public void setPriceChangePerc(float priceChangePerc) - { - this.priceChangePerc=priceChangePerc; - } - public float getPriceChangeAmt() - { - return priceChangeAmt; - } - public void setPriceChangeAmt(float priceChangeAmt) - { - this.priceChangeAmt=priceChangeAmt; - } - public float getSectorAlphaPerc() - { - return sectorAlphaPerc; - } - public void setSectorAlphaPerc(float sectorAlphaPerc) - { - this.sectorAlphaPerc=sectorAlphaPerc; - } - public float getGroupAlphaPerc() - { - return groupAlphaPerc; - } - public void setGroupAlphaPerc(float groupAlphaPerc) - { - this.groupAlphaPerc=groupAlphaPerc; - } - public float getAreaAlphaPerc() - { - return areaAlphaPerc; - } - public void setAreaAlphaPerc(float areaAlphaPerc) - { - this.areaAlphaPerc=areaAlphaPerc; - } - public float getSectorAlphaAmt() - { - return sectorAlphaAmt; - } - public void setSectorAlphaAmt(float sectorAlphaAmt) - { - this.sectorAlphaAmt=sectorAlphaAmt; - } - public float getGroupAlphaAmt() - { - return groupAlphaAmt; - } - public void setGroupAlphaAmt(float groupAlphaAmt) - { - this.groupAlphaAmt=groupAlphaAmt; - } - public float getAreaAlphaAmt() - { - return areaAlphaAmt; - } - public void setAreaAlphaAmt(float areaAlphaAmt) - { - this.areaAlphaAmt=areaAlphaAmt; - } - public float getAbReturnAmt() - { - return abReturnAmt; - } - public void setAbReturnAmt(float abReturnAmt) - { - this.abReturnAmt=abReturnAmt; - } - public float getAbReturnPerc() - { - return abReturnPerc; - } - public void setAbReturnPerc(float abReturnPerc) - { - this.abReturnPerc=abReturnPerc; - } - public float getIntradayPerc() - { - return intradayPerc; - } - public void setIntradayPerc(float intradayPerc) - { - this.intradayPerc=intradayPerc; - } - public float getIntradayAmt() - { - return intradayAmt; - } - public void setIntradayAmt(float intradayAmt) - { - this.intradayAmt=intradayAmt; - } - public float getOptionalityAmt() - { - return optionalityAmt; - } - public void setOptionalityAmt(float optionalityAmt) - { - this.optionalityAmt=optionalityAmt; - } - public float getOptionalityPerc() - { - return optionalityPerc; - } - public void setOptionalityPerc(float optionalityPerc) - { - this.optionalityPerc=optionalityPerc; - } - public String getCurrency() - { - return currency; - } - public void setCurrency(String currency) - { - this.currency=currency; - } - public float getBaseClose() - { - return baseClose; - } - public void setBaseClose(float baseClose) - { - this.baseClose=baseClose; - } - public float getYBaseClose() - { - return yBaseClose; - } - public void setYBaseClose(float yBaseClose) - { - this.yBaseClose=yBaseClose; - } - public float getFxPerc() - { - return fxPerc; - } - public void setFxPerc(float fxPerc) - { - this.fxPerc=fxPerc; - } - public float getFxAmt() - { - return fxAmt; - } - public void setFxAmt(float fxAmt) - { - this.fxAmt=fxAmt; - } - public float getFxRate() - { - return fxRate; - } - public void setFxRate(float fxRate) - { - this.fxRate=fxRate; - } - public float getYFxRate() - { - return yFxRate; - } - public void setYFxRate(float yFxRate) - { - this.yFxRate=yFxRate; - } - public float getAltIndexReturnPerc() - { - return altIndexReturnPerc; - } - public void setAltIndexReturnPerc(float altIndexReturnPerc) - { - this.altIndexReturnPerc=altIndexReturnPerc; - } - public float getAltIndexReturnAmt() - { - return altIndexReturnAmt; - } - public void setAltIndexReturnAmt(float altIndexReturnAmt) - { - this.altIndexReturnAmt=altIndexReturnAmt; - } - public float getIndexBetaAdjPerc() - { - return indexBetaAdjPerc; - } - public void setIndexBetaAdjPerc(float indexBetaAdjPerc) - { - this.indexBetaAdjPerc=indexBetaAdjPerc; - } - public float getIndexBetaAdjAmt() - { - return indexBetaAdjAmt; - } - public void setIndexBetaAdjAmt(float indexBetaAdjAmt) - { - this.indexBetaAdjAmt=indexBetaAdjAmt; - } - public float getVwap() - { - return vwap; - } - public void setVwap(float vwap) - { - this.vwap=vwap; - } - public float getVwapPnl() - { - return vwapPnl; - } - public void setVwapPnl(float vwapPnl) - { - this.vwapPnl=vwapPnl; - } - public float getHedgeAlphaAmt() - { - return hedgeAlphaAmt; - } - public void setHedgeAlphaAmt(float hedgeAlphaAmt) - { - this.hedgeAlphaAmt=hedgeAlphaAmt; - } - public String getExposureView() - { - return exposureView; - } - public void setExposureView(String exposureView) - { - this.exposureView=exposureView; - } - public String getMarketView() - { - return marketView; - } - public void setMarketView(String marketView) - { - this.marketView=marketView; - } - public String getCallPut() - { - return callPut; - } - public void setCallPut(String callPut) - { - this.callPut=callPut; - } - public String get[month]() - { - return [month]; - } - public void set[month](String [month]) - { - this.[month]=[month]; - } - public boolean getPrivate() - { - return private; - } - public void setPrivate(boolean private) - { - this.private=private; - } - public boolean getIpo() - { - return ipo; - } - public void setIpo(boolean ipo) - { - this.ipo=ipo; - } - public float getRatio() - { - return ratio; - } - public void setRatio(float ratio) - { - this.ratio=ratio; - } - public String getSource() - { - return source; - } - public void setSource(String source) - { - this.source=source; - } - public Timestamp getGoAround() - { - return goAround; - } - public void setGoAround(Timestamp goAround) - { - this.goAround=goAround; - } - public float getAdh() - { - return adh; - } - public void setAdh(float adh) - { - this.adh=adh; - } - public float getAac() - { - return aac; - } - public void setAac(float aac) - { - this.aac=aac; - } - public float getAzap() - { - return azap; - } - public void setAzap(float azap) - { - this.azap=azap; - } - public boolean getExported() - { - return exported; - } - public void setExported(boolean exported) - { - this.exported=exported; - } - public float getHedgeAlphaPerc() - { - return hedgeAlphaPerc; - } - public void setHedgeAlphaPerc(float hedgeAlphaPerc) - { - this.hedgeAlphaPerc=hedgeAlphaPerc; - } - public float getAlphaGoAround() - { - return alphaGoAround; - } - public void setAlphaGoAround(float alphaGoAround) - { - this.alphaGoAround=alphaGoAround; - } - public float getAlphaReal() - { - return alphaReal; - } - public void setAlphaReal(float alphaReal) - { - this.alphaReal=alphaReal; - } - public float getAlphaUnreal() - { - return alphaUnreal; - } - public void setAlphaUnreal(float alphaUnreal) - { - this.alphaUnreal=alphaUnreal; - } - public float getPnlReal() - { - return pnlReal; - } - public void setPnlReal(float pnlReal) - { - this.pnlReal=pnlReal; - } - public float getPnlUnreal() - { - return pnlUnreal; - } - public void setPnlUnreal(float pnlUnreal) - { - this.pnlUnreal=pnlUnreal; - } - public float getCashFlow() - { - return cashFlow; - } - public void setCashFlow(float cashFlow) - { - this.cashFlow=cashFlow; - } - public float getBetaCashFlow() - { - return betaCashFlow; - } - public void setBetaCashFlow(float betaCashFlow) - { - this.betaCashFlow=betaCashFlow; - } - public Timestamp getLastTradeDate() - { - return lastTradeDate; - } - public void setLastTradeDate(Timestamp lastTradeDate) - { - this.lastTradeDate=lastTradeDate; - } - public float getLastTradeQty() - { - return lastTradeQty; - } - public void setLastTradeQty(float lastTradeQty) - { - this.lastTradeQty=lastTradeQty; - } - public float getEnterpriseValue() - { - return enterpriseValue; - } - public void setEnterpriseValue(float enterpriseValue) - { - this.enterpriseValue=enterpriseValue; - } - public String getAssociate() - { - return associate; - } - public void setAssociate(String associate) - { - this.associate=associate; - } -}; diff --git a/proto/Main.cpp b/proto/Main.cpp index fd514f5..dcd9774 100644 --- a/proto/Main.cpp +++ b/proto/Main.cpp @@ -42,8 +42,6 @@ void main() break; } -//BitsPerSample{Bit4=4,Bit8=8,Bit16=16,Bit32=32}; - SmartPointer pureWave(new PureWave(),PointerDisposition::Delete); pureWave->play(*waveForm); diff --git a/proto/Debug/Historic.java b/proto/junk/Historic.java similarity index 100% rename from proto/Debug/Historic.java rename to proto/junk/Historic.java diff --git a/proto/HistoricRS.java b/proto/junk/HistoricRS.java similarity index 100% rename from proto/HistoricRS.java rename to proto/junk/HistoricRS.java diff --git a/proto/HookDLL.dsp b/proto/junk/HookDLL.dsp similarity index 100% rename from proto/HookDLL.dsp rename to proto/junk/HookDLL.dsp diff --git a/proto/HookDLL.dsw b/proto/junk/HookDLL.dsw similarity index 100% rename from proto/HookDLL.dsw rename to proto/junk/HookDLL.dsw diff --git a/proto/HookDLL.ncb b/proto/junk/HookDLL.ncb similarity index 100% rename from proto/HookDLL.ncb rename to proto/junk/HookDLL.ncb diff --git a/proto/HookDLL.opt b/proto/junk/HookDLL.opt similarity index 100% rename from proto/HookDLL.opt rename to proto/junk/HookDLL.opt diff --git a/proto/HookDLL.plg b/proto/junk/HookDLL.plg similarity index 100% rename from proto/HookDLL.plg rename to proto/junk/HookDLL.plg diff --git a/proto/NameValuePair.hpp b/proto/junk/NameValuePair.hpp similarity index 100% rename from proto/NameValuePair.hpp rename to proto/junk/NameValuePair.hpp diff --git a/proto/PAINT.ICO b/proto/junk/PAINT.ICO similarity index 100% rename from proto/PAINT.ICO rename to proto/junk/PAINT.ICO diff --git a/proto/PROCLIB.MDP b/proto/junk/PROCLIB.MDP similarity index 100% rename from proto/PROCLIB.MDP rename to proto/junk/PROCLIB.MDP diff --git a/proto/PROTO.~RC b/proto/junk/PROTO.~RC similarity index 100% rename from proto/PROTO.~RC rename to proto/junk/PROTO.~RC diff --git a/proto/StdAfx.cpp b/proto/junk/StdAfx.cpp similarity index 100% rename from proto/StdAfx.cpp rename to proto/junk/StdAfx.cpp diff --git a/proto/cbtdll.dsp b/proto/junk/cbtdll.dsp similarity index 100% rename from proto/cbtdll.dsp rename to proto/junk/cbtdll.dsp diff --git a/proto/cbtdll.dsw b/proto/junk/cbtdll.dsw similarity index 100% rename from proto/cbtdll.dsw rename to proto/junk/cbtdll.dsw diff --git a/proto/cbtdll.ncb b/proto/junk/cbtdll.ncb similarity index 100% rename from proto/cbtdll.ncb rename to proto/junk/cbtdll.ncb diff --git a/proto/cbtdll.opt b/proto/junk/cbtdll.opt similarity index 100% rename from proto/cbtdll.opt rename to proto/junk/cbtdll.opt diff --git a/proto/cbtdll.plg b/proto/junk/cbtdll.plg similarity index 100% rename from proto/cbtdll.plg rename to proto/junk/cbtdll.plg diff --git a/proto/dllmain.cpp b/proto/junk/dllmain.cpp similarity index 100% rename from proto/dllmain.cpp rename to proto/junk/dllmain.cpp diff --git a/proto/dlltest.cpp b/proto/junk/dlltest.cpp similarity index 100% rename from proto/dlltest.cpp rename to proto/junk/dlltest.cpp diff --git a/proto/dlltest.dsp b/proto/junk/dlltest.dsp similarity index 100% rename from proto/dlltest.dsp rename to proto/junk/dlltest.dsp diff --git a/proto/dlltest.dsw b/proto/junk/dlltest.dsw similarity index 100% rename from proto/dlltest.dsw rename to proto/junk/dlltest.dsw diff --git a/proto/dlltest.opt b/proto/junk/dlltest.opt similarity index 100% rename from proto/dlltest.opt rename to proto/junk/dlltest.opt diff --git a/proto/dlltest.plg b/proto/junk/dlltest.plg similarity index 100% rename from proto/dlltest.plg rename to proto/junk/dlltest.plg diff --git a/proto/file2.cpp b/proto/junk/file2.cpp similarity index 100% rename from proto/file2.cpp rename to proto/junk/file2.cpp diff --git a/proto/foo.dat b/proto/junk/foo.dat similarity index 100% rename from proto/foo.dat rename to proto/junk/foo.dat diff --git a/proto/hookdll.cpp b/proto/junk/hookdll.cpp similarity index 100% rename from proto/hookdll.cpp rename to proto/junk/hookdll.cpp diff --git a/proto/main.cpp.saf b/proto/junk/main.cpp.saf similarity index 100% rename from proto/main.cpp.saf rename to proto/junk/main.cpp.saf diff --git a/proto/makeres.cpp b/proto/junk/makeres.cpp similarity index 100% rename from proto/makeres.cpp rename to proto/junk/makeres.cpp diff --git a/proto/mapping.txt b/proto/junk/mapping.txt similarity index 100% rename from proto/mapping.txt rename to proto/junk/mapping.txt diff --git a/proto/mykernel.cpp b/proto/junk/mykernel.cpp similarity index 100% rename from proto/mykernel.cpp rename to proto/junk/mykernel.cpp diff --git a/proto/mykernel.dsp b/proto/junk/mykernel.dsp similarity index 100% rename from proto/mykernel.dsp rename to proto/junk/mykernel.dsp diff --git a/proto/mykernel.dsw b/proto/junk/mykernel.dsw similarity index 100% rename from proto/mykernel.dsw rename to proto/junk/mykernel.dsw diff --git a/proto/mykernel.ncb b/proto/junk/mykernel.ncb similarity index 100% rename from proto/mykernel.ncb rename to proto/junk/mykernel.ncb diff --git a/proto/mykernel.opt b/proto/junk/mykernel.opt similarity index 100% rename from proto/mykernel.opt rename to proto/junk/mykernel.opt diff --git a/proto/mykernel.plg b/proto/junk/mykernel.plg similarity index 100% rename from proto/mykernel.plg rename to proto/junk/mykernel.plg diff --git a/proto/proto.001 b/proto/junk/proto.001 similarity index 100% rename from proto/proto.001 rename to proto/junk/proto.001 diff --git a/proto/scraps.txt b/proto/junk/scraps.txt similarity index 100% rename from proto/scraps.txt rename to proto/junk/scraps.txt diff --git a/proto/table.txt b/proto/junk/table.txt similarity index 100% rename from proto/table.txt rename to proto/junk/table.txt diff --git a/proto/proto.plg b/proto/proto.plg index 63bd607..4bd67a2 100644 --- a/proto/proto.plg +++ b/proto/proto.plg @@ -6,7 +6,7 @@ --------------------Configuration: common - Win32 Debug--------------------

Command Lines

-Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP605.tmp" with contents +Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP615.tmp" with contents [ /nologo /Gz /MTd /GX /Zi /Od /I "\work" /I "\parts" /D "_WINDOWS" /D "__FLAT__" /D "STRICT" /D "WIN32" /FR"msvcobj/" /Fo"msvcobj/" /Fd"msvcobj/" /FD /I /work" /I /parts" /I /work" /I /parts" " " " " /c "F:\work\common\accelerator.cpp" @@ -87,14 +87,14 @@ Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP605.tmp" with con "F:\work\common\Window.cpp" "F:\work\common\Wintimer.cpp" ] -Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP605.tmp" -Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP606.tmp" with contents +Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP615.tmp" +Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP616.tmp" with contents [ /nologo /Gz /MTd /GX /Zi /Od /I "\work" /I "\parts" /D "_WINDOWS" /D "__FLAT__" /D "STRICT" /D "WIN32" /FR"msvcobj/" /Fp"msvcobj/common.pch" /YX /Fo"msvcobj/" /Fd"msvcobj/" /FD /I /work" /I /parts" /I /work" /I /parts" " " " " /c "F:\work\common\Bmdata.cpp" ] -Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP606.tmp" -Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP607.tmp" with contents +Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP616.tmp" +Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP617.tmp" with contents [ /nologo /out:"..\exe\mscommon.lib" .\msvcobj\accelerator.obj @@ -176,7 +176,7 @@ Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP607.tmp" with con .\msvcobj\Window.obj .\msvcobj\Wintimer.obj ] -Creating command line "link.exe -lib @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP607.tmp" +Creating command line "link.exe -lib @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP617.tmp"

Output Window

Compiling... accelerator.cpp @@ -270,14 +270,14 @@ Creating library... --------------------Configuration: bsptree - Win32 Debug--------------------

Command Lines

-Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP608.tmp" with contents +Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP618.tmp" with contents [ /nologo /Gz /MTd /GX /Zi /Od /I "\work" /I "\parts" /D "_DEBUG" /D "__FLAT__" /D "STRICT" /D "_WINDOWS" /D "WIN32" /FR".\msvcobj/" /Fo".\msvcobj/" /Fd".\msvcobj/" /FD /c "F:\work\bsptree\Bsptmpl.cpp" "F:\work\bsptree\Rgbtree.cpp" "F:\work\bsptree\Stdtmpl.cpp" ] -Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP608.tmp" +Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP618.tmp" Creating command line "link.exe -lib /nologo /out:"..\exe\msbsp.lib" .\msvcobj\Bsptmpl.obj .\msvcobj\Rgbtree.obj .\msvcobj\Stdtmpl.obj "

Output Window

Compiling... @@ -290,7 +290,7 @@ Creating library... --------------------Configuration: sample - Win32 Debug--------------------

Command Lines

-Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP609.tmp" with contents +Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP619.tmp" with contents [ /nologo /Gz /MTd /Zi /Od /D "_DEBUG" /D "__FLAT__" /D "STRICT" /D "WIN32" /D "_WINDOWS" /FR".\msvcobj/" /Fp"\work\exe\msvc42.pch" /YX"windows.h" /Fo".\msvcobj/" /Fd".\msvcobj/" /FD /I /work" /I /parts" /I /work" /I /parts" " " " " /c "F:\work\sample\Datachnk.cpp" @@ -303,7 +303,7 @@ Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP609.tmp" with con "F:\work\sample\Wavein.cpp" "F:\work\sample\Waveout.cpp" ] -Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP609.tmp" +Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP619.tmp" Creating command line "link.exe -lib /nologo /out:"..\exe\sample.lib" .\msvcobj\Datachnk.obj .\msvcobj\Devhndlr.obj .\msvcobj\fmtchnk.obj .\msvcobj\GenChnk.obj .\msvcobj\Puresmpl.obj .\msvcobj\Purewave.obj .\msvcobj\Wave.obj .\msvcobj\Wavein.obj .\msvcobj\Waveout.obj "

Output Window

Compiling... @@ -321,13 +321,13 @@ Creating library... --------------------Configuration: proto - Win32 Debug--------------------

Command Lines

-Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP60A.tmp" with contents +Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP61A.tmp" with contents [ /nologo /Gz /MTd /GR /GX /Zi /Od /I "\work" /I "\parts" /I "\parts\sgi_stl" /D "WIN32" /D "_WINDOWS" /D "STRICT" /D "__FLAT__" /D "_MBCS" /D "_COMMON_USENLS_" /FR".\msvcobj/" /Fp".\msvcobj/proto.pch" /YX"windows.hpp" /Fo".\msvcobj/" /Fd".\msvcobj/" /FD /c "F:\work\proto\Main.cpp" ] -Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP60A.tmp" -Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP60B.tmp" with contents +Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP61A.tmp" +Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP61B.tmp" with contents [ comctl32.lib winmm.lib wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib wininet.lib strmiids.lib winmm.lib vfw32.lib debug\HookDLL.lib version.lib /nologo /subsystem:console /pdb:none /debug /machine:I386 /out:"f:\work\proto\debug\proto.exe" .\msvcobj\Main.obj @@ -335,7 +335,7 @@ comctl32.lib winmm.lib wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.li \work\exe\msbsp.lib \work\exe\sample.lib ] -Creating command line "link.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP60B.tmp" +Creating command line "link.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP61B.tmp"

Output Window

Compiling... Main.cpp