Title: Feature request - Environment variable to specify C extension name(s) Post by: David H. on May 21, 2008, 03:24:59 pm 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 Title: Re: Feature request - Environment variable to specify C extension name(s) Post by: Sebastien F. on May 22, 2008, 09:12:00 am 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 Title: Re: Feature request - Environment variable to specify C extension name(s) Post by: David H. on May 22, 2008, 09:20:57 am Hi Seb,
Yes that would work fine for me. Thanks, David |