Problem on XTPCommandBarAnimation |
Post Reply |
Author | |
gwoin
Groupie Joined: 09 September 2004 Location: France Status: Offline Points: 52 |
Post Options
Thanks(0)
Posted: 27 February 2007 at 5:09am |
Hi,
Running my application in Debug Mode, it crashes when I moved the mouve over the ribbon bar (after few minutes or seconds). It crashes in the CXTPCommandBarAnimation::AlphaBlendU(PBYTE pDest, PBYTE pSrcBack, ...) function. The debugger says that pDest is NULL, so it cannot write on it (line 90): pDest[0] = (BYTE)((pSrcBack[0] * byDiff + pSrc[0] * byAlpha) >> 8); Here is the call stack (I renamed the DLL "UID" for short):
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
hm. Do you able to reproduce it with our sample?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
gwoin
Groupie Joined: 09 September 2004 Location: France Status: Offline Points: 52 |
Post Options
Thanks(0)
|
Hi Oleg,
Not tested on your sample yet. I will modify the RibbonMDISample to add skin and see if it happends. |
|
gwoin
Groupie Joined: 09 September 2004 Location: France Status: Offline Points: 52 |
Post Options
Thanks(0)
|
I tried by adding skin to the RibbonMDISample and I did not see it crash.
May be it could be linked with the other problem in the CXTPOffice2007FrameHook::RedrawFrame() function... My application fires truly often at the same point in this function... |
|
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 |