www.digitalmars.com         C & C++   DMDScript  

c++.stl.port - memory model switch with stlport

reply kc <kc_member pathlink.com> writes:
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
Jun 23 2004
parent "Walter" <newshound digitalmars.com> writes:
"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.
Jun 27 2004