Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Evan Carew

Pages: [1]
1
Suggestions and Requests / Re: Ability to import C functions
« on: November 21, 2008, 01:50:41 pm »
I did finally find a couple of references from a while back. Turns out that the developers of EA are not considering functions (in any language) not contained in a class. So, that means that C functions can only be imported if they are either OO C, or in the case where someone has written a special filter which converts C functions in a header file into a class. Incidentally, this also means that C++ friend functions aren't imported.

As one of my original purposes for purchasing EA was to use it as a way to move legacy code foreword, this restriction is a little disapointing.

2
Suggestions and Requests / Re: Ability to import C functions
« on: November 20, 2008, 04:38:08 am »
I just finished searching the forums with the phrase 'C functions'. The only result on the search was this thread.

3
Suggestions and Requests / Ability to import C functions
« on: November 16, 2008, 02:10:03 pm »
I noticed that EA can do C, sort of. The big downer is that there is no way to import functions, or indeed to represent them in the class view. It would be rather useful if EA could import existing C projects, getting all functions, structs, and globals so that said project could be refactored into C++

4
General Board / EA8 Documentation of diagrams has text backwards
« on: August 20, 2011, 03:37:14 am »
I'm using EA 8 under wine and am having trouble printing diagrams. I'm wondering if this is a settings issue. The behaviour is that the text in my diagrams output by rich text is backwards and upside down.

Pages: [1]