OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Applications => Topic started by: Martin Iturbide on January 14, 2019, 11:12:08 pm

Title: ERRORMGR.DLL
Post by: Martin Iturbide on January 14, 2019, 11:12:08 pm
Hi

Does somebody knows where I can get the ERRORMGR.DLL file? I want to try this software and it asks for this DLL since it was recently open sourced.

Regards
Title: Re: ERRORMGR.DLL
Post by: Lars on January 20, 2019, 09:29:57 pm
You will need to rebuild the SW. If you rebuild it without debug info (have a look at the makefile) you will get a version that does not need ERRORMGR.DLL.

In order to build that SW you will need GPF which you can find here:
Version 2.1: http://hobbes.nmsu.edu/download/pub/os2/dev/32-bit/gpfdem.zip
Version 2.1 Update to level B1: http://hobbes.nmsu.edu/download/pub/os2/system/patches/gpfupd.zip

Have fun.