Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: feech on May 04, 2007, 04:06:37 am

Title: source import C++
Post by: feech 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?

Title: Re: source import C++
Post by: sl@sh 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.