User (Legacy) Posted June 28, 2000 Report Share Posted June 28, 2000 Frank, I've also noticed that the following code TCHAR szTitle[256]; LPTSTR lpszTitle = szTitle; m_pChartFX->get_Title(CHART_TOPTIT, &lpszTitle); causes an exception, which is logged in VC++ debug output window: First-chance exception in Ocmm2.exe (KERNEL32.DLL): 0xC0000005: Access Violation. This happens regardless of whether the returned title string is good or garbage, whether I load 3.0 or 4.0 file. The program continues its execution, but it is annoying to see a lot of such messages. I am not sure but this may be related to the problem with importing titles that I described in my previous post. Serge "Francisco Padron" <frankp@softwarefx.com> wrote in message news:DE0379D14694D211B4CE00609770710D057EE1@sftfx-221.wamnet.net... > Please e-mail us a Chart FX 3.0 file that causes the problem. > > -- > Frank > SFX > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.