Page 2 of 2

Re: Fix UMake for two monitor usage

Posted: Tue Nov 06, 2018 10:18 pm
by Dizzy
dot wrote:I use two monitors then I have two screens. UMake open on Desktop center, not Screen center. It is mean half window on one monitor, half on second. Very annoying,
I fix it. Now UMake opened on Screen center.
All other stay same.

Info about this tool and original version, can be found here: http://mb.link-m.de/umake/

Umake v1.1 fixed:
UMake-1-1.zip
Where did you find the source code for UMake please? I was looking for it last year:
viewtopic.php?f=15&t=12415&p=100909

Re: Fix UMake for two monitor usage

Posted: Tue Nov 06, 2018 10:33 pm
by dot
I do not have any source code. Delphi resources can be edit inside compiled .exe file via programs like Resource Hacker or PE Explorer.
I only change poDesktopCenter to poScreenCenter for few forms.

Re: Fix UMake for two monitor usage

Posted: Tue Nov 06, 2018 11:39 pm
by Dizzy
dot wrote:I do not have any source code. Delphi resources can be edit inside compiled .exe file via programs like Resource Hacker or PE Explorer.
I only change poDesktopCenter to poScreenCenter for few forms.
Got it, thanks.

Re: Fix UMake for two monitor usage

Posted: Fri Jul 24, 2020 9:34 pm
by Buggie
I found umake 1.2 on web: https://www.utzone.de/forum/downloads.p ... le&id=4222

official web not worked so I decide upload copy as backup here.

Original version:
UMake-1-2.zip
(257.36 KiB) Downloaded 39 times
Fix for multimonitor version:
UMake20200724233208.rar
(205.01 KiB) Downloaded 22 times
In about listed as 'Version 1.1'. Look like author forget update.

Changes:

Code: Select all

Version 1.2 (2004-06-01)
* Added support for the CacheRecordPath setting required as of build 3204.
* The make.ini file is only written to disk when it changes.

Version 1.1 (2002-11-10)
* Added option to always automatically display compilation details.
* Added command-line parameter /auto which automatically scans the given game
  base directory for projects and compiles the most recently modified one.
* Added extended options for desktop shortcut creation in Options dialog.
* Added drop-down box with recently compiled projects to launcher.
* Output parser extracts class names from error messages that don't explicitely
  mention a source file name and reconstructs the source file name from that.

Version 1.0 (2002-11-06)
* Initial release.