I have a project that is compiled to an exe and tested on my machine. When I distribute it to a user, they get:
run-time error '5':
Not valid routine call or argument
The user tells me what they do to generate the error, but the same action doesn't generate an error for me. What can I do to track this down and/or fix the problem for my user?
Thanks.
Software/Hardware used:
ASKED:
January 11, 2010 1:59 PM
UPDATED:
January 11, 2010 4:10 PM
The client OS is likely to be different than mine. Is there a way to include all the required files so that any code I write on my OS will work on theirs? I put together an installer using the package manager, but perhaps that is not enough.
I have not identified which line is causing the error; just the error. This is what I should use the process monitor for? I’ll give it a try. Thanks!
Process Monitor will not identify the line of code, but it will probably help in identifying the function or library that is causing the error when called.
Let us know if you find something.