# WinBGIm **Repository Path**: lang13002/winbgim ## Basic Information - **Project Name**: WinBGIm - **Description**: WinBGIm库允许使用BGI图形例程和对使用mingw gnu C++编译器编写的Windows应用程序的简单鼠标支持 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-11-19 - **Last Updated**: 2021-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WinBGIm WinBGIm库允许使用BGI图形例程和对使用mingw gnu C++编译器编写的Windows应用程序的简单鼠标支持 ## 编译 ` # cd src && make` 复制 graphics.h 到 MinGW 的 include 文件夹 复制 libbgi.a 到 MinGW 的 lib 文件夹 ## 使用 在项目中添加链接库 "-lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32" ## 相关文档: http://winbgim.codecutter.org/ https://github.com/kredpinetree/winbgim64