@Roland > About the msestat issue, could you make a minimal project that shows the > issue?
You may test it with all projects that use a msestat file (kind of ini or json file). For example your msegui-chessboard is using a msestat file to store info about the filenames of images of black/white case, position and size of the main window when it is loaded, etc... If you compile msegui-chessboard with fpc 3.3.1 trunk, you will see that those info are not loaded, the application is loaded without loading the data from msestat file because something is not understood. The same if you compile mseide with fpc 3.3.1, no data loaded at init and cannot load the layout files too (that are msestat files). PS: If you compile the eschecs_mse project (that was in attachment in eschecs-issue) with fpc 3.3.1 you will note that all is ok. This because the project is using fpg_ini.pas and his ini file instead of msestat file. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

