Re: Missing in misc.e
- Posted by Bernie Ryan <xotron at b?uefrog?com> Jul 19, 2007
- 710 views
Juergen Luethje wrote: > Putting this stuff into "misc.e" might _unnecessarily_ cause naming conflicts, > which can easily be avoided by putting it in a separate file (as already has > been mentioned). Chris: Check your Die Roll Scripting program in thw archive. The include file eval.e includes misc.e and if you added your new abs() to the misc.e file You will cause a name-space error because your own file eval.e already contains abs(). So you would even create a problem in your own program. Bernie My files in archive: WMOTOR, XMOTOR, W32ENGIN, MIXEDLIB, EU_ENGIN, WIN32ERU, WIN32API Can be downloaded here: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan