r6025

R6025 pure virtual function call

微笑、不失礼 提交于 2019-12-06 15:48:03
问题 I am getting random R6025 - pure virtual function call errors at random times when using this custom c# RTD client for ThinkOrSwim. How can I a) debug it to find out what's going wrong, and b) fix it? When windows pops up the message box saying there is an error, the code keeps running in the backgroud and no exceptions are thrown. But when I click OK on the message box, windows shuts the application down. Here is a snippet of the code requesting RTD data: var tosClassId = new Guid(Registry

R6025 pure virtual function call

家住魔仙堡 提交于 2019-12-04 21:03:32
I am getting random R6025 - pure virtual function call errors at random times when using this custom c# RTD client for ThinkOrSwim. How can I a) debug it to find out what's going wrong, and b) fix it? When windows pops up the message box saying there is an error, the code keeps running in the backgroud and no exceptions are thrown. But when I click OK on the message box, windows shuts the application down. Here is a snippet of the code requesting RTD data: var tosClassId = new Guid(Registry.GetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Tos.RTD\CLSID", "", null).ToString()); var rtdClient =