Book a Demo

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

Pages: [1]
1
General Board / Script error?
« on: October 21, 2006, 02:59:14 am »
When clicking on 'Design Model' in Visual Studio, I get this error: "A Runtime Error has occured. Do you whish to Debug?", Line: 11, Error: Object expected.

If I answer 'Yes', I come to this file:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Design Model</title>
<link href="file=ea.css" type="text/css" rel="stylesheet" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script src="file=ea.js" type="text/javascript"></script>
</head>
<body onLoad="PageDetails('model_url'); ToggleShowFirst(); ShowAfterRefresh(); SetHomePage(this.location);" oncontextmenu="return false">

<script>ClickObjectIcon('tree','26','diagram');

What is the solution?

2
General Board / Software profile?
« on: July 24, 2006, 12:43:59 am »
Hi

I wonder how many of youz are involved in C++ projects using Visual Studio 2005? Our company's codemass for PC is COM C++, but we have begun C#-projects as well.

What I would like to know is how many other companies matching our profile use EA, but primarily I would like to come in touch with companies which work with EA already and could give me some advice. We have used Rational XDE for VS2003, but since Rational has stopped their support for XDE, we need some other tool working in VS2005 and in forthcoming VS2007.


Regards,

Kim

3
General Board / Re: C++ reverse ingineering
« on: July 24, 2006, 12:38:47 am »
Is nobody capable of answering this question? Because I am also interested in how well EA finds dependencies during reverse engineering.

For instance, Rational XDE only looks into header-files, so it misses any dependencies made in the cpp-files.

Together 6 was much better in finding dependencies since it looked into cpp-files as well, but Rational XDE was much better in handling COM aspects in C++ projects files.

Regards,

Kimpan

4
General Board / Re: Composition and Aggregation in Class Diagram?
« on: July 23, 2006, 01:12:20 pm »
Yes I read it and it works as I intended when I use 'Associate' instead of 'Compose' or 'Aggregate'. What I wonder was if there is another, faster way to get composition looking the way I am used to.

But it's ok, although it would be nice to be able to customize 'Compose' and 'Aggregate' to the way I prefer.

5
General Board / Re: Composition and Aggregation in Class Diagram?
« on: July 23, 2006, 03:46:27 am »
Doesn't your suggestion make the dependency go in the opposite direction? I want the dependency to be source->destination, but then I don't get the arrow at the destination end.

I would like to follow the arrows in dependency chains to see what can be reused freely or not and which components need to be stable and so on.

I would also like to see UML 2.0 to incorporate the display of bidirectional associations with arrows on both ends. But who wants it except myself?  :)

6
General Board / Re: Composition and Aggregation in Class Diagram?
« on: July 20, 2006, 04:00:33 am »
Thanks for the info

Could you also tell me how to get an arrow on the destination end of the composition/aggregation?

7
General Board / Re: Composition and Aggregation in Class Diagram?
« on: July 19, 2006, 04:33:08 am »
Oh, I found the solution in the Forum in the topic "UML to C# correspondence"

Although I wonder why it is reversed from UML 2 as default?

8
General Board / Composition and Aggregation in Class Diagram?
« on: July 19, 2006, 02:03:47 am »
Hi

I just downloaded EA to try it out and wonder about the direction of 'Compose' and 'Aggregate' connection types (Using Toolbox->Class)

It seems to me that the direction of these types should be in the opposite direction according to UML 2?

When I try to describe 'A contains B' using composition relationship, I get connector drawing opposite to what I am familiar with. But the textual description is what I intended.

And how do I get an arrow to the destination (part) ?

9
General Board / MDG - Integration questions
« on: July 23, 2006, 04:05:32 am »
Does MDG Integration for VS2005 work with Perforce?

Together with Visual Studio Team System?

10
General Board / MDG Integration for VS2005 features?
« on: July 23, 2006, 04:00:38 am »
I haven't found a way to modify UML diagrams inside VS2005. In Rational XDE (for VS2003) and Together 2006, there exists a comprehensive Toolbox. Is there something simlilar for MDG? I don't see such a toolbox after installing MDG Integration. Did something go wrong during the installation or is MDG intended to be used as read-only inside VS2005?

11
General Board / Reverse Engineering of VS2005 C++ Project
« on: July 23, 2006, 03:53:26 am »
Hi

I have installed MDG Integration for VS 2005 and need help to reverse engineering VS2005 C++ projects. The files used in the projects are located in different folders and found using include directories (-I). All the necessary information is in the project file (.vcproj)

Is there a way to get MDG to use the project file and reverse engineering all the files (.h & .cpp) included in the project & declared in the source code?

Pages: [1]