2009-09-21, 01:59 AM
I just loaded 1.4.7 in an old Win 2K virtual machine and I got the same results. I copied in a 1.3.11 PsiParser.ax and it registers.
Martin
Martin
2009-09-21, 01:59 AM
I just loaded 1.4.7 in an old Win 2K virtual machine and I got the same results. I copied in a 1.3.11 PsiParser.ax and it registers.
Martin
2009-09-21, 02:49 AM
I dont know what to tell you. There might be something funny about newer versions of vcredist_x86 that doesnt like Windows 2000, but I dont know what that might be.
2009-09-21, 03:12 AM
I read through this http://msdn.microsoft.com/en-us/library/...80%29.aspx and c:\winnt\system32 does have your files and the 4053 folders do exist in WinSxS
Martin
2009-09-22, 03:57 AM
Has Anyone got it to work on Win2k?
2009-09-22, 04:13 AM
isgdre Wrote:Has Anyone got it to work on Win2k?I dont know. There isnt many people around here using Win2k. It sounds like 'no' is the likely answer though. What message do you get in the Windows Event Viewer when you try registering PsiParser.ax?
2009-09-23, 03:38 AM
The event log from installing vcredist_x86.exe says
Product: Microsoft Visual C++ 2005 Redistributable -- Configuration completed successfully. The event log from gbpvr install says Product: GB-PVR -- Error 1904. Module C:\Program Files\Devnz\GBPVR\PsiParser.ax failed to register. HRESULT -2147024769. Contact your support personnel. Trying to register manualy like this regsvr32 PsiParser.ax gets me an error on the screen; LoadLibrary("PsiPaser.ax") failed - the specificed procedure could not be found. and there is no even for that.
2009-09-23, 03:48 AM
Unfortunately that doesnt tell me anything useful in solving the problem. (and I'm about to be 9000 miles away from my development environment for the next month)
2009-09-23, 04:01 AM
That is all I had too.
Martin
2009-09-23, 04:07 AM
It may be worth running http://www.dependencywalker.com/ and loading PsiParser.ax to see what dependencies cannot be resolved.
It may just be a matter of taking the msvcrt.dll etc from the 4035 c:\winnt\winsxs directory, and placing them in the same directory as PsiParser.ax
2009-09-23, 04:41 AM
There does seem to be a problem with dbghelp.dll which wasn't a problem in the last PsiParser. I got a newer version but it won't link with the already running msvcrt.dll
Martin |
|