> Because I have heard that it is not possible to run multi-thread in emulat... Yes, it's sad but there's no multitasking/threading on emulator. But what is your problem? If you use standard SDK on win, you could directly start the compiled program (for win!) by double-click the generated exe to test the behaviour. If you are try to test/debug client/server-architecture- it's not so easy without real hardware, but search (not post) in the forum...
Forum posts: 31
But ensure your paths. paths usually are diferents on the phone and emulator.
good luck
Forum posts: 18
But ensure your paths. paths usually are diferents on the phone and emulator.
good luck
I have not finished the coding, so I have not tried yet.
Because I have heard that it is not possible to run multi-thread in emulator, so the above code cannot run, is that true?
Forum posts: 176
Yes, it's sad but there's no multitasking/threading on emulator. But what is your problem? If you use standard SDK on win, you could directly start the compiled program (for win!) by double-click the generated exe to test the behaviour.
If you are try to test/debug client/server-architecture- it's not so easy without real hardware, but search (not post) in the forum...
regards;
CG