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
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
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
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