We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7885abf commit 99b1519Copy full SHA for 99b1519
tsc64/Resource.h
@@ -5,5 +5,5 @@
5
#define STRING2(str) #str
6
#define VER_Y 1
7
#define VER_M 2
8
-#define VER_D 4
9
-#define VER_Z 1
+#define VER_D 5
+#define VER_Z 0
tsc64/tsc64.cpp
@@ -922,6 +922,7 @@ STDMETHODIMP CTScriptControl::get_Modules(struct IScriptModuleCollection ** ppmo
922
STDMETHODIMP CTScriptControl::get_Error(struct IScriptError ** ppse)
923
{
924
*ppse = m_pError;
925
+ m_pError->AddRef();
926
return S_OK;
927
}
928
0 commit comments