Skip to main content
Known Participant
May 17, 2010
Question

COM Objects CF9 64-bit, Work arounds?

  • May 17, 2010
  • 2 replies
  • 965 views

We use the FSO com object for just a few items, mostly for getting a recursive directory size on huge directories. Come to discover that, as has been posted, Adobe is not supporting COM objects on the 64-bit install of CF. I am far from understanding the complexities of this issue and why this has changed ... in other words why functionality has been taken away from what should be the latest and greatest. I'm hoping that there is another option out there that does not involve running parallel 32-bit servers or using .NET or the like. We are a CF shop and as it is it is hard enough convincing users that CF is just as good or better than other languages. This setback doesn't help me at all.

S

    This topic has been closed for replies.

    2 replies

    Known Participant
    September 25, 2010

    Is anyone able to shed light on when this might happen?

    September 30, 2010

    Hi Scott,

         Not sure when that might happen but I was thinking that you may want to see if you can find a simple Java Library that does what you want and works in 64bit.  I am sure there are several though I have not looked before posting this.  In the event you find one you should just be able to load it into cf and use it natively.

         Using Java libraries are no more difficult than creating a CF object and using it.  Often times it turns out that using a Java Library is easier than using native Com objects because often some of the complexities are abstracted out or there are already additional utilities that add functionality you would have normally built in ColdFusion.

    -Joe

    Known Participant
    September 30, 2010

    Thanks for the thought Joe, generally these are COM objects released by a vendor for CF use and have no alternatives. API integrations, etc. I'll keep the Java in the back of my mind.

    May 17, 2010

    Hi Scott

    Sorry for the bad news, but CF 9 x64 still has no COM support.  I feel your pain.