Book a Demo

Author Topic: Code generation and MDG Link  (Read 1930 times)

Graham_Labdon

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Code generation and MDG Link
« on: June 11, 2007, 05:09:36 am »
Hi Everyone
I have a class with a constructor defined as

CFilenameGenerator (const string sSuffix)

where string is the STL string

I reverse engineered this into EA from a VS2005 project that is linked to an EA package.

Now when I try to 'view code' from the EA Project Explorer window the code is not located.

If I change the parameter to, say, int everything is OK

What am I doing wrong??

Any input would be greatly appreciated

Graham