Re: passing arrays to COM objects by ref - dll

2007-10-02 Thread P McKinnon
I've been provided a .dll with a number of procedures written in VB5. The function I'm trying to access requires three inputs as arrays, the last one being an empty array (with a length) for it to store the results and return. The function requires all of the arrays by ref. I tried just

passing arrays to COM objects by ref - dll

2007-10-01 Thread P McKinnon
Hi, I hope someone out there can be of help. I've been provided a .dll with a number of procedures written in VB5. The function I'm trying to access requires three inputs as arrays, the last one being an empty array (with a length) for it to store the results and return. The function requires

chart thread limitations?

2007-08-09 Thread P McKinnon
Hi, I've been using cfchart in CF7 for a while and for a number of applications, but as our site receives more traffic, I have concerns about the simultaneous request limitations. Has anyone ever had problems with cfchart failing on busy sites? I understand how the caching works, but I'm still