|
楼主 |
发表于 2009-9-12 11:53:00
|
显示全部楼层
Re:请问古月套件的网络部分是否用了IOCP?
谢谢..还有一个问题..我用VS2008的,用的是最新版本的古月.示例程序里NetWork里的TCP聊天和UDP聊天2个文件夹.
TCP里Client执行DEBUG里的EXE没反应,UDP的有
建立工程把代码拷过去,2个都编译失败,问题都是在设置窗口格式的最后but->OnClick=OnClick;里
rror C2679: 二进制“=”: 没有找到接受“void (__thiscall TestObject::* )(hgl::GUIObject *)”类型的右操作数的运算符(或没有可接受的转换)
1> d:\gameengine\cmgdkv18\sdk\include\hgl\platform\compiler\eventfunc.h(31): 可能是“void hgl::EventFunc<T>:perator =(void *)”
1> with
1> [
1> T=void (__thiscall hgl::_Object::* )(hgl::GUIObject *)
1> ]
1> d:\gameengine\cmgdkv18\sdk\include\hgl\platform\compiler\eventfunc.h(46): 或 “hgl::EventFunc<T> &hgl::EventFunc<T>::operator =(const hgl::EventFunc<T> &)”
1> with
1> [
1> T=void (__thiscall hgl::_Object::* )(hgl::GUIObject *)
1> ]
1> 试图匹配参数列表“(hgl::EventFunc<T>, void (__thiscall TestObject::* )(hgl::GUIObject *))”时
1> with
1> [
1> T=void (__thiscall hgl::_Object::* )(hgl::GUIObject *)
1> ] |
|