www.digitalmars.com         C & C++   DMDScript  

c++.command-line - internal error : ph1111 when trying to precompile stlport

reply Phil Thompson <Phil_member pathlink.com> writes:
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
parent reply "Walter" <walter digitalmars.com> writes:
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
'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
parent reply Phil Thompson <Phil_member pathlink.com> writes:
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
'Internal
 Error: ph1111' from dmc. If I remove all the stlport headers the
precompiled
 header compiles correctly.

 Any ideas anyone?

 Thanks,
 Phil Thompson
Aug 22 2003
parent "Greg Peet" <admin gregpeet.com> writes:
"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