Watch, Follow, &
Connect with Us

ID: 13316, Fix for TAnimate component using AVI data from DLL or package

by Petr Vones Email: Anonymous


Download Details
CDN Login Required to Download. (You will be redirected to the login page if you click on the Download Link)
To download this, you must have registered:
A free membership

For Delphi, Version 4.0  to 5.0 519 downloads
Copyright: No significant restrictions


Size: 13,210 bytes
Updated on Sun, 16 Jul 2000 13:51:08 GMT
Originally uploaded on Sun, 16 Jul 2000 13:51:08 GMT
SHA1 Hash: A04349A68AC878E628A3472375B8832405176BD4
MD5 Hash: 56EC52A28287D293245441EE642C8DA4

    Explore the files in this upload

Description
This example shows how to fix bug in TAninate component in Delphi 4 and 5:

Problem:
--------
If you have AVI data in external DLL or package you may write
code like this to use them:

Animate1.ResHandle := LibraryHandle;
Animate1.ResName := 'SAMPLEAVI';

But you always got exception "Cannot load AVI" because after
assigning value to ResHandle or ResName the Reset method is
called internally and it is trying open data.

   Latest Comments  View All Add New

Move mouse over comment to see the full text
Reply  Posted by Panagiotis Skarvelis on Apr 01 2001
Fix for TAnimate component using AVI data from DLL or package

Server Response from: ETNACDC01