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