hi!
since i have to wait for the native cc++ win32 (thread-safe) socket support,
(which maybe can be grabbed from wxWindows btw)
i tried the latest cygwin. ./configure and make worked fine (the xml-part crashed same as under msvc)
i make'd the demos, no problems, but NONE of them worked 100%. (cmdlineopt not tested)
Networking seemed to work to some extend, (tcp-exe bails out after printing welcome to putty) but threading just crashes or throws exceptions.
is cygwin supported / tested? i thought it was.
again: cygwin is no real option for me, it's just to bridge the time cc++ ts sockets are available as native win32 code.
kl
Known problem... work in progress... This week end I should finish port for Socket and fix some bug with thread... I hope...
Log in to post a comment.
hi!
since i have to wait for the native cc++
win32 (thread-safe) socket support,
(which maybe can be grabbed from wxWindows btw)
i tried the latest cygwin.
./configure and make worked fine
(the xml-part crashed same as under msvc)
i make'd the demos, no problems,
but NONE of them worked 100%.
(cmdlineopt not tested)
Networking seemed to work to some extend,
(tcp-exe bails out after printing welcome to putty)
but threading just crashes or throws exceptions.
is cygwin supported / tested?
i thought it was.
again: cygwin is no real option for me, it's
just to bridge the time cc++ ts sockets are available as native win32 code.
kl
Known problem... work in progress...
This week end I should finish port for Socket and fix some bug with thread...
I hope...