Re: CFX Tag on Mac

2010-02-06 Thread Pete Freitag
Chad, C++ CFX Tags are platform specific, so if you are trying to register a dll, that requires windows, it won't work on Mac. You need to compile the CFX tag source code on a mac. -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://hac

Re: CFX tag installation - problem

2005-08-18 Thread Claude Schneegans
>>Although I havn't much experience with Java custom tags, it sure could be the problem. Forget about this reply: I forgot that your tag is a C++ tag. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please sen

Re: CFX tag installation - problem

2005-08-18 Thread Claude Schneegans
>>Claude, could that be my problem? In "Server Settings > Java and JVM", The "ColdFusion Class Path" box is empty Although I havn't much experience with Java custom tags, it sure could be the problem. -- ___ REUSE CODE! Use custom tags; See http://www.c

Re: CFX tag installation - problem

2005-08-17 Thread Andrew Grosset
Found the problem! In "Extensions > CFX Tags" of ColdFusion Administrator the Tag Name must be without the .dll extension, ie just "cfx_image_mx" also: In the "Server Library (.dll)" box the complete directory and the tag name with .dll extension must be used as: "C:\CFusionMX7\wwwroot\CFIDE\C

Re: CFX tag installation - problem

2005-08-17 Thread Andrew Grosset
Thanks Jeff, yes you were right about it being a c++ tag...have re-registered it. Have simplified the directory structure to: 1. call the tag from here: http://127.0.0.1:8500/CFIDE/testing/image.cfm 2. CustomTags are here: C:\CFusionMX7\wwwroot\CFIDE\CustomTags have tried: "from a folder in

Re: CFX tag installation - problem

2005-08-17 Thread Jeff Fleitz
I don't think it matters in this instance, as mine is empty as well, but still runs C++ custom tags fine. The CFX tag you referenced had a dll extension, and is a C++ tag and not a Java tag. Have you tried calling the tag from a cfm template outside of the cfide directory, from a folder in the ww

Re: CFX tag installation - problem

2005-08-17 Thread Andrew Grosset
Claude, could that be my problem? In "Server Settings > Java and JVM", The "ColdFusion Class Path" box is empty Andrew. >>>Well, apparently not > >OK, correction: >- a C++ CFX dll can be installed in any directory, as any DLL can; >- a Java CFX class file must be accessible from the Class

Re: CFX tag installation - problem

2005-08-17 Thread Jeff Fleitz
I am just pulling your chain, Claude; I know what you say is true. On 8/17/05, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>Well, apparently not > > OK, correction: > - a C++ CFX dll can be installed in any directory, as any DLL can; > - a Java CFX class file must be accessible from the

Re: CFX tag installation - problem

2005-08-17 Thread Claude Schneegans
>>Well, apparently not OK, correction: - a C++ CFX dll can be installed in any directory, as any DLL can; - a Java CFX class file must be accessible from the Class Path set in the JVM and Java Settings page. -- ___ REUSE CODE! Use custom tags; See http://www

Re: CFX tag installation - problem

2005-08-17 Thread Jeff Fleitz
Well, apparently not ;) Jeff On 8/17/05, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>I believe it is expecting to see your tag in the > C:\CFusionMX\CustomTags\ directory > > This is true for CFML tags (), but dll tags () can be > installed in any > directory. > > -- > __

Re: CFX tag installation - problem

2005-08-17 Thread Claude Schneegans
>>I believe it is expecting to see your tag in the C:\CFusionMX\CustomTags\ directory This is true for CFML tags (), but dll tags () can be installed in any directory. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagsto

Re: CFX tag installation - problem

2005-08-16 Thread Andrew Grosset
tried that still no go thanks anyway, Andrew. >I believe it is expecting to see your tag in the >C:\CFusionMX\CustomTags\ directory, and not under the CFIDE directory. > I normally create a cfx folder underneath there and drop them in >there, as in C:\CFusionMX\CustomTags\cfx\CFX_image_mx.d

Re: CFX tag installation - problem

2005-08-16 Thread Jeff Fleitz
I believe it is expecting to see your tag in the C:\CFusionMX\CustomTags\ directory, and not under the CFIDE directory. I normally create a cfx folder underneath there and drop them in there, as in C:\CFusionMX\CustomTags\cfx\CFX_image_mx.dll Try that and see if it doesn't work better for you. v

Re: CFX Tag no longer working - help!

