View Full Version : Noobie - Runtime error 713
Anthony3ad
08-22-2004, 04:39 PM
I am using SF6 and have built my install program. When I install it on another PC I get a runtime error 713. From the documentation I see that there are some DLL files that need to be on the machine I am installing it on.
"you need to include the following files when distributing ActiveReports in an application..."
How do I do this??
ANthony :huh
Anthony,
If you require dll files to be registered on the end users system then there are a few things to look at:
1) Make sure that you know what files are safe on what OSs. If you install an NT dll on a 9x system then you can do harm.
2) You can add the files to your project and use variables such as %WinDir% and %SysDir% to have it install to the correct location.
3) You can go to the dll file attributes (in Setup Factory) and go to the advanced tab and turn on the option that says "DLL RegisterServer".
This is how you distribute dll files in a nutshell.
Adam Kapilik
JXBURNS
08-28-2004, 06:16 AM
And also see
http://www.datadynamics.com/Forums/ShowPost.aspx?PostID=24213
for list of the files required.
John
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.