Hey guys,
I have created a custom dll that accepts a 2-dimensional string array. The array holds all the product info for an online order form. The dll processes through that array and returns the cheapest freight carrier and the price.
The problem is that this array takes about 1-2 seconds to build, but takes a long time for it to be passed to the dll. I tried sending the array by reference and go the same results.
How can I speed up this process?
Thanks ....
Komil
I have created a custom dll that accepts a 2-dimensional string array. The array holds all the product info for an online order form. The dll processes through that array and returns the cheapest freight carrier and the price.
The problem is that this array takes about 1-2 seconds to build, but takes a long time for it to be passed to the dll. I tried sending the array by reference and go the same results.
How can I speed up this process?
Thanks ....
Komil