Flash problem in Delphi application -
i create delphi application flash , perfect before today day. when start project send me error. if try add shockwave component project gives me
error class not registered ?
what mean?
educated guess: upgraded flash, air, or installed else upgrades flash or air.
in addition that, referenced guid old version of com object flash.
the result app doesn't see version of flash installed.
i had similar thing @ client while ago when called help: had hard reference msxml 6, test equipment had msxml 3 installed. boom!
the first step use generic msxml com guid, messed because msxml 3 had base of search results off 1 (either 1-based or 0-based, or other way around, forgot).
final solution make sure running minimum version of msxml (like described in test requirements).
you should sort out version of flash need minimum, , guid must reference instantiate com objects.
--jeroen
Comments
Post a Comment