I'm trying to use the Graphics Mill 2.0 COM Object (from http://www.aurigma.com) with ColdFusion MX and I'm getting a little frustrated.
Using the older version, the Graphics Processor, I haven't had any problem at all. Now they updated their component and I cannot use that component, due to a more complex object structure (I guess) For example, the main object, called "Bitmap", has an interface "ITransforms" containing methods for bitmap transformations. While I can access the main object methods - like objBitmap.LoadFromFile(theFileName) - I cannot use any methods contained into the ITrasforms interface. Obviously ColdFusion says there is no method called "Resize" when I execute <cfset objBitmap.ITransforms.Resize(100)> Actually the <cfdump> for the object doesn't show any ITransforms method. How could I solve my issue? I tried compiling a bridge COM > Java using jintegra, following the technote found here: http://www.macromedia.com/support/coldfusion/ts/documents/tn18211.htm but it doesn't work. -- Giampaolo Bellavite - Milano [EMAIL PROTECTED] (PGP key available) ICQ# 99999936 - MSN: [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=38 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182307 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

