Re: Error running bound exe
- Posted by mattlewis (admin) Oct 02, 2009
- 1378 views
cp said...
My exe runs fine on one machine, however when I copy it to another machine and run it I get an error msg like this: Myapp.exw:1 c_proc/c_func: bad routine number (-1)
help pointing me to why it fails on one machine but not another is much appreciated.
We need a little more information. This error says that it couldn't load some function from a dll.
- Are you using any custom dlls (i.e., not provided by the operating system)? If so, are they where the exe expects them to be (probably in the same directory)?
- Do both machines run the same operating system? Your application could be using something introduced in a particular version of Windows, but now you're running on an earlier version.
I suspect that the answer is number 1, but most likely one of these is the issue.
Matt