I am writing some code to control a Thermotron 8800 controller from LabWindows/CVI 2017. In the past I have used a "TH8800" driver from NI/Thermotron. When I search through the Thermotron website it seems like the only NI drivers available are LabVIEW.
When I try using the older "TH8800" drivers, I cannot compile because they rely on the old "cvirt.dll" that is no longer supported in CVI 2017.
Does anyone know of a recent Thermotron driver for the 8800 that compiles in CVI 2017? They provide C++ "drivers", but these do not have a function library but rather just show how to communicate over TCP with custom strings based on the protocol defined in the users manual.
Or does anyone know where I can download "cvirt.dll" to try the fix listed here:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019PZhSAM&l=en-US
Many thanks!