I performed a format and clean install of Snow Leopard on my mac
recently and proceeded to get my development environment back online.
I installed Eclipse Galileo, and obtained all my source code from my
online repository.
All of a sudden, SWT based applications are causing me problems. The SWT
based applications crash on what's usually the 1st function call of the
program:
display = new Display();
I've run the same code from the same dev setup on Windows XP and that
seems to handle my programs fine.
Unfortunately, I'm not competent enough to debug the actual SWT code
itself and the debugger seems confused where the actual program lies.
I've tried the carbon & cocoa release and they both produce the same
problem.
Can anyone offer any help? Thank-you.