Saunders, John (HMSRHS) wrote: > Hi everyone , I am trying to run a standalone application and am getting > the following error in the 'barebones' copy of J > > value error : wdhandler_base_ > wdhandler_base_'' > > I made the script using project manager including files , strings, and > csv scripts it runs ok as a single script from the development > environment. Any pointers would be appreciated. > > Thanks > John
The wdhandler verb is missing, so you need to include the standard libraries in your build, see the Project|Build Options in Project Manager. See also: http://www.jsoftware.com/jwiki/Guides/Standalone_Applications ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
