RE: custom tags & .NET

2002-10-25 Thread Nick McClure
days off, and this is the stuff I do with my time off, (Fun guy ain't I) I am going to play around with it. > -Original Message- > From: Mark A. Kruger - CFG [mailto:mkruger@;cfwebtools.com] > Sent: Friday, October 25, 2002 3:05 PM > To: CF-Talk > Subject: RE: cus

RE: custom tags & .NET

2002-10-25 Thread Mark A. Kruger - CFG
ginal 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- > Fro

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
AFAIK, you can also write unmanged code that still takes advantage of some of the new feature of the .NET Framework. I could be 100% wrong here. > That's not true - .NET isn't just Visual C++ 7. While you can write NET > assemblies with the Visual C++ compiler that comes with Visual Studio.NET >

RE: custom tags & .NET

2002-10-25 Thread Dave Watts
> 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? That's not true - .NET isn't just Visual C++ 7. While you can write .NET assemblies with the Visual C++ compiler that comes with Visual Studio.NET (if I recall c

RE: custom tags & .NET

2002-10-25 Thread Pete Freitag
Yes It would be possible to call a C++ CFX in .NET, you would have to implement the abstract classes (CCFXRequest, CCFXStringSet, etc). Once you had them implemented, you could then make Server Controls, or User Controls in .NET that corresponded to the CFX tag, so that you could call the tag from

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
That is what I figure as well, but you never know until you try :) > -Original Message- > From: Mike Townend [mailto:mike@;cfnews.co.uk] > Sent: Friday, October 25, 2002 1:59 PM > To: CF-Talk > Subject: RE: custom tags & .NET > > Pretty much the same... From wh

RE: custom tags & .NET

2002-10-25 Thread Mike Townend
-Original Message- From: Nick McClure [mailto:cf-lists@;king-nacho.com] Sent: Friday, October 25, 2002 18:52 To: CF-Talk Subject: RE: custom tags & .NET I wonder how it would work with C# I might try that next week. Play with the new .NET tools and CFX Tags. I will report my find

RE: custom tags & .NET

2002-10-25 Thread Tony Weeg
] Sent: Friday, October 25, 2002 1:52 PM To: CF-Talk Subject: RE: custom tags & .NET I wonder how it would work with C# I might try that next week. Play with the new .NET tools and CFX Tags. I will report my findings :) > -Original Message- > From: Clint Tredway [mailt

RE: custom tags & .NET

2002-10-25 Thread Rob Rohan
r 25, 2002 10:46 AM To: CF-Talk Subject: Re: custom tags & .NET Good question, I've never touched the C++ cfx api, I'm not sure if there is anything that would cause C++ .NET to not work, but other than a web service, there is always cfexecute... -- jon mailto:jonhall@;ozline.net

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
gt; Subject: RE: custom tags & .NET > > In that sense you are correct and VC++7 should work just fine. > ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion

RE: custom tags & .NET

2002-10-25 Thread Clint Tredway
In that sense you are correct and VC++7 should work just fine. -Original Message- From: Tony Weeg [mailto:tony@;navtrak.net] Sent: Friday, October 25, 2002 12:43 PM To: CF-Talk Subject: RE: custom tags & .NET I know its not "just" VC++7 but basically it's the nex

Re: custom tags & .NET

2002-10-25 Thread jon hall
Good question, I've never touched the C++ cfx api, I'm not sure if there is anything that would cause C++ .NET to not work, but other than a web service, there is always cfexecute... -- jon mailto:jonhall@;ozline.net Friday, October 25, 2002, 1:28:33 PM, you wrote: TW> well, I guess its just p

RE: custom tags & .NET

2002-10-25 Thread Tony Weeg
riginal Message- From: Clint Tredway [mailto:ctredway@;fishermenstudios.com] Sent: Friday, October 25, 2002 1:35 PM To: CF-Talk Subject: RE: custom tags & .NET Net is *not* just VC++ 7 -Original Message- From: Tony Weeg [mailto:tony@;navtrak.net] Sent: Friday, October 25, 2002 1

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
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 gues

RE: custom tags & .NET

2002-10-25 Thread Clint Tredway
Net is *not* just VC++ 7 -Original Message- From: Tony Weeg [mailto:tony@;navtrak.net] Sent: Friday, October 25, 2002 12: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 ca

RE: custom tags & .NET

2002-10-25 Thread Tony Weeg
- 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:

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
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 & .NE

RE: custom tags & .NET

2002-10-25 Thread Dave Watts
> 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