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

Pages: [1]
2
General Board / Re: Conditional Compilation in C++ Reverse Eng.
« on: August 22, 2012, 04:08:54 pm »
I wonder if the explanation could be placed into a white paper if it is too complex. I suggest that many users have the same problem. :-?

3
Bugs and Issues / Re: Installation of EA 12 dll registration failure
« on: November 21, 2015, 12:27:09 am »
Thanks for the hint qwerty.
I have finally found the reason. The installation was made on a substituted drive partition (is that the correct term?). Even deinstalling was denied.
I managed to deinstall it using a trick and then reinstalled it to the "real" path and - it worked. ::)

4
Bugs and Issues / Installation of EA 12 dll registration failures
« on: November 20, 2015, 07:02:03 pm »
Hallo everybody,

I have gathered a lot of usefull information from this forum so far, so thank you very much.
Now, although I searched this forum I couldn't find a solution to my problem.
I have tried to install the current version of EA and of the DOORS MDG on a Win7 64-Bit computer. Until now none of these products was installed on this machine. During installation I get the following error messages
"module ...\EclipseLink.dll failed to Register HRESULT -2147024770"and
"module ...\DoorsInterface.dll failed to Register HRESULT -2147024770"

Any help would be appreciated.
Thank you





5
Bugs and Issues / Re: Mixed representation of notes in RTF Report
« on: September 29, 2011, 02:47:14 pm »
Thank you, Skiwi. That's what I was looking for. I just didn't find it.

6
Bugs and Issues / Mixed representation of notes in RTF Report
« on: September 27, 2011, 09:35:49 pm »
Hi, I created some rtf templates with which element notes shall be output. As a result some notes are output as fields while others are output as normal text, which I would prefer. There seems to be no obvious rule or reason. How can I force all notes to be output as normal text?

TIA
Olaf.


7
Hi rothnic,
we are using EA with DOORS Version 9.3.0.7. Works fine. Hope that helps a bit.

Olaf

8
It was indeed .net 4 that was missing. Thank you very much. :D

9
Automation Interface, Add-Ins and Tools / Add-In Error "EANavigator missing"
« on: September 10, 2012, 11:04:00 pm »
Hi, I just installed EANavigator Version 2.2 as an Add-In to EA 9.3.935. The installation itself was a success but when I look at "Extensions->Manage Add-Ins.." I read "Error-Missing"  :-?. Any help would be welcome.

10
Automation Interface, Add-Ins and Tools / DOORS Date Import
« on: September 27, 2011, 08:32:13 pm »
Hi folks, I have imported the "Last modified on" attribute from DOORS to a tagged value in EA. Unfortunately it seems to be imported as a string, so I am not able to sort the imported requirements by date to find the latest modifications quickly.
Is there a possibility to sort them according to their modification date after the import (when the importer window has closed)?

Kindest regards,
Olaf

11
That did it - how simple life can be ...  :)

Thanks for you efforts

Olaf

12
o.k. - then let's try it the other way round. Is there a language macro like __EA__ that I could use for a constuct like

#ifdef __EA__
#define far
#endif

in my code, which again the parser recognizes?


13
Hallo Geert,

when using other tools like spell checkers it helped to use something like "define far" in their configuration files to replace the far-keyword by nothing ("").
Is there such a possibility in EA - e. g. define a type that replaces far with blanks so the parser is satisfied?

14
Hi,
I have to reverse engineer c-code, which uses some none-ANSI keywords like "far". When opening it with the internal editor, a "Parse Error on line xxx" is shown and it seems that not all of the code is interpreted correctly. How can I add these keywords to the affected project to have the code being parsed error-free?

Pages: [1]