# TestDll **Repository Path**: pejoicen/TestDll ## Basic Information - **Project Name**: TestDll - **Description**: 练习使用动态库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 练习使用动态库 1. 将前面做的Snake小程序封装到dll中,在新工程中通过调用动态库的方式实现运行程序。 2. 增加python调用dll 3. 增加文件 动态链接库使用说明.md # 版本历史 2020-5-6初始化