Search found 3 matches
- Thu May 26, 2011 8:21 pm
- Forum: General questions
- Topic: Error: Too many local variables!
- Replies: 4
- Views: 30887
Error: Too many local variables!
Hi all, I'm getting the following error message when trying to run my project in Hollywood Designer: http://dl.dropbox.com/u/19472950/W_ClipPic000.jpg Not sure what this means exactly so had a look at the code in Codebench and can't see what's wrong. :| Local br, free = p_GetObject(#BRUSH, "Bru...
- Mon May 23, 2011 11:49 pm
- Forum: General questions
- Topic: Calling external programs
- Replies: 2
- Views: 5994
Re: Calling external programs
Thanks, works a treat!
- Mon May 23, 2011 9:38 pm
- Forum: General questions
- Topic: Calling external programs
- Replies: 2
- Views: 5994
Calling external programs
Hi all, I've created some buttons in my project which I use to call several external programs, all are command line programs which I am passing arguments to e.g. wget. Problem is I want the programs to be called from C: rather than PRODIR:Programs/ so that the project can use the commands from the u...