Skip to content

Commit 62df642

Browse files
committed
1.2.5.3 Some fix
1 parent 04edb16 commit 62df642

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tsc64/Resource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
#define VER_Y 1
77
#define VER_M 2
88
#define VER_D 5
9-
#define VER_Z 2
9+
#define VER_Z 3

tsc64/tsc64.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ TEmethod methodTSE[] = {
5757
//property
5858
{ 0x000000c9, L"Number" },
5959
{ 0x000000ca, L"Source" },
60-
{ 0x000000cc, L"Description" },
60+
{ 0x000000cb, L"Description" },
6161
{ 0x000000cd, L"HelpContext" },
6262
{ 0xfffffdfb, L"Text" },
6363
{ 0x000000ce, L"Line" },
@@ -575,7 +575,7 @@ HRESULT CTScriptControl::ParseScript(LPOLESTR lpScript, LPOLESTR lpLang, IDispat
575575
}
576576
}
577577
pasp->Release();
578-
pass->m_pSC = NULL;
578+
//pass->m_pSC = NULL;
579579
if (pass->m_hr != S_OK) {
580580
hr = pass->m_hr;
581581
}
@@ -1921,7 +1921,7 @@ STDMETHODIMP CTScriptError::Invoke(DISPID dispIdMember, REFIID riid, LCID lcid,
19211921
}
19221922
return S_OK;
19231923
//Description
1924-
case 0x000000cc:
1924+
case 0x000000cb:
19251925
if (pVarResult) {
19261926
pVarResult->vt = VT_BSTR;
19271927
return get_Description(&pVarResult->bstrVal);

0 commit comments

Comments
 (0)