G
G
Geoler2017-12-21 22:36:11
Python
Geoler, 2017-12-21 22:36:11

How to solve an error on windows xp with an entry point not found in the EventRegister procedure from the advapi32.dll library?

I throw a program written in python to a friend who clicks on an element on the site, it turns out that he has xp, at first one dll is missing, I write the dll to the archive with the program, then an error comes up that the library specified in the question was not found the entrance to the Event Register, I read, it seems like there is simply no support for such a command on xp, but half writes that they have decided, half that it is not resolvable. So this can be solved? If so, how?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2017-12-22
@Geoler

According to documentation:
https://msdn.microsoft.com/en-us/library/windows/d...
EventRegister is only supported on Vista and above. But you will figure out which process is trying to use it. If it's ChromeDriver - then the latest versions of Chrome don't support XP, try to find an older version of ChromeDriver that still supports XP.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question