This allows libcppa to compile and run on windows using g++ and MingW.
The examples and tests run. Remaining problems: 1. middleman_event_handler::update runs into "cannot erase " << ptr << " (no such element)" on disconnect of a remote actor. 2. chat example client crashes in windows on connect backtrace just prints addresses. added execinfo_windows.h for missing execinfo.h in mingw uuid from disk partition now implemented.
Showing
This diff is collapsed.
cppa/execinfo_windows.h
0 → 100644
cppa/windows/windows_tcp.hpp
0 → 100644
src/backtrace.cpp
0 → 100644
This diff is collapsed.
src/socketpair.cpp
0 → 100644
src/windows/windows_tcp.cpp
0 → 100644
Please register or sign in to comment