Tomáš Glozar
Tomáš Glozar
> Some sort of event bus / pubsub with callbacks comes to mind, but is that a direction you want to look into, shall I try to put some effort...
This may be unnecessary, since C++11 provides most features and should have comparable portability.
Basically yes, remove the classes one by one and replace their use with native C++11 ones (which of course were unavailable to es40 authors in 2007). This will also make...
I'm also treating this as an opportunity to learn how C++ threading works (and multithreaded applications in general), since I have no experience with this so far.
Migrated a bunch of components to std threads, no sign of a problem so far. Once POCO CThread is removed I'll do some more testing and if everything works push...
As a workaround for this, you can use the SCSI CD-ROM drive to hold the CD.
Thank you for reporting this - it never happened to me, but the bug could be nondeterministic (perhaps a race condition).
Hello, to put it simply I don't know whether pcap on Windows works, since I don't use Windows and CI builds without pcap. With CMake adding pcap's include and library...
This is a known problem, see https://www.openvmshobbyist.com/forum/viewthread.php?forum_id=161&thread_id=2801.
I'll update the README.