Re: [jnc-users] JNC version 1.1.1 only works with version 1.1 backend
Status: Beta
Brought to you by:
soapy
From: <ge...@no...> - 2014-01-24 10:08:44
|
Dear Marco, thank you for answering so quickly! > Sounds like the problem explained in the Manual. Not really. The lines in the manual on SWT are about a problem that occurs when one is already able to work with SWT on JNC. But it only took me another night to find out what must be done to get there: - Download swt-4.4M4-win32-win32-x86.zip from http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M4-201312121600/ - From that archive, extract swt.jar and add its name to the bottom box on the "Step 1" page (now I see the checkbox). - From swt.jar, extract swt-win32-4413.dll and move it to the "lib" subdirectory of the folder where the executable is compiled to. Then the SWT "Hello World" example can be compiled without any problems, and the created binary works as expected. Too trivial for a manual or FAQ? Not for a beginner. Maybe one day you change your mind about abandoning your work that appears to be so useful after one has overcome the very first problems! Regards, Gerolf |