The duplicate bug I mentioned earlier on my blog has been corrected! See the hotfix here. Way to go, Macromedia.
Support this Content!
If you like this content, please consider supporting me. You can become a Patron,
visit my Amazon wishlist,
or buy me a coffee! Any support helps!
Want to get a copy of every new post? Use the form below to sign up for my newsletter.
Archived Comments
Comment 1 by Rob Brooks-Bilson
posted on 4/2/2004 at 2:23 AM
Unfortunatley, it looks like this hot fix STILL doesn't fix all duplicate issues. I'm running into a problem while porting a (badly) written CF 4.5 application where a structure of arrays that is being manipulated by reference then passed to a COM method is causing an error. If I serialize then immediately deserialize the struct of arrays before passing it to the COM object, all is well. Using duplicate, however, results in a COM automation error in CFMX.
Comment 2 by Raymond Camden
posted on 4/2/2004 at 4:32 AM
Archived Comments
Unfortunatley, it looks like this hot fix STILL doesn't fix all duplicate issues. I'm running into a problem while porting a (badly) written CF 4.5 application where a structure of arrays that is being manipulated by reference then passed to a COM method is causing an error. If I serialize then immediately deserialize the struct of arrays before passing it to the COM object, all is well. Using duplicate, however, results in a COM automation error in CFMX.
Rob, I posted this as a new entry.