Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
George49085utrdf #1
CFX Tags
I have two CFX tags that I wrote in Delphi a few years ago. They worked fine
for years in CF 4.5 on NT4, but I am not able to get them to work on a
Windows2003 server with CFMX7. I have put traces in my two dlls, so I know
they are getting called. They are both crashing when they try to instantiate
an object in the dll, in a line like: DM := TDM.Create(nil); I wonder if
there is some setting in CFMX7 that I need to set to let a CFX tag dll allocate
memory, or something like that. Thanks, George
George49085utrdf Guest
-
How to treat template tags as comment tags?
Hi all, I am using DW MX to edit templates for a FreeMarker application. The template tag fromat is like so: <ul> <#list birds as bird>... -
Why does CF use tags?
In a recent post I asked the question, is CFML valid XML. More precise, I stated it wasn't. It can be, but CFML allows constructs that are invalid... -
ASP.NET tags
hi A further addition . . . My designer is using an Apple Mac to design his pages (as good designers do) - he seems to think that the .NET tags... -
My Own Tags
I am currently working on a modular system where I need to implement SNIPPETS. I need to be able to write on my php pages something like ], so that... -
Using ParseChildren attribute to load child tags - VS removes tags
I am building a poll control, nested in the tag I have child tags to setup the poll options. Everything works fine, but when I edit a property in...



Reply With Quote

