LB Booster
General >> General Board >> Kernel32.dll error?
http://lbb.conforums.com/index.cgi?board=general&action=display&num=1444054349

Kernel32.dll error?
Post by Monkfish on Oct 5th, 2015, 2:12pm

This is probably the fault of my system rather than a change in the LBB 3.01 compiler but I thought I had better check.

My program runs in mainwin and I have been allowing users to close the program via the exit cross and it has been working perfectly fine. Suddenly, on my XP system, exiting in this way is bringing up the following system error:

Quote:
Entry Point Not Found

The Procedure Entry Point GetNamedPipeServerProcessID could not be located in the Dynamic Link Library Kernel32.dll


Exiting works fine on my other systems and researching the error message leads me to believe that something that has been recently installed has messed up my copy of Kernel32.dll

I will investigate, but I thought I had better post it up just in case anyone has any insights.


Re: Kernel32.dll error?
Post by Richard Russell on Oct 5th, 2015, 3:06pm

on Oct 5th, 2015, 2:12pm, Monkfish wrote:
This is probably the fault of my system rather than a change in the LBB 3.01 compiler but I thought I had better check.

Definitely nothing to do with LBB. The GetNamedPipeServerProcessID function doesn't exist in Windows XP - it was introduced in Vista - so the message is indicating that some non-XP-compatible code is attempting to run. It could even point to a malware infection.

However you should upgrade your LBB 3.01 to the current version (3.03) to fix a couple of bugs and enable Auto Indentation in the code editor.

Richard.

Re: Kernel32.dll error?
Post by Monkfish on Oct 5th, 2015, 4:02pm

I think this XP system has "issues" sad

Quote:
However you should upgrade your LBB 3.01 to the current version (3.03) to fix a couple of bugs and enable Auto Indentation in the code editor.


Will do and thanks smiley
Re: Kernel32.dll error?
Post by Monkfish on Oct 9th, 2015, 4:02pm

Yes it was my machine. So I decided to recover from a disk image from 2014 and bring it back up to speed. Seems okay now.