Skip to content

Releases: wireddown/VIKit

VIKit 1.0.0

05 Oct 23:33
Compare
Choose a tag to compare

New Tools

  • VIQueryVersion -- command line tool that prints what LabVIEW version a VI was written in
$ VIQueryVersion.exe "C:\\path\\to\\your\\VI.vi"
14.0

Getting Started

  • These instructions assume you have MinGW installed.
  • Unpack the distribution:
$ tar -xzf VIKit.tar.gz
  • Build the tools:
$ cd VIKit
$ make
gcc -std=c99 VIQueryVersion.c -o VIQueryVersion.exe -lVIKit -LVIKit