Re: [platform-dev] Using newly built SWT native libraries in Eclipse SDK unit tests

2021-02-22 Thread Alex Blewitt
It looks like the version of your SWT and the version of the Eclipse SDK you’re using don’t match. SWT loads the native library based on an explicit version number, so that it can be clear that it matches up the two. If you use the version of the Eclipse SDK and SWT from the same release, you

[platform-dev] Using newly built SWT native libraries in Eclipse SDK unit tests

2021-02-22 Thread Stefan Kowski
Hi, I made some changes in the Windows SWT GDI+ native libraries, using org.eclipse.swt.win32.win32.x86_64.source_3.115.100.v20201202-1103.jar as starting point. After the build, I have the new DLL files swt-gdip-win32-4940r23.dll and swt-win32-4940r23.dll. I copied them to C:\Users\StefanKowsk