Quote:
Originally Posted by Gumbo
[You must be logged in to view images. Log in or Register.]
Does anyone know if this works with Windows XP?
I have P99 installed on an older machine with Windows XP and if I try and run nParse, I get the following error message:
nparse.exe - Entry Point Not Found
The procedure entry point GetFinalPathNameByHandleW could not be located in the dynamic link library KERNEL32.dll
|
The binary is built on Windows 10. I think it will work on Windows 7/8/10. Unfortunately, I don't think I am going to support Windows XP for binary. I do not have a copy of Windows XP to test on.
If you really really really want the program to run on Windows XP, you can always run it from source and see if the appropriate libraries support Windows XP.
1. Get nParse master source (
https://github.com/nomns/nparse/archive/master.zip or if you have git installed, "git clone https://github.com/nomns/nparse" in command prompt.
2. Install Python 3 (
https://www.python.org/downloads/) -- ensure add python to path is selected during install.
3. Open up a command prompt, run "pip install pyqt5"
4. In the command prompt and within the source directory, "python nparse.py"