Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 359220

Summary: java.lang.UnsatisfiedLinkError: org.eclipse.swt.inter nal.win32.OS.LOWORD
Product: [Eclipse Project] Platform Reporter: Lo??c F??joz <loic>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: eclipse.felipe, nikita
Version: 3.5.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard: stalebug

Description Lo??c F??joz CLA 2011-09-28 08:37:24 EDT
This is on SWT 3.555 (which is not listed in version field!).
I have been reported the same behaviour on Windows 7 32 bit and on Windows XP 32 bit PC.
We provide the appropriate DLL within a jar. Why do we have this error? Could this be because of another swt dll in the path?

Active code page: 1252
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.eclipse.swt.inter
nal.win32.OS.LOWORD(I)I
at org.eclipse.swt.internal.win32.OS.LOWORD(Native Method)
at org.eclipse.swt.widgets.Decorations.WM_SIZE(Unknown Source)
at org.eclipse.swt.widgets.Control.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Canvas.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Decorations.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Shell.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(Unknown Source)
at org.eclipse.swt.widgets.Shell.callWindowProc(Unknown Source)
at org.eclipse.swt.widgets.Control.WM_WINDOWPOSCHANGED(Unknown Source)
at org.eclipse.swt.widgets.Canvas.WM_WINDOWPOSCHANGED(Unknown Source)
at org.eclipse.swt.widgets.Control.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Canvas.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Decorations.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Shell.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
at org.eclipse.swt.widgets.Widget.SetWindowPos(Unknown Source)
at org.eclipse.swt.widgets.Control.setBounds(Unknown Source)
at org.eclipse.swt.widgets.Composite.setBounds(Unknown Source)
at org.eclipse.swt.widgets.Decorations.setBounds(Unknown Source)
at org.eclipse.swt.widgets.Shell.setBounds(Unknown Source)
at org.eclipse.swt.widgets.Control.setBounds(Unknown Source)
at org.eclipse.swt.widgets.Control.setSize(Unknown Source)
Comment 1 Felipe Heidrich CLA 2011-10-03 14:22:23 EDT
Are you compiling your own dlls ?

or 

are you getting this error using an official download from eclipse.org ? Which one (send the link)


Thank you
Comment 2 Lars Vogel CLA 2019-11-14 03:25:31 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

If the bug is still relevant, please remove the "stalebug" whiteboard tag.