kNet icon indicating copy to clipboard operation
kNet copied to clipboard

Results 5 kNet issues
Sort by recently updated
recently updated
newest added

The .h files use WIN32 but that's a depreciated macro, the correct one is _WIN32. Visual Studio 2015 documentation lists _WIN32. https://msdn.microsoft.com/en-us/library/b0084kay.aspx There's a drop-down menu for earlier compiler documentation,...

Due to MessageConnectionTreeItem having a shared ptr to MessageConnection, a connection is never freed even after it closes, when the NetworkDialog is open. In a network client usage, this means...

When enabling the Qt dialogs for kNet (USE_QT), using Qt 4.8.5 and CMake version 2.8.12.1 on Windows, the header file for the UI file Graph.ui is not generated and as...

The INetworkServerListener::ClientDisconnected(kNet::MessageConnection\* source) callback is signalled when a connection on the server is fully bidirectionally closed. However, there does not exist a corresponding event that would get signalled when the...