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.