Hi everyone!
I am encountering this problem when trying to compile my project, that uses GR32. It always breaks at this line:
P := @(TFunctionBindingListCracker(FBindings).FItems);
with Invalid typecast error. This is unit GR32_Bindings, initialization section of proc:
procedure TFunctionRegistry.RebindAll(PriorityCallback: TFunctionPriority);
I successfully run GR32 examples, which uses this module and this line goes just fine. I've checked all checkboxes in the example compiler options to be assured that they are identical to my project, but problem still exist.
Does anyone know how to fix this?