Author Topic: source import C++  (Read 2039 times)

feech

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
source import C++
« on: May 04, 2007, 04:06:37 am »
HI
i can't import sgi stl from Borland Builder C++ 6.0

when i import source directory or source file appear too many error (for sample: unexpected symbol: class)

when i import simple file - all right

How import difficult library?
my be exist ready packets?


sl@sh

  • EA User
  • **
  • Posts: 85
  • Karma: +0/-0
    • View Profile
Re: source import C++
« Reply #1 on: May 07, 2007, 10:11:09 pm »
I used to get similar errors when importing source code for a library. It turned out the reason were the macros used for spec declarations. Please check out this link:
http://www.sparxsystems.com/EAUserGuide/index.html?languagemacros.htm

HTH,
Stefan

P.S.: I don't know the Borland sgi lib, but it's possible there's more than one macro involved. Try adding those you find using the method explained in the link above until EA is able to import them without error messages.
« Last Edit: May 07, 2007, 10:14:57 pm by sl@sh »