Support Board
Date/Time: Sun, 28 Dec 2025 23:44:02 +0000
Post From: GetTradeList cpu exception
| [2013-05-21 14:11:01] |
| Al SC Developer - Posts: 434 |
|
We do not see any issues with this routine. Where are you taking the exception? In the GetTradeList() call, or after in your loop? One thing to note, is that TradeList.size() call will return a size_t (unsigned int), and you are using an int for the index. |
