PDA

View Full Version : IWeb crashed on emulator


roy.tan
06-11-2003, 12:54 AM
I know there is an incompability between the 2.1 and 2.0, that is the ISocket use a different function. As stated in Qualcomm's known issues, if you recompile the source code with the 2.1 API, the bug will not appear.

But, I use IWeb, which built on ISocket. When I recompiled all the code on 2.1 API, and run my program in 2.1 emulator or 2.0 emulator, the programm crashed at the connecting point still.

how to solve this problem?

best wishes,
roy

Kevin
06-11-2003, 03:00 PM
Try using the webber example. It is a good way to ensure that the issues is not with the SDK.

roy.tan
06-11-2003, 07:43 PM
hi,

I uninstalled the 2.1 sdk and reinstall the 2.0 sdk.

But the problem still appears. I try the NetDiagnostics example, which crashed the same as my program at connecting point.

So I think it is a SDK issue. Version conflict? When I debug the program, I see the crash point is:

00BC3246 mov eax,dword ptr [esi]

So, do you have any idea about it? How can I remove the 2.1 SDK completely?

Best wishes,
roy