Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Problems with syncExec on Windows Mobile 2005
Problems with syncExec on Windows Mobile 2005 [message #464527] Wed, 23 November 2005 19:47 Go to next message
Hans-Harald Schulz is currently offline Hans-Harald SchulzFriend
Messages: 2
Registered: July 2009
Junior Member
We want to -have to- migrate your SWT applications from Win Mobile 2003 to
2005. We are running into serious problems with the sync mechanisms on the
newest Windows Mobile OS.

I tried to find out by myself what's wrong - the result is that the method
"runAsyncMessages" of the Synchronizer class is -except once initially-
never called again. The "readAndDispatch" method of the Display class
never receives the WM_NULL message => at the end the lock.wait() of the
syncExec never gets the notifyAll() of the runAsyncMessages method ...

I also compiled the C sources under 2003 and 2005 - but, frankly, this
code is (even for a C++ veteran like me) a bit to complicated to find the
error shortly.

Any idea where the error could be - or any time line when 2005 will be
supported? We built serious applications on the SWT/WinCE platform, so any
help the highly appreaciated (...)

Hans
Re: Problems with syncExec on Windows Mobile 2005 [message #464533 is a reply to message #464527] Wed, 23 November 2005 21:44 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Please enter a bug report against Platform SWT:

https://bugs.eclipse.org/bugzilla.html

"Hans-Harald Schulz" <hans.harald.schulz@e-switch.ch> wrote in message
news:7889e1cd2f7de78778bbb197f36bde66$1@www.eclipse.org...
> We want to -have to- migrate your SWT applications from Win Mobile 2003 to
> 2005. We are running into serious problems with the sync mechanisms on the
> newest Windows Mobile OS.
>
> I tried to find out by myself what's wrong - the result is that the method
> "runAsyncMessages" of the Synchronizer class is -except once initially-
> never called again. The "readAndDispatch" method of the Display class
> never receives the WM_NULL message => at the end the lock.wait() of the
> syncExec never gets the notifyAll() of the runAsyncMessages method ...
>
> I also compiled the C sources under 2003 and 2005 - but, frankly, this
> code is (even for a C++ veteran like me) a bit to complicated to find the
> error shortly.
>
> Any idea where the error could be - or any time line when 2005 will be
> supported? We built serious applications on the SWT/WinCE platform, so any
> help the highly appreaciated (...)
>
> Hans
>
Re: Problems with syncExec on Windows Mobile 2005 [message #464538 is a reply to message #464533] Thu, 24 November 2005 06:46 Go to previous message
Hans-Harald Schulz is currently offline Hans-Harald SchulzFriend
Messages: 2
Registered: July 2009
Junior Member
I did already, No 117280.
Previous Topic:Table Column: displaying the & character
Next Topic:HelloWorld standalone: No text on Buttons or Labels
Goto Forum:
  


Current Time: Fri Apr 19 20:38:16 GMT 2024

Powered by FUDForum. Page generated in 0.02905 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top