| | [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File | SVN ⇄ GIT ]
STR #1273
| Application: | FLTK Library |
| Status: | 5 - New |
| Priority: | 3 - Moderate, e.g. unable to compile the software |
| Scope: | 2 - Specific to an operating system |
| Subsystem: | Unassigned |
| Summary: | WSAAsyncSelect not working in win32\run.cxx |
| Version: | 2.0-current |
| Created By: | Pan |
| Assigned To: | Unassigned |
| Fix Version: | Unassigned |
| Update Notification: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post Text ]
| |
| WSAAsyncSelect in add_fd does not succeeds it returns non zero. if i undef USE_ASYNC_SELECT add_fd works but cpu goes up to 99% on starting my application or one of the example applications. i use visual c++ 2005 express + platform sdk. | |
| |
| WSAGetLastError() returns 10022, that is WSAEINVAL. | |
| |
| WSAAsyncSelect(n, xid(Window::first()), WM_FLSELECT, mask); That is fixing it for me but i guess it only works if there is atleast one Window. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |