scbc.sat2 001b1246d1 标记运行过脚本; il y a 5 ans
..
CritSection.h d367b73cef 基本完成模块封装 il y a 5 ans
Global.cpp c3ee98d735 使用以下方法,并不能输出printf的内容: il y a 5 ans
Global.h d367b73cef 基本完成模块封装 il y a 5 ans
PythonHelper.cpp e6529786c6 封装类; il y a 5 ans
PythonHelper.h eb54df1eb9 1、进行封装类; il y a 5 ans
ReadMe.txt c800c6d15f C++调用Python脚本的模块; il y a 5 ans
Resource.h c800c6d15f C++调用Python脚本的模块; il y a 5 ans
RunPython.cpp fe10289d8a 输出接口定义; il y a 5 ans
RunPython.h fe10289d8a 输出接口定义; il y a 5 ans
RunPython.rc c800c6d15f C++调用Python脚本的模块; il y a 5 ans
RunPython.vcproj 001b1246d1 标记运行过脚本; il y a 5 ans
RunPython.vcxproj d367b73cef 基本完成模块封装 il y a 5 ans
RunPython.vcxproj.filters d367b73cef 基本完成模块封装 il y a 5 ans
ScriptExecutor.cpp 001b1246d1 标记运行过脚本; il y a 5 ans
ScriptExecutor.h 001b1246d1 标记运行过脚本; il y a 5 ans
stdafx.cpp c800c6d15f C++调用Python脚本的模块; il y a 5 ans
stdafx.h d367b73cef 基本完成模块封装 il y a 5 ans
targetver.h c800c6d15f C++调用Python脚本的模块; il y a 5 ans

ReadMe.txt

========================================================================
动态链接库:RunPython 项目概述
========================================================================

应用程序向导已为您创建了此 RunPython DLL。

本文件概要介绍组成 RunPython 应用程序的
的每个文件的内容。


RunPython.vcproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件,
其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。

RunPython.cpp
这是主 DLL 源文件。

此 DLL 在创建时不导出任何符号。因此,在生成此 DLL 时
将不会产生 .lib 文件。如果希望此项目
成为其他某个项目的项目依赖项,则需要
添加代码以从 DLL 导出某些符号,
以便产生一个导出库,或者,也可以在项目“属性页”对话框中的
“链接器”文件夹中,将“常规”属性页上的
“忽略输入库”属性设置为“是”。

/////////////////////////////////////////////////////////////////////////////
应用程序向导创建了下列资源:

RunPython.rc
这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。
此文件可以直接在 Microsoft Visual C++ 中进行编辑。

Resource.h
这是标准头文件,可用于定义新的资源 ID。
Microsoft Visual C++ 将读取并更新此文件。

/////////////////////////////////////////////////////////////////////////////
其他标准文件:

StdAfx.h, StdAfx.cpp
这些文件用于生成名为 RunPython.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。

/////////////////////////////////////////////////////////////////////////////
其他注释:

应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。

/////////////////////////////////////////////////////////////////////////////