How to configure a project to use an ini file in Developer Studio?

I use the ini file to set fonts and colors (instead of the registry). I linked the ini file as follows:

Properties->ProgressOpenEdge->Startup parameters->
"-basekey ini -ininame C:\somepath\ini\progress11.ini"

If I create a small run file (and hit run), the ini file will load correctly:

run start.w

But if I click on start, the INI file will not be loaded (getting font errors). How to configure eclipse to load ini file correctly?

Edit: There should have been 2 more reputations for displaying images.

+3
source share
1 answer

A downarrow appears on the run button. Click on it and then click on “run configuration” - this will allow you to set launch options for the start button.

enter image description here

+1
source

All Articles