c++ - map<string,string>
- Jordon Hirshon <jbhirshon yahoo.com> Jul 04 2012
- "Bernard Helyer" <b.helyer gmail.com> Jul 09 2012
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
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








"Bernard Helyer" <b.helyer gmail.com>