ASP Component upgrade 1.70->2.20 problems
Posted: Thu Jul 07, 2005 8:24 am
Dear all,
I've been successfully using GflAX component for many happy months
Thank you guys (and girls, I hope!).
Now I want to upgrade my computer and have to install components again - so why not going for 2.20? All I did was renaming
to
Most of functions and methods work just fine, but some of them return error:
800a01b6|Object_doesn't_support_this_property_or_method:_'sir.FocusRestauration'
Help file 2.20 says:
Also sir.swapColors causes WBMP picture corrupted.
I haven't manage to test other methods.
Does anyone have similar problems using ASP and v2.20?
Thank you,
Andy[/quote]
I've been successfully using GflAX component for many happy months

Now I want to upgrade my computer and have to install components again - so why not going for 2.20? All I did was renaming
Code: Select all
Set sir = Server.CreateObject("GflAx170.GflAx")
Code: Select all
Set sir = Server.CreateObject("GflAx.GflAx")
800a01b6|Object_doesn't_support_this_property_or_method:_'sir.FocusRestauration'
Help file 2.20 says:
But it works in 1.70Applies a filter on a picture. To do.

Also sir.swapColors causes WBMP picture corrupted.
I haven't manage to test other methods.
Does anyone have similar problems using ASP and v2.20?
Thank you,
Andy[/quote]