资源说明:参考及修改:
BOOL SetTimeout(long lTime);
LPCTSTR GetLanguage();
void SetLanguage(LPCTSTR szLanguage);
int GetMethodsCount() const;
LPCTSTR GetNameAt(int index);
void Reset();
bool LoadScript(LPCTSTR szFilename);
bool LoadScriptResource(LPCTSTR lpName, LPCTSTR lpType, HINSTANCE hInstance);
bool AddScript(LPCTSTR szCode);
bool AddObject(LPCTSTR szObject,LPDISPATCH Object,bool AddMembers);
LPCTSTR GetErrorString();
bool ExecuteStatement(LPCTSTR szStatement);
bool RunProcedure(LPCTSTR szProcName, SAFEARRAY** saParameters, VARIANT* varRet);
//protected:
void CommonConstruct();
bool GetMethodsName();
LPCTSTR GetScriptFunction(LPCTSTR name);
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。