Posted on 2007-08-09 14:03
daiybh 阅读(205)
评论(0) 编辑 收藏 引用 所属分类:
mfc
不知道这些算的上是错误不。就用(不一样)来代替吧。
-
在for里面定义的int i 可以在for 后面使用。。
这个问题在移植过程中修改起来很累。当然也算的上错误了
解决方法: 在afxwin.h 或者在afx.h中添写
#define for if(0); else for
-
在程序中使用winsock2。
在afxsock.h中
- 修改
#ifndef _WINSOCKAPI_
#include <winsock.h>
#endif
为
#ifndef _WINSOCKAPI_
#include <winsock2.h>
#endif