2) make the ttimer work on wince, so he can call the CallAction function that manages the connection "sometime" indipendently from the application. That would be a workaround (so useful for me) but not the definitive solution for lnet.
TTimer does not work on WINCE ?!?!?

If this is the case, you can't create anything but command-line tools that just block until their work is completely done. This is OK for pure FPC programs, but anything "Lazarus-Like" (using the LCL) will need such a thing.

-Michael
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel



No... the LCL works and a lot of things can be currently done, but the TTimer component is not implemented due to differences between win32 and wince api(s).

Reading this: http://www.rainer-keuchel.de/wince/wince-api-diffs.txt

You can read:

GetSystemTime()

The milli member might be zero. This is strange as GetTickCount()
returns millis (but since start of system).

That is (MAYBE) one of the differences that caused the fact that ttimer is 
still not working in wince.

There is a Roozbeh's mail in wich he says that he's working on it there:  
http://www.mail-archive.com/[email protected]/msg12963.html

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to