Question
CS3 - Vista - SnapshotUtils - Crash
Hi,
Im using SnapshotUtils to draw a preview of page items. However, I just found out that the following craches on Vista:
//begin snippet
SnapshotUtils ex(pageItemRef,scaling,scaling);
if(ex.GetStatus() == kSuccess) {
fpCurAGMImage = (AGMImageRecord*)ex.CreateAGMImageAccessor()->GetAGMImageRecord();
resultOfCreatingPreview = kSuccess;
}
//end snippet
I have no problems on, e.g., XP or OSX, -Any ideas?
Kind regards Toke