Skip to content
Discussion options

You must be logged in to vote

There are a few possible ways this can be done:

  1. The simplest is to simply launch the external application from within the blueCFD-Core (MSys2) terminal or from within the Windows Command Line (called from the file DOS_mode.bat), which will allow to already have the shell environment pre-loaded with the necessary paths.

  2. The next possibility is to hard-code the environment variables that are provided in the file setvars.bat, which is provided as of blueCFD-Core 2016-2. This means that your external application will have to set the environment variables through whichever process launching mechanism you are using. For example, on Qt's QProcess there is a method for exactly that.

  3. The oth…

Replies: 1 comment

Comment options

wyldckat
Mar 8, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by wyldckat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #94 on March 08, 2022 10:19.