Hi Harold, You will need to do this:
1) "hello-world" deploy-tool 2) enable 'non-blocking streams' 3) enable 'rational and complex number support' 4) enable 'threading support' Now your modified hello-world will work. Also, if you enable 'level 4 - debugger' in the 'reflection support' setting, you will get nicer error messages (and a larger deployed image). Slava On Fri, May 15, 2009 at 12:22 PM, Harold Hausman <[email protected]> wrote: > Hi, > > I've written a sweet factor program, and I want to deploy it as an > .exe so my co-workers can use it. > > However, when I try to deploy it, everything explodes. The problem I'm > experiencing can be reproduced easily. > > 1) Get factor-winnt-x86-32-2009-05-15-01-29 and start the listener > 2) "hello-world" deploy > --> This works correctly. cool. > > 3) Change the first line of hello-world.factor to this: > USING: io io.monitors ; > > 4) "hello-world" deploy > --> Boom. The output I'm getting (in case it's useful to you) is here: > http://paste.factorcode.org/paste?id=674 > > It seems like deploying anything that uses io.monitors is causing the fail. > > Thanks in advance for any insight, > -Harold > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
