Miscellaneous

For Windows, we also provide the pre-compiled wxWidgets, version 2.8.12 used to compile the release. You can download and extract it either from SourceForge. When opening a Code::Blocks project file it will usually ask you to define the root of the global compiler variable named "wx" which you simply point to the extracted folder from that archive.

Note that wxWidgets comes compiled in a shared,monolithic,release,unicode flavour, compiled like that:

mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb

也就是 http://sourceforge.net/projects/codeblocks/files/Sources/17.12/wxMSW-2.8.12.7z

http://www.codeblocks.org/downloads/25

最新文章

  1. 关于clientWidth scrollWidth offsetWidth的理解
  2. Web 开发最有用的50款 jQuery 插件集锦——《图片特效篇》
  3. hdu5481 Desiderium
  4. 用80x86汇编语言编程:1 + 2 + 3 + 4 + 5 + …… + n,和小于100,在屏幕上显示次数和结果。
  5. 新浪微博客户端(1)-实现Tabbar导航栏效果
  6. Fedora20的一些个人配置
  7. NeHe OpenGL教程 第六课:纹理映射
  8. 链表回文串判断&&链式A+B
  9. 【iOS-Cocos2d游戏开发之四】独自收集Cocos2d提供的字体!共57种(有对照的字体图)
  10. RabbitMQ C# 例子 -摘自网络
  11. EntityFramework程序集版本不同
  12. OA学习笔记-001-项目介绍
  13. Magento - get Attribute Options of the dropdown type attribute
  14. ThinkPHP中使用ajax接收json数据的方法
  15. csu 1503: 点弧之间的距离-湖南省第十届大学生计算机程序设计大赛
  16. 最短路径算法专题3----Bellman-Ford
  17. python 接口自动化测试--代码实现(八)
  18. 脱壳练习之bitarts 5.0
  19. [APIO2009]抢掠计划
  20. 上海依图-电话面试-angularjs

热门文章

  1. arduino串口输出问题
  2. 使用stringstream进行类型转换与字符串分割
  3. ORACLE RMAN备份--差异增量与累积增量的策略实例图
  4. UVA 11136 - Hoax or what (可以提交了,不会Submission error了)
  5. addSubview 与 removeFromSuperview
  6. [Docker] Create Docker Volumes for Persistent Storage
  7. leetcode-combination sum and combination sum II
  8. 一文看懂AI芯片竞争五大维度
  9. [Immutable.js] Updating nested values with ImmutableJS
  10. swift学习第九天:可选类型以及应用场景