😞 I've intalled the series 60 sdk - this gives a warning that it's not been tested on windows 2000
I've then installed over the top of this the opl-OS61-WINS-021.ZIP package
I've then created a helloworld.opl file
executed opltran helloworld.opl
from which I get -- Unable to open resource file C:\Symbian\61.\Series60\epoch32\release\winc\udeb\z\system\data\opltran.rsc
I guess I'm missing something anybody know what ?
Thanks M
copy opltran.rsc to that directory
[quote="Dazler"]copy opltran.rsc to that directory[/quote]
A poor guess
What it appears to mean is
either a) you are running this from the wrong directory
or b) there is an error in your opl
great error message 😉
It was indeed nothing more than a guess 😉)
Normally you can use opltran from every directory (I do)
Normally translate errors will give you a decent error with the column and row of the error 😊
People who are interested should look at the opltran source on sourceforge ... great for learning and someone could make a more SDK independent version 😉