Re: Unable to load CFX C++ on CF 64 bit

2010-10-01 Thread Matthew Williams
If this is a COM object/call, it won't never ever work under CF9 64bit. Adobe documents this on their site, http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418. Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog ~

Re: Unable to load CFX C++ on CF 64 bit

2010-10-01 Thread Christopher Watson
>>Did you ever find a solution for this? I'm getting the same error on our 64 >>bit box. > >Yup, I contacted the developer of the tag, who ultimately did a 64 bit version: > >http://www.cftagstore.com/tags/cfxhttp5.cfm Yes, Andrei did create a 64-bit version of the DLL, but we're still not able

Re: Unable to load CFX C++ on CF 64 bit

2009-10-29 Thread Jack Dalaa
>Did you ever find a solution for this? I'm getting the same error on our 64 >bit box. Yup, I contacted the developer of the tag, who ultimately did a 64 bit version: http://www.cftagstore.com/tags/cfxhttp5.cfm ~| Want to r

Re: Unable to load CFX C++ on CF 64 bit

2009-10-28 Thread Rick Root
You can't take a C++ CFX tag from a 32 bit system and install it on a 64 bit system. You'll probably need to get a 64 bit version of the tag *OR* switch to something else. Rick On Wed, Oct 28, 2009 at 6:34 PM, Brad Roberts wrote: > > Hi Jack, > > Did you ever find a solution for this?  I'm ge

Re: Unable to load CFX C++ on CF 64 bit

2009-10-28 Thread Brad Roberts
Hi Jack, Did you ever find a solution for this? I'm getting the same error on our 64 bit box. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: h

Re: Unable to load CFX C++ on CF 64 bit

2009-03-31 Thread Jason Fisher
It could be that the CFX you are using were compiled in 16-bit, which we have found to be problematic on 64-bit Citrix. Not sure that CF8 64-bit would have the same issue, but it wouldn't be out of the question. In other words, we have found that 32-bit apps run fine on 64-bit, but 64-bit jus

Re: Unable to load CFX C++ on CF 64 bit

2009-03-31 Thread Wil Genovese
I guess I would be asking what does this cfx_http tag do that the one in CF8 can't do? Wil Genovese On Tue, Mar 31, 2009 at 4:35 PM, Jack Dalaa wrote: > CFX_HTTP5 ~| Adobe® ColdFusion® 8 software 8 is the most important an

Re: Unable to load CFX C++ on CF 64 bit

2009-03-31 Thread Dave Watts
> In the process of migrating a customer from CF 7 to CF 8 Enterprise on > Windows 2003 64 bit. All is fine except none of the C++ CFX tags work. When > calling for example CFX_HTTP5, > we get "Unable to load library". > > We have an identical server running CF 8 on Windows 2003 32 bit, so I'm

Unable to load CFX C++ on CF 64 bit

2009-03-31 Thread Jack Dalaa
In the process of migrating a customer from CF 7 to CF 8 Enterprise on Windows 2003 64 bit. All is fine except none of the C++ CFX tags work. When calling for example CFX_HTTP5, we get "Unable to load library". We have an identical server running CF 8 on Windows 2003 32 bit, so I'm suspecting