vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt

Home Page:http://vinipsmaker.github.io/tufao/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No response on Win8.x/64

kls opened this issue · comments

commented

Hi,
First of all, thanks for the awesome library.

Tried the HelloWorld example on windows 8.1 64 bit, but get not any response.
When starting the test, the port is opened (checked with netstat), the browser connects and waiting until the test program is stopped.
Tested with Qt5 3.0/3.1 and mingw482_32 with tufao 1.x current master and tag-1.2.3.
Tests on linux (openSuse 13.1 and debian wheezy) worked as expected.

Any Idea?

Regards

commented

Found the problem after some tests.
Tufao lib compiled with "RelWithDebInfo" (cmake default), Testprogram compiled with DEBUG does not work.
Compiled Tufao with DEBUG -> everything is fine now.