www.digitalmars.com         C & C++   DMDScript  

c++ - map<string,string>

reply Jordon Hirshon <jbhirshon yahoo.com> writes:
I'm unable to build a c++ program that contains the following declaration:
map<string,string>m;

It crashes with the message: unexpected OPTILINK Termination at EIP=40025e57.

I'm using DMC v843.

Any suggestions or help?

Thanks,
Jordon Hirshon
Jul 04 2012
parent "Bernard Helyer" <b.helyer gmail.com> writes:
On Wednesday, 4 July 2012 at 21:53:10 UTC, Jordon Hirshon wrote:
 I'm unable to build a c++ program that contains the following 
 declaration:
 map<string,string>m;

 It crashes with the message: unexpected OPTILINK Termination at 
 EIP=40025e57.

 I'm using DMC v843.

 Any suggestions or help?

 Thanks,
 Jordon Hirshon
We'll need more code than that to help. OPTLINK issues are thorny.
Jul 09 2012