CXTPReportControl::SetVirtualMode |
Post Reply |
Author | |
kubeos
Newbie Joined: 02 February 2009 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 02 February 2009 at 11:14am |
Maybe I´ve overlook that in the documentation, but I found out
that CXTPReportControl::SetVirtualMode() is deleting the CXTPReportRecord-pointer when called again. So you have to be carefull: this pseudo-code crashes: CXTPReportRecord* pVirtualRecord = new CXTPReportRecord; use this instead: CXTPReportRecord* pVirtualRecord = new CXTPReportRecord; |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |