dede

2009年5月23日

     摘要: 本文介绍了在windows下使用msys GNU工具编译hans boehm gc 7.1的过程,vc用户请移驾gc目录readme  阅读全文
posted @ 2009-05-23 19:57 dede 阅读(2928) | 评论 (1)编辑 收藏

2009年5月6日

     摘要: 去掉处理器信息,多线程保护的测试效果:
http://www.cppblog.com/Files/dede/平衡效果.7z

class loader
{
public:
unsigned long num;
};

class wheelDispatch
{
public:
//注册处理器
void registLoader(loader *l);

//平衡负载调度器,返回被选择的处理器指针
loader *balance(void);

void printLoader(void);
};
  阅读全文
posted @ 2009-05-06 16:31 dede 阅读(697) | 评论 (1)编辑 收藏

2007年10月3日

     摘要: /**
* Format a message to the thread-safe ACE logging mechanism. Valid
* options (prefixed by '%', as in printf format strings) include:
*/  阅读全文
posted @ 2007-10-03 00:13 dede 阅读(1289) | 评论 (0)编辑 收藏

2007年8月25日

操作:
cd {mysql}/lib/opt
reimp libmysql.lib
dlltool.exe -d {mysql++}/libmysqlclient.def -e mysqlclient.exp -l mysqlclient.a -S as

备注:
mingw-utils-0.3.tar.gz
binutils-2.17.50-20060824-1.tar.gz

//reimp mysqlclient.lib
//ar rcs libmysqlclient.a *.obj
//rm *.obj


posted @ 2007-08-25 00:50 dede 阅读(1446) | 评论 (0)编辑 收藏

2007年2月14日

     摘要: configure -c msvc8 --rtl-static --use-boost 我的boost目录
接着按提示
nmake /f msvc.mak clean
nmake /f msvc.mak
即完成了stl的编译

然后在visual studio的include目录添加%stlport%/stlport目录
lib 目录添加%stlport%/lib 目录
即可正常使用stlport了  阅读全文
posted @ 2007-02-14 22:51 dede 阅读(2761) | 评论 (0)编辑 收藏
哦,对了,ACE也更新到了5.5.6版,还不确定是哪个的更新搞定的,终于windows下不用麻烦的屏蔽wx的网络跟线程部分了,哈哈,高兴
posted @ 2007-02-14 22:27 dede 阅读(416) | 评论 (0)编辑 收藏
仅列出标题  

导航

<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

统计

常用链接

留言簿(1)

随笔档案

搜索

最新评论

阅读排行榜

评论排行榜