Kbase P81625: 'Could not load user32.dll (3258)' running code on UNIX
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
SYMPTOM(s):
Error occurs when running code on UNIX.
Could not load DLL procedure <procedure>. (3258)
Could not load DLL procedure user32. (3258)
DLL Error : <dllerror> (8014)
DLL Error : dynamic linker : /u1/dlc/bin/_proapsv : could not open user32 (8014)
AppServer code has been compiled under Windows.
CAUSE:
User32.dll (which is referenced in the error) contains Windows API functions related the Windows user interface (Window handling, basic UI functions, and so forth). It is part of the Windows API and does not exist on UNIX.
FIX:
Remove any UI code that causes this DLL to be called and re-compile the code.