Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 16:35:54 +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.