2004-09-21 Thread julian
>Is there a reason that you do not use CFREPORT tag? My understanding is that CFREPORT displays the output in the browser. I need the reports printed on various printers. Can CFREPORT address a printer for output via IP printing? If not, any ideas on my original question? Thanks, Julian [Todays Th

Re: CFX Tag no longer working - help!

2004-09-21 Thread Qasim Rasheed
Is there a reason that you do not use CFREPORT tag? - Original Message - From: julian @ b-ravestudio. com julian @ b-ravestudio. com <[EMAIL PROTECTED]> Date: Tue, 21 Sep 2004 13:01:31 -0400 Subject: CFX Tag no longer working - help! To: CF-Talk <[EMAIL PROTECTED]> Gretings all, I have be

RE: CFX Tag help

2004-08-10 Thread Kola Oyedeji
Send it to me off list and I'll have a look Kola -Original Message- From: Ketan Patel [mailto:[EMAIL PROTECTED] Sent: 09 August 2004 18:18 To: CF-Talk Subject: CFX Tag help Hi All, I am using CFX_google on one of the application I am working on. I have downloaded the tag from CFDE

RE: CFX Tag and CFMX

2003-02-28 Thread John Stanley
Thanks Mikeit works great now... -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 11:23 AM To: CF-Talk Subject: RE: CFX Tag and CFMX You need to add the dll in the server library... i.e it should read Tag Name: cfx_NSLookup Server

RE: CFX Tag and CFMX

2003-02-28 Thread Mike Townend
You need to add the dll in the server library... i.e it should read Tag Name: cfx_NSLookup Server Library: C:\CFusionMX\CustomTags\cfx_nslookup.dll Procedure: Process Tag Resuest Keep Library Loaded: checked HTH Mikey = http://www.phonebin.com "From P

Re: CFX Tag Development resources?

2002-09-05 Thread Lewis Sellers
On Wed, 4 Sep 2002 19:30:12 -0700, in cf-talk you wrote: >Eeeeh to each their own... > >Java is Easier true, but from what I understand C++ is still a contender out >there. The tag itself runs faster to make up for the fact that you're going >through the JNI. Granted C++ is the more efficent com

Re: CFX Tag Development resources?

2002-09-04 Thread Jeffry Houser
At 10:49 PM 9/4/2002 -0400, you wrote: > He said he had already been there. > > This is a topic covered in my new book (ColdFusion MX: The Complete >Reference), however if you've already created a tag or two you probably >won't walk away with any knew knowledge after reading it. with any ne

Re: CFX Tag Development resources?

2002-09-04 Thread Jeffry Houser
He said he had already been there. This is a topic covered in my new book (ColdFusion MX: The Complete Reference), however if you've already created a tag or two you probably won't walk away with any knew knowledge after reading it. At 06:54 PM 9/4/2002 -0400, you wrote: >Try here: www.int

RE: CFX Tag Development resources?

2002-09-04 Thread Gregory Harris
tember 04, 2002 3:50 PM To: CF-Talk Subject: RE: CFX Tag Development resources? we have a few free open source Java CFX tags here: http://www.cfdev.com/products/ I think Java is the way to go if your looking to get into CFX development, because you only have to compile it once, and it will run o

Re: CFX Tag Development resources?

2002-09-04 Thread Howie Hamlin
Try here: www.intrafoundation.com HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 *** Please vote for iMS here: http://www.sys-con.com/coldfusion/readerschoice2002/nominationform.cfm *** inFusion Mail Server (iMS) - The Awar

RE: CFX Tag Development resources?

2002-09-04 Thread Pete Freitag
we have a few free open source Java CFX tags here: http://www.cfdev.com/products/ I think Java is the way to go if your looking to get into CFX development, because you only have to compile it once, and it will run on any platform. Also Since CFMX is Java it can run the tag with less overhead tha

RE: CFX tag for checking Email Addresses

2001-12-06 Thread Joel Parramore
You might take a look at this message from the Allaire forums: http://forums.allaire.com/coldfusion/messageview.cfm?catid=7&threadid=215927 Hope this help... Regards, Joel Parramore > -Original Message- > From: Ron Anderson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 05, 2

Re: CFX Tag Question

2001-03-22 Thread Jeffry Houser
If you're feeling really (really) adventurous, you may be able to do something w/ WDDX. A less adventurous way is to use the ODBC drivers for notes. I don't know of any CFX tags to talk to Lotus Notes, using the API, but that doesn't mean they don't exist. At 11:06 AM 03/22/2001 -05

RE: CFX tag

2000-05-15 Thread lsellers
> Try CFX_UserManager by Lewis Sellers: > > http://www.intrafoundation.com/shareware.html > > Howie Hamlin ;-) Yes, there's a changepassword function in the tag. I've also seen the cfx_changepassword(?) tag around. Somewhere. (Don't have copy locally -- though I have a collection of most everyth

Re: CFX tag

2000-05-14 Thread Howie Hamlin
Try CFX_UserManager by Lewis Sellers: http://www.intrafoundation.com/shareware.html Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 === Please vote for iMS in the Most Innovative category here: *** http://www.sy