Re: question re path to help files
Brought to you by:
set
From: Salvador E. T. <sal...@in...> - 2005-03-07 14:52:30
|
Arnold Wiegert wrote: > Hello Salvador > > In case you're bored ;-) > > In working with the MS Visual C compiler, I keep running into the > problem of the editor not finding it's help files and I was wondering > if it would be possible to derive the necessary path information from > the SET_FILES environment variable as it also looks for the rest of > its info in the same place? Well, the path indicated in SET_FILES isn't the same where info files should be installed. But it can be used like this: SET_FILES=xxxxxxx/share/setedit Then: INFOPATH=xxxxxxx/info I'm adding code to do it. For DOS/Win32 that's used when INFOPATH and DJDIR aren't defined. For other OSs that's added at the end of the guessed INFOPATH. SET P.S. I'm generating new snapshots. -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |