Skip to content

v0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@etfovac etfovac released this 04 Aug 10:46
· 25 commits to master since this release

.NET Interop Assembly built in LabVIEW has issues if it contains classes (not necessarily inheritance hierarchy).
In such cases the default constructor node launches a browser window and searches for a class file on disk.
To avoid this obvious bug, use the other constructor node with pointers (init them as constants).

So the OOP is working, but the TCP itself is not tested (the server is needed).