painotpi
painotpi

Reputation: 6996

Program portability issues (Windows XP to Windows 7)

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

Answers (1)

CynicalSection
CynicalSection

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

Related Questions