Hi,
In order to improve deployment I would like to see and additional environment variable added where the C extension or extensions can be specified to override the hardcoded default of userextension.dll so that you don't need to continually specify them with -e, i.e:- fglrun -e myext1,myext2,myext2 myprog.42r
i.e:-
something like FGLUSEREXTENSIONS=myext1,myext2,myext3
then fglrun myprog.42r works as expected.
Cheers,
David
Instead of an environment variable, I would rather use an entry in fglprofile, like entries we have for string resource files:
https://4js.com/techdocs/genero/fgl/devel/DocRoot/User/LocalizedStrings.html#RUNTIME
Would that work for you?
Seb
Hi Seb,
Yes that would work fine for me.
Thanks,
David