Nick,

If you are asking if you can write a CFX tag in a .NET aware language, the
answer is ... not easily.  To do it you will have to write a wrapper around
the CFX API and use the .NET interop classes that enable an assembly to
function as a native .dll. VisStudio .NET and the CLR come does have that
sort of cabability (to allow an assmbly to work with a legacy windows ap for
example, or an exposed COM server or interface), but they are not easy to
figure out and use.  I'm not even certain that it can be done. But if it
COULD be done and someone comes up with such a solution - it would be really
cool for a lot of reasons.  One of them being you could then write a CFX tag
in ANY .NET aware languages.... VB.NET, C#, J#, VC++ (7), COBOL, PYTHON,
etc.  Of course you have to install the CLR and work through the interop
issues.  It might be more trouble than its worth.

-mk

-----Original Message-----
From: Nick McClure [mailto:cf-lists@;king-nacho.com]
Sent: Friday, October 25, 2002 12:40 PM
To: CF-Talk
Subject: RE: custom tags & .NET


Oh, now that you should be able to do. But I haven't done it so I don't
know


> -----Original Message-----
> From: Tony Weeg [mailto:tony@;navtrak.net]
> Sent: Friday, October 25, 2002 1:29 PM
> To: CF-Talk
> Subject: RE: custom tags & .NET
>
> well, I guess its just perplexing since .NET is really
> just Visual C++ 7, and right now custom tags can be
> written in C++ 6 right?
>
> ..tony
>
> Tony Weeg
> Senior Web Developer
> Information System Design
> Navtrak, Inc.
> Fleet Management Solutions
> www.navtrak.net
> 410.548.2337
>
>
> -----Original Message-----
> From: Nick McClure [mailto:cf-lists@;king-nacho.com]
> Sent: Friday, October 25, 2002 1:22 PM
> To: CF-Talk
> Subject: RE: custom tags & .NET
>
>
> And the same with using CF in .NET.
>
> In order for .NET to be able to see it, it have to be part of a Web
> Service.
>
> > -----Original Message-----
> > From: Dave Watts [mailto:dwatts@;figleaf.com]
> > Sent: Friday, October 25, 2002 1:24 PM
> > To: CF-Talk
> > Subject: RE: custom tags & .NET
> >
> > > ok, forget a CFC in .NET
> > > how about a Custom Tag?
> >
> > No, to the best of my knowledge, right now if you want to use
> something
> > written in .NET, the .NET code has to expose itself as a web
service.
> >
> > Dave Watts, CTO, Fig Leaf Software
> > http://www.figleaf.com/
> > voice: (202) 797-5496
> > fax: (202) 797-5444
>
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to