Demo TaskDialogExplorer crashes with 64-Bit

Hello,
we tried to run the Demo TaskDialogExplorer (after having problems in out app) with Delphi XE2 and 64-Bit.
The Demo crashes with an Error in unit TaskDialog at "TaskDialogIndirectProc(@TaskDialogConfig, @res, @radiores, @verify);"
Please help

Hello again,

we found the error. Please move the following three lines

{$IFDEF DELPHIXE2_LVL}

{$ALIGN 1}

{$ENDIF}

before the line with "PTASKDIALOG_BUTTON = ^TTASKDIALOG_BUTTON;"


Thanks, this fix will be applied in the next update.