Statistics: Posted by RomCenter — Tue Aug 04, 2020 7:51 am — Replies 0 — Views 1
All posts by Eric Bole-Feysot
Romcenter wiki has been upgraded to the latest version. I also added a link to the new romcenter tsx plugin for msx files developped by imulilla
New forum style
Work in progress
Hi all, some new at last…
I regularly work on romcenter to improve reliability and speed, and with covid-related disruptions, I haven’t taken the time to post any news. Sorry for that.
I regularly work on romcenter to improve reliability and speed, and with covid-related disruptions, I haven’t taken the time to post any news. Sorry for that.
Not all current changes are visible in romcenter, but they are necessary to improve the quality of code for future development.
News
Hi all
Some quick news on what’s going on.
I’m working on refactoring the romcenter source code to prepare migration to .net core. This mean extracting all windows specific codes like dialogs or disks accesses from the various library.
Some quick news on what’s going on.
I’m working on refactoring the romcenter source code to prepare migration to .net core. This mean extracting all windows specific codes like dialogs or disks accesses from the various library.
Romcenter 4.0.1
Here is the first fix for 4.0. Not a lot of bugs, and most are fixed in this version 
Requirement : .net framework 4, windows xp to windows 10
The 4.0 branch will be the last version compatible with windows XP (<3% of romcenter users are on xp).

Requirement : .net framework 4, windows xp to windows 10
The 4.0 branch will be the last version compatible with windows XP (<3% of romcenter users are on xp).
See you in some weeks
Romcenter 4.0.0
At last, after seven years of development, romcenter 4.0.0 is ready.
Romcenter 4 is a complete rewrite of romcenter 3.7 in c# language using microsoft visual studio.
Compared to previous 3.7 version, it provides same features with a new interface and an updated engine.
Romcenter 4 is a complete rewrite of romcenter 3.7 in c# language using microsoft visual studio.
Compared to previous 3.7 version, it provides same features with a new interface and an updated engine.
Romcenter 4 final release news
Romcenter 4 rc4
New release candidate released.
You can report issues directly here. You can also vote for your favorites work items.
Note: the romcenter log file location is displayed in the log window at startup.
Development news
Hi all
Developments and fixes continue for romcenter 4 final release.
So far, I have improved stability and fix operation is also faster.
Some tricky bugs have been fixed as well.
Updating db to a new version is way faster by the use of a datapump tool instead of sql queries.