1. variable <noname>
- Posted by Allen Ashby <contactashent at ?o?cast.net> Sep 15, 2007
- 574 views
I have a program that I want to run on startup using the windows registry but when I add path to HKCU\Software\Microsoft\Windows\CurrentVersion\Run restart windows I get an ex.err that says variable <noname> has not been assigned a value. Can anyone tell me what I need to do to correct this. Thank-You Allen
2. Re: variable <noname>
- Posted by Robert Craig <rds at R?pidEup?oria.com> Sep 15, 2007
- 534 views
Allen Ashby wrote: > I have a program that I want to run on startup using the windows registry > but when I add path to HKCU\Software\Microsoft\Windows\CurrentVersion\Run > restart windows I get an ex.err that says variable <noname> has not been > assigned a value. Can anyone tell me what I need to do to correct this. use: bind -full_debug myprog.ex or: bindw -full_debug myprog.exw otherwise variable name information is not included in the .exe file created by the binder, and you won't get a full ex.err file. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com