Sign Up

Details

Hi,

I noticed that when using Antidoc via the command line, it launches a new instance of LabVIEW. I’m currently using LabVIEW 2024 64-bit, but Antidoc opens the 32-bit version instead.

It would be great if Antidoc could detect and use the same bitness of LabVIEW that’s already installed or in use.

Thanks!

Comments

Wovalab Hi Ashwini, The Antidoc CLI tool relies on G CLI. G CLI is the one that is responsible of launching LabVIEW. To launch the 64-bit version of LV, you need to add the -x64 tag to the command that invock Antidoc. The command should look like `g-cli --lv-ver 2014 --x64 antidoc…` You can find more info about G CLI usage here --> https://g-cli.github.io/G-CLI/getting_started.html#launching-a-vi Hope this help you use Antidoc.
 •  Reply15 hours
Ashwini Pandit Thank you @Wovalab for your prompt and helpful response.
  1
 •  Reply15 hours
Wovalab For the record, I've just updated the documentation to refer to the G-CLI doc --> https://wovalab.gitlab.io/open-source/docs/cli-tool-for-antidoc/latest/CLI.html
 •  Reply13 hours

Please sign in to leave a comment.