Hi, I'm using last Delphi13.1 version ( 37.0.59082.6021) - 32bit IDE
After the installation of GExperts 1.3.27 (build 5329) , pressing Alt+F12 to switch from code to form and viceversa causes Delphi total crash.
bds.exe.xxxxdmp are created in %tmp% folder
UPDATE !! I've had built with Debug Build Configuration.
Now I've rebuilt GExpertsRS130.dll with Release Build Configuration and is functioning properly.
Sorry for the inconvenience
Diego.
Last edit: Diego Simonini 4 days ago
Can you reproduce the problem when you compile in Debug mode? I can't find anything that could cause this problem.
You wrote "pressing Alt+F12 to switch from code to form".
Alt+F12 switches between form designer and dfm text view. F12 switches between Form and code. Which one is it that causes the crash?
Turned out to be a range check error when interpreting the result of GetKeyState / GetAsyncKeyState and only happened in debug builds because debug builds enable range checking while it is disabled in release builds.
Fixed in revision #5335