There are two ways to set tunables on in a native project. You can either create a config file yourself and set the environment variable COBCONFIG to point to it or you can add an application.config file to your project and add it there.. If you choose to use the application.config file then there is a template for this. Right-click on your project name and select Add-New Item and then Application.config from the list, If you then click on this and go to the Run-time Configuration tab you can set the option under Program Loading-- no_mfredir to true. When you build the project it will create a file with the same name as the output file with an extension of mfgcf. If this is in the same folder as the .exe it will pick this up automatically. Thanks
↧