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 - MREA

Pages: [1] 2 3 ... 5
1
Suggestions and Requests / Re: includes
« on: November 21, 2012, 08:06:44 pm »
no one an idea?

2
Suggestions and Requests / includes
« on: November 16, 2012, 05:27:53 pm »
hi I always get an include like this

#include "bios\subfolder\types.h"

local path: C:\Dokumente und Einstellungen\.....\EA-Projekte\BIoS\

.h file is in C:\Dokumente und Einstellungen\.....\EA-Projekte\BIoS\bios\subfolder\

the file in bios is added like this
"#include "maintypes.h"

the importing file is in subfolder \private\

how could I change that?
the dunny thing is in an other view just below, it works!
(seams to be the same settings, e.g.local path,properties)
So where do I have to check?

thank you very much

3
Suggestions and Requests / generate only .c or .h file
« on: November 20, 2012, 11:37:41 pm »
hi
I already asked, if there is a possibility to generate only .h files.
But now I've the same problem with .c

I only need a c file

How is it possible to generate only one of it?

save xxx.c do also generate a 2nd .c file

4
Suggestions and Requests / comment fields for code
« on: November 16, 2012, 09:12:06 pm »
hi
is it already possible to reserve comment space in code?
e.g.

[highlight]/*general comment*/[/highlight]

[highlight]/*static attrbutest*/[/highlight]
/*attr commt*/
attr
[highlight]/*non static attrbutest*/[/highlight]

[highlight]/*static operations*/[/highlight]
/*op comment*/
op

[highlight]/*ToDo list*/[/highlight]

[highlight]/*out commentet code*/[/highlight]

5
Suggestions and Requests / Re: generate code path
« on: November 08, 2012, 07:57:08 pm »
Oh sorry didnt' found that one!
But thx!

My Opinion it sould be in EA! so this will be much more easy

6
Suggestions and Requests / generate code path
« on: November 08, 2012, 07:48:55 pm »
hi
Is it already possible to generate something without the Model hierarchie?
e.g

Model
   |_view
         |_class

Generate: Path: ....\model\view\class
I want:    ...\Model\class    or ..\View\class

7
General Board / Re: How to convert class attribute into compositio
« on: November 07, 2012, 05:29:47 pm »
I've done the comosition for C, but in the Model it should be the same

so you have

Class A                                           Class B

<<Stereo>> ClassA                   <<Stereo>> ClassB
-attr1:int                                            -attr1:string
-attr2:string                                        -attr2:string
-composit:ClassB                                       ...

Is that what you wanna now?

8
General Board / Re: How to convert class attribute into compositio
« on: November 06, 2012, 05:06:57 pm »
OK if I understand you right.

The first thing is, if you use C then you could use OO-support or if you do not wanna use OO-support you need an attribute like

attr:Class

e.g.   myCar:CAR

Is that what you are looking for?

9
General Board / Re: how to create/generate arrays?
« on: November 29, 2012, 05:26:35 pm »
ahh ok,
thank you again!

and how to do this for parameters?
because this is what EA ignores,and i'm looking for at the moment

10
General Board / how to create/generate arrays?
« on: November 28, 2012, 08:34:23 pm »
Hi

I need to create an pointer to an array of funktions.

but actually I do not get how to create an array. Is that possible?

11
General Board / Re: French Version Enterprise Architect
« on: November 20, 2012, 06:22:56 pm »
mais si tu veux un correction d'écrit en francais ca march.
On peux le telecharge ou domain registrer.
(J'ai ca en allemand)


 Enterprise Architect is supplied with three dictionaries, for US English, Canadian English and British English. Additional dictionaries are available as a set, for download from the registered pages of the Sparx Systems website.

The dictionaries in this downloadable file enable spell checking in the following languages:

· Brazilian

· Danish

· Dutch

· Finnish

· French (Continental)

· German

· Italian

· Norwegian

· Portuguese

· Spanish and

· Swedish

Use to

· Download and install the language pack of dictionaries so that you can select another language in which to perform the spell check

How to

To download the additional language dictionary pack

Step Action See also

1 Access the registered user page on the Sparx Systems web site.

Registered User page

2 At the end of the page, download the EADict.zip file from the Enterprise Architect Dictionary section.

3 Unzip the file into the Enterprise Architect install directory - C:\Program Files\Sparx Systems\EA.

This makes the non-English spelling dictionaries available to the Enterprise Architect spell checker.

Select Spell Checker Options

Notes

· In the Corporate, Business and Software Engineering, Systems Engineering and Ultimate editions of Enterprise Architect, if security is enabled you must have Spell Check permission to perform any spell check or change any spell check options

· Enterprise Architect .EAP files default to use Jet 3.5 as the database engine; this does not support unicode character sets, which makes the use of certain languages - such as Polish - difficult, including spell checking words in those languages

If you use such languages, it is recommended that you either upsize to a DBMS repository or set JET 4.0 as the database engine

If your .EAP project is not in a Jet 4.0 database, you should also download a copy of the Jet 4.0 EABase model from the Sparx Systems website, and do an EAP to EAP transfer of your model into the Jet 4.0 file

12
General Board / Re: special path generation
« on: November 19, 2012, 05:39:43 pm »
well the source pathe is always global! evan if you change it in class, that's the problem ;(
But thanks for your post!

13
General Board / Re: special path generation
« on: November 16, 2012, 05:42:18 pm »
is that only possible by cutting paste after generation?

14
General Board / special path generation
« on: November 13, 2012, 05:14:56 pm »
how could I generate a structure like this?
root
|- view1
     |_*.h (without .c)
     |_private
            |_ *.c
                |_ *.h
|_view 2
     |_*.h (without .c)
     |_private
            |_ *.c
                |_ *.h
|_*.h
   |_private
            |_*.c

15
General Board / Re: generation generates .c and .h
« on: November 16, 2012, 05:03:17 pm »
what does the EA-support mean with

"An implementation file is written for all types with the exception of
those hard coded to prevent it."

--> I can't do anything?,because it'shardcoded in EA
--> or do I have to hard code it in the template?

Pages: [1] 2 3 ... 5