From: "Andreas Motl" To: Bcc: ... Subject: Patched w2hfax to run with Python 2.2 and Win32 Extensions 148 Date: Mon, 11 Nov 2002 18:48:45 +0100 Hi there, there were some problems/statements in this list a while ago: - Run-time error '-2147467259 (80004005)' - Python 2.2 & Win32 versions 2.2 and 148 don't work Martin Wolf already resolved them, please see http://sourceforge.net/tracker/index.php?func=detail&aid=544081&group_id=4357&atid=104357 for more informations. There seems to be no recent release incorporating these changes, so i patched the 0.1.8 release and published a "0.1.8-patched" version at http://netfrag.org/~joko/w2hfax/ . You will find two zip files called w2hfax-0.1.8-patched-bin.zip and w2hfax-0.1.8-patched-src.zip. The "bin" contains the three files you need to run w2hfax: hfaxcom.py, hfaxlib.py and w2hfax.exe. You may also take a look at the "0.1.9-pre1" version. It has added a small feature to make life easier, it prevents run-time errors when the ActiveX library is missing and tries auto-registration via regsvr32.exe on first startup. (mainmod.bas, comutils.bas) It seemed like w2hfax had another bug - however it still produced a runtime error after implementing Martin's changes. After removing the line 'faxsession.docmd ("USER " & faxuser)' in Sendfax.frm everything works fine now. This change is only done in the "0.1.9-pre1"-version! The diffs to this version (0.1.9-pre1) are also browsable at http://netfrag.org/~joko/w2hfax/patches-0.1.9-pre1/ . -Andreas