ASP Component upgrade 1.70->2.20 problems

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
Andy

ASP Component upgrade 1.70->2.20 problems

Post by Andy »

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

Code: Select all

Set sir = Server.CreateObject("GflAx170.GflAx")
to

Code: Select all

Set sir = Server.CreateObject("GflAx.GflAx")
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:
Applies a filter on a picture. To do.
But it works in 1.70 :?

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]
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: ASP Component upgrade 1.70->2.20 problems

Post by xnview »

Andy wrote:800a01b6|Object_doesn't_support_this_property_or_method:_'sir.FocusRestauration'

Help file 2.20 says:
Applies a filter on a picture. To do.
But it works in 1.70 :?

Also sir.swapColors causes WBMP picture corrupted.
It's .FocusRestoration :-)
Pierre.
Post Reply