[Cegcc-devel] Newbie Question

2007-03-06 Thread Naushit Sakarvadia
Hi, I am trying to build static library ( .lib in msvc world & .a in gcc world). Is it possible to build .lib using cegcc? and then use it in msvc project as add on static library? Or in other words Does "arm-wince-cegcc-ar" generate msvc compatible static library? Thanks in advan

Re: [Cegcc-devel] Newbie Question

2007-03-06 Thread Pedro Alves
Hi, Naushit Sakarvadia wrote: > > I am trying to build static library ( .lib in msvc world & .a in > gcc world). > > Is it possible to build .lib using cegcc? and then use it in msvc > project as add on static library? > > Or in other words > > Does "arm-wince-cegcc-ar" generate msvc c

[Cegcc-devel] Windres questions

2007-03-06 Thread Danny Backx
Windres doesn't provide very sensible error messages, this bothers me so I've been looking into it. I have two questions. 1. From the documentation I see on MSDN, the snippet below doesn't appear to be valid. The LTEXT line ends with a comma, which indicates that a style should follow. But it

Re: [Cegcc-devel] Windres questions

2007-03-06 Thread Pedro Alves
Danny Backx wrote: > >Error messages will describe stuff in the latter format which is >unknown and therefore incomprehensible to the programmer. Not good. > >However, the syntax allowed appears to be a manageable subset of >the C syntax. Would it be a silly idea to implement that