2018年12月1日

dlfcn-win32 for mingw

摘要: https://blog.csdn.net/jinglexy/article/details/79637313 https://github.com/dlfcn-win32/dlfcn-win32 阅读全文

posted @ 2018-12-01 12:39 eustoma 阅读(357) 评论(0) 推荐(0)

CodeBlocks 17.12 工程如何引用其他文件夹的头文件和源程序

摘要: 假设你的工程名为project,目录为F:\test。但是你想在project中使用文件夹F:\library下面的一些头文件和源程序。由于这些头文件和源程序与工程project不在同一目录下面,所以需要做一些设置。下面介绍两种方法: 1、第一步:在CodeBlocks界面中右击工程名project 阅读全文

posted @ 2018-12-01 11:36 eustoma 阅读(1217) 评论(0) 推荐(0)

解决code::blocks 17.12不能debug的方法

摘要: 错误提示: You need to specify a debugger program in the debuggers's settings. 解决方法: 在settings->debugger settings->Default 中设置 调试器MinGW所在的路径: C:\Program Fi 阅读全文

posted @ 2018-12-01 11:04 eustoma 阅读(6280) 评论(0) 推荐(1)

导航