Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfx_imageinfo tag on 64 bit CF

Guest
Nov 04, 2008 Nov 04, 2008
We are porting to 64 bit ColdFusion 8 on Windows 2003 64 bit server. We use some older tags like cfx_imageinfo from IntraFoundation in many pages, however, when we try to use this tag on a 64 bit install we get "unable to load library". I'm assuming this is because this c++ tag was comiled using a 32 bit compiler. Can anyone confirm this is the issue?

Does anyone have any thoughts on how to get by this without having to edit each piece of code? Lesson learned here I guess. This was a very popular tag a few years back so I'm guessing we're not the first to run into this issue.

Thank you for any assistance you can provide.
537
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 04, 2008 Nov 04, 2008
there was a thread about exactly this recently.
yes, the tag does NOT work in 64bit environment.
there is no word on if or when an update may be available.


Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Nov 04, 2008 Nov 04, 2008
LATEST
I would either look at using the new CFIMAGE Imageread() function or look into the java.awt.image.BufferedImage in the JAVA libs to read image information.
CFX_imageinfo is a bit old
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources