Reputation: 6996
I had originally written a program for Windows XP, now I want to run it on Windows 7. I'm getting an error as follows.
runtime error 713 - application defined or object defined error
How do I resolve this issue?
Upvotes: 0
Views: 494
Reputation: 704
You haven't copied some of the references from the XP environment to Win7. Check from your IDE what libraries do you reference and copy those dlls too along the exe.
Upvotes: 1