June 23, 2004
Is is possible to use the memory model switch with stlport?

My compile command line:

dmc test -ms -I\dm\stlport\stlport

I get errors like "Error: undefined identifier 'fgetwc'".  I am trying to include <string> in my app.

Thank you in advance.



Keith
June 27, 2004
"kc" <kc_member@pathlink.com> wrote in message news:cbctlh$1jfb$1@digitaldaemon.com...
> Is is possible to use the memory model switch with stlport?
>
> My compile command line:
>
> dmc test -ms -I\dm\stlport\stlport
>
> I get errors like "Error: undefined identifier 'fgetwc'".  I am trying to include <string> in my app.

stlport is only supported with the win32 memory model. (So is wide character support, like fgetwc.) Sorry.