Jörg Preiß
Jörg Preiß
@mattleibow How can I help?
Well - I ended up this way: ``` NetMessaging::NetMessaging() : m_zmqContext(1) { } bool NetMessaging::getOsVersion(const string& address, NetMsgOsVersion& version) { zmq::socket_t requester(m_zmqContext, ZMQ_REQ); requester.connect(address); try { s_send(requester, "getosversion"); auto reply...
Thanks. I think that helps to start with messages.
You can badly read It as a sentence. Wouldn't it better to call it Processing should_do_something =
There is a fable compile warning which might be interesting: "Error while reading metadata nodes in table itypars of assembly Fable.SignalR: the node has no matching declaration. Signal this warning,...
Well, if I would have been able to build the demo, I wouldn't have created a complete new project. Second reason: it was the question where the demo app is,...
The problem is, that I check out a completely unknown fresh new project, try to compile it, and it does not work. I did neither change nor remove something. So...
> And the demo is literally built by default. I know that make install of fluid copies the plugin into the Qt folder. I have no idea where this demo...
> > The problem is, that I check out a completely unknown fresh new project, try to compile it, and it does not work. I did neither change nor remove...
> > > And the demo is literally built by default. > > > > > > I know that make install of fluid copies the plugin into the Qt...