How do you setup project to use ini file in Developer Studio?

Status
Not open for further replies.
L

LeoD3

Guest
I use a ini file to setup fonts and colors (instead of the registry). I have linked the ini file like this:

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


If I make a small run file (and press run) the ini file is correctly loaded:

run start.w


But if I press run on the start file the ini file is not loaded (getting font errors). How to setup eclipse to load the ini file correct?

Edit: Had to have 2 more reputation to show images.

Continue reading...
 
Status
Not open for further replies.
Top