I have created an app using Microsoft VB6, using error handlers in every sub and function (no errors generated). I created an executable, which runs fine on the machine that has VB6 installed on it, but the app does not run on my other box. I get "Run-time error '5': Invalid procedure call or argument".
Am I missing any dll files, or maybe something needs to be included during the creation of the executable?
I am running XP Pro w/ Service Pack 2 on both machines.
Thanks