8000 spserver windows x64 compile · Issue #51 · spsoft/spserver · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

spserver windows x64 compile #51

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 8000 .

Already on GitHub? Sign in to your account

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Open

spserver windows x64 compile #51

GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link
BOOL isSuccess = GetQueuedCompletionStatus( completionPort, 
&bytesTransferred,&completionKey, &overlapped, timeout );
在windows x64 无法编译通过,提示错误:
改成:
    BOOL isSuccess = GetQueuedCompletionStatus( completionPort, &bytesTransferred,
        reinterpret_cast<PULONG_PTR>(&completionKey), &overlapped, timeout );
在程序中仍然不能用!

Original issue reported on code.google.com by zhouqian...@gmail.com on 26 Dec 2011 at 6:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant
0