Login Page - Create Account

Support Board


Date/Time: Fri, 22 Nov 2024 18:52:30 +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.