Am Saturday 22 November 2008 11:46:51 schrieb Николай Жгулев: > I have truble with working 1.4 under ARM. > Ussp-push (and other cliens) connect to MobileDevice but not send.... > I find that my compiler dont now about #pragma pack(1).
Which compiler is that? It's that that it doesn't know abou that because many compiler (msvc since 7.1, gcc4) do. Many gcc-arm-toolchains use gcc-4.1.2, so there should be no problem, there. OTOH, the previously used __attribute__((packed)) were only for gcc. > But I find new truble - if timeout connection I make <30sec - libary > return correct -1 anser (if will timeout)... but if I set timeout > > >=31sec - lib return -2 (reject ).... Needs some debugging on your side, I suppose. HS ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
