FMXExpress
FMXExpress
Did you compile dev-cpp from source or you're using v6.3? I think the source version might have that path in the project file.
Post the c++ code or project you used to generate the error?
Re-reading it. It sounds like you compiled a 64bit EXE and tried to run it on 32bit Windows. Change to the 32bit compile.
There is a drop down box at the top that says TDM-GCC 9.2.0 64-Bit Release. Change it to TDM-GCC 9.2.0 32-Bit Release.
I see what you are saying. Dev-C++ does not show up in the list of available programs to select from for setting split screen after the Windows+Left button for example....
Maybe -pipe needs to be on by default now because of make -j.
No idea. All of this code is auto generated. Which version of the Android SDK wrapper are you using? Some of the older ones may not be cleaned of circular...
Workaround: If you experience a EArgumentOutOfRangeException copy the Delphi FMX.Grid.Style.pas source file to your project directory and change the two raise lines in the CellRect event to Exit as follows:...
I've tried to compile it for Android/Linux before I think. Some of the libraries it uses require code changes to be able to run on Android/Linux. The DuckDuckGo library for...
Yes, the end goal has always been to get the Delphi version merged into the main version. We have 140+ hours into it.