Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows下vs2013编译出错 #5

Open
small-carbon opened this issue Mar 31, 2017 · 3 comments
Open

Windows下vs2013编译出错 #5

small-carbon opened this issue Mar 31, 2017 · 3 comments

Comments

@small-carbon
Copy link

Error 54 error C2039: 'writerIndex' : is not a member of 'ByteBuf'
Error 17 error C1083: Cannot open include file: 'semaphore.h': No such file or directory
Error 15 error C1083: Cannot open include file: 'pthread.h': No such file or directory
Error 14 error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
Warning 51 warning C4800: 'char' : forcing value to bool 'true' or 'false' (performance warning)

@small-carbon
Copy link
Author

Error 54 error C2039: 'writerIndex' : is not a member of 'ByteBuf'
这个问题解决了
#include “ByteBuf.h”
改为
#include <ByteBuf.h>
就好了

@small-carbon
Copy link
Author

Error 30 error C1083: Cannot open include file: 'ByteBuf.h': No such file or directory
误以为解决了

@beykery
Copy link
Owner

beykery commented May 23, 2017

cocos客户端很久没维护了,不过在2.x版本是没问题的。看来似乎你是ide环境的问题吧。

Repository owner deleted a comment from ULis3h Feb 23, 2024
@github-staff github-staff deleted a comment from cmurav May 12, 2024
@github-staff github-staff deleted a comment from cmurav May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants