Is there a way to not include all the programs in the actual project, but instead have a program within the project call other executables (GNTs) in a known directory and just run them?
Page 1 / 1
Is there a way to not include all the programs in the actual project, but instead have a program within the project call other executables (GNTs) in a known directory and just run them?
You can set the COBPATH environment variable within your project properties on the Application tab under Environment for a native project type. If you point this to the folder where your .gnts are located it will be searched for a matching program is referenced in a call statement. If you are calling .dlls then you would set the PATH environment t variable instead. You can also add an application.config file to your project and set the environment variables there.
For managed .NET code you should add a project reference to point to the .dll to call or add the ilref directive to your compile.
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.