2009年5月23日
摘要: 本文介紹了在windows下使用msys GNU工具編譯hans boehm gc 7.1的過程,vc用戶請移駕gc目錄readme
閱讀全文
2009年5月6日
摘要: 去掉處理器信息,多線程保護的測試效果:
http://www.shnenglu.com/Files/dede/平衡效果.7z
class loader
{
public:
unsigned long num;
};
class wheelDispatch
{
public:
//注冊處理器
void registLoader(loader *l);
//平衡負載調度器,返回被選擇的處理器指針
loader *balance(void);
void printLoader(void);
};
閱讀全文
2007年10月3日
摘要: /**
* Format a message to the thread-safe ACE logging mechanism. Valid
* options (prefixed by '%', as in printf format strings) include:
*/
閱讀全文
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
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了
閱讀全文
哦,對了,ACE也更新到了5.5.6版,還不確定是哪個的更新搞定的,終于windows下不用麻煩的屏蔽wx的網絡跟線程部分了,哈哈,高興