Chinaunix首页 | 论坛 | 博客
  • 博客访问: 439330
  • 博文数量: 116
  • 博客积分: 2756
  • 博客等级: 少校
  • 技术积分: 1163
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-29 21:21
文章分类

全部博文(116)

文章存档

2018年(1)

2017年(1)

2016年(30)

2015年(41)

2014年(23)

2011年(7)

2010年(9)

2008年(4)

发布时间:2016-10-04 16:40:55

lupdatelrelease......【阅读全文】

阅读(802) | 评论(0) | 转发(0)

发布时间:2016-05-18 15:19:39

首先,安装libfccp-dev。然后,基本使用方法如下:点击(此处)折叠或打开#include <libfccp/csv.h>#include <iostream>#include <string>int main(int argument_number, char **argument_array).........【阅读全文】

阅读(1005) | 评论(0) | 转发(0)

发布时间:2015-12-29 11:12:28

If you see this warning when using clang with ccache, you can use "-Qunused-arguments" to work around it. That is a ccache bug. It seems that ccache pass too many argument in linking operations (not sure about this).......【阅读全文】

阅读(5395) | 评论(0) | 转发(0)

发布时间:2015-08-29 13:48:19

If you got this: undefined reference to `vtable for...

Check your virtual function's definition.

virtual void foo(void) = 0;
.........【阅读全文】

阅读(734) | 评论(0) | 转发(0)

发布时间:2015-06-13 16:42:02

编译的基本步骤:下载源代码:http://www.wxwidgets.org/,具体来说,要下载Windows zip那个包。解压缩放在某个目录,比如说d:\lib\wxWidgets下面。进入D:\lib\wxWidgets\build\msw,点击wx_vc12.sln(Visual Studio 2013点击这个,其他版本的自己选择)。Visual Studio打开以后,可以在上面.........【阅读全文】

阅读(1380) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

indure2011-01-02 14:08

回复  |  举报

2010-10-07 22:34

回复  |  举报

大鬼不动2010-10-04 16:38

踩踩

回复  |  举报

小闹一下2010-09-30 06:17

回复  |  举报

小闹一下2010-09-29 23:41

回复  |  举报
留言热议
请登录后留言。

登录 注册