wrote:
> C++ Template - Does it work on 16-bit platform
>
> Hi All,
>
> I was using an open source wbxmlparser for my mobile application.
>
>
>
> Now I am supposed to port the mobile application into a 16-bit
> platform,
>
>
>
> The parser is not working at all for 16-bit platform, I am suspecting
> the template classes used by the open source wbxmlparser is causing
> this problem.
>
>
>
> Any help will be appreciated.
>
Only if the compiler you are using supports templates.
Many older 16 bit compilers did not, because the compilers
pre-dated templates in the language.
What compiler (from what year) are you trying to use?
Larry