From: Hedayat V. <hed...@ai...> - 2009-02-08 20:17:11
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html style="direction: ltr;"> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> </head> <body style="direction: ltr;" bgcolor="#ffffff" text="#000000"> Hi,<span><br> <br> <style type="text/css">blockquote {color: navy !important; background-color: RGB(245,245,245) !important; padding: 0 15 10 15 !important; margin: 15 0 0 0; border-left: #1010ff 2px solid;} blockquote blockquote {color: maroon !important; background-color: RGB(235,235,235) !important; border-left-color:maroon !important} blockquote blockquote blockquote {color: green !important; background-color: RGB(225,225,225) !important; border-left-color:teal !important} blockquote blockquote blockquote blockquote {color: purple !important; background-color: RGB(215,215,215) !important; border-left-color: purple !important} blockquote blockquote blockquote blockquote blockquote {color: teal !important; background-color: RGB(205,205,205) !important; border-left-color: green !important}</style><i><b>Mahdi <a class="moz-txt-link-rfc2396E" href="mailto:zig...@gm..."><zig...@gm...></a></b></i> wrote on ۰۹/۰۲/۰۸ 11:27:40:</span><br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); color: navy; background-color: rgb(245, 245, 245); padding-left: 15px;" cite="mid:fca...@ma..." type="cite">Hi Hedayat and all<br> <br> I think that adding a simple but efficient binary protocol would take much less time compared to adding player to simspark. So I think it's better to have the binary protocol first inserted, and integrate player with less haste and more efficiency. Integrating player would help to add multithread support for simspark, so it may be dangerous if it is hastily inserted into simpark for the RC09 competitions.<br> </blockquote> Yes, this is what I refer to as a temporary solution for RC09. <br> <br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); color: navy; background-color: rgb(245, 245, 245); padding-left: 15px;" cite="mid:fca...@ma..." type="cite"><br> For the problem you mentioned about the binary size mismatch of indormation in different cpu architectures, I did a bit of searching, and found out that Microsoft dot net framework has introduced some types like int32, int64 and like these, which gcc yet does not support, or may not support at all. (Please correct me if I am assuming wrong) So another way should be found around the problem. Anybody got any idea?<br> </blockquote> gcc supports standard data types: int64_t, int32_t and so on. So that's possible too. <br> <br> Thanks for the answer,<br> Hedayat<br> <br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); color: navy; background-color: rgb(245, 245, 245); padding-left: 15px;" cite="mid:fca...@ma..." type="cite"><br> <span style="color: rgb(102, 102, 102);">Cheers</span><br style="color: rgb(102, 102, 102);"> <span style="color: rgb(102, 102, 102);">Mahdi</span><br> </blockquote> </body> </html> |