Four Js Development Tools Forum

Discussions by product => Genero BDL => Topic started by: David Heydon on May 21, 2008, 03:24:59 PM

Title: Feature request - Environment variable to specify C extension name(s)
Post by: David Heydon 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 FLAESCH 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 Heydon on May 22, 2008, 09:20:57 AM
Hi Seb,

Yes that would work fine for me.

Thanks,

David