We are having trouble starting our application in Debug/WIN64 with FastMM4 FullDebugMode enabled, it raises an AV on this line of code:
Code:
function Ac_GetScrollWndFromHwnd(const AHandle: hwnd): TacScrollWnd;
begin
Result := TacScrollWnd(GetProp(AHandle, acPropStr));
end;
If we turn off FullDebugMode, it works.
If we switch to WIN32, even keeping FullDebugMode, it works.
AlphaControls is built from full sources packages, v11.16.
Do you have any idea what might be going on? We've never had any trouble with FastMM before, although we've never used the 64 bit version of the FullDebugMode dll before also.
Attached is a screenshot of the IDE, where you can see the call stack. That call is part of the creation of the main form, to give you some context, but please feel free to ask for more information if you need to.
Thank you.
Eduardo