c++.command-line - internal error : ph1111 when trying to precompile stlport
- Phil Thompson (6/6) Aug 21 2003 If I use precompiled headers and include any stlport header I get 'Inter...
- Walter (5/11) Aug 21 2003 At the moment, it's a bug and the workaround is to not use pch with stlp...
- Phil Thompson (8/23) Aug 22 2003 I had a feeling you were going to say that!!
-
Greg Peet
(15/15)
Aug 22 2003
"Phil Thompson"
wrote in message
If I use precompiled headers and include any stlport header I get 'Internal Error: ph1111' from dmc. If I remove all the stlport headers the precompiled header compiles correctly. Any ideas anyone? Thanks, Phil Thompson
Aug 21 2003
At the moment, it's a bug and the workaround is to not use pch with stlport! "Phil Thompson" <Phil_member pathlink.com> wrote in message news:bi2rk1$chr$1 digitaldaemon.com...If I use precompiled headers and include any stlport header I get'InternalError: ph1111' from dmc. If I remove all the stlport headers theprecompiledheader compiles correctly. Any ideas anyone? Thanks, Phil Thompson
Aug 21 2003
I had a feeling you were going to say that!! Any ideas when it might be fixed? This year? Next year? I've seen quite a bit flying around about STLsoft. What are the differences between it and STLport. Does STLsoft give the same error? Any advantages/disadvantages anyone has found using either implementation? TIA Phil In article <bi40h1$253r$1 digitaldaemon.com>, Walter says...At the moment, it's a bug and the workaround is to not use pch with stlport! "Phil Thompson" <Phil_member pathlink.com> wrote in message news:bi2rk1$chr$1 digitaldaemon.com...If I use precompiled headers and include any stlport header I get'InternalError: ph1111' from dmc. If I remove all the stlport headers theprecompiledheader compiles correctly. Any ideas anyone? Thanks, Phil Thompson
Aug 22 2003
"Phil Thompson" <Phil_member pathlink.com> wrote in message news:bi4hm9$2vos$1 digitaldaemon.com... | I've seen quite a bit flying around about STLsoft. What are the differences | between it and STLport. Does STLsoft give the same error? | Any advantages/disadvantages anyone has found using either implementation? No. STLsoft is an extension of the STL concepts, not a Standard Library (though I think it should be =)). The question you asked is a common one. Please read the link below: http://stlsoft.gregpeet.com/faq.php?ID=2 -- Regards, Gregory Peet Fellow Digital Martian STLSoft FAQ: http://stlsoft.gregpeet.com
Aug 22 2003