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

Pages: [1]
1
General Board / Re: Reverse and forward engineering concerns
« on: March 21, 2002, 02:53:03 pm »
Sory i can read i was not clear enough in my post. I was speaking about reverse engeniering not code creation. i could not find a way to tell EA that the implementation files are with a .cxx extension instead of .cpp

2
General Board / Re: Reverse and forward engineering concerns
« on: March 19, 2002, 04:28:05 am »
another concern is the extension for implementation because it assumes .cpp
we are using .cxx instead. could there be a way of choosing the implementation extension or give a list of possible ones.
Another pb is that .h and .cpp are not in the same directories, all .h are in common place, .cpp are splited across 'packages'

3
Automation Interface, Add-Ins and Tools / Re: Embedding PERL in tools
« on: December 02, 2004, 12:27:03 pm »
I tried it and it works wonderfully, thanks for the tip
Just remove the double quotes in your bat file and you are set for the file name (you already have the quotes in the EA  tools configuration and it seems that the double double quotes kills each other

ie use
perl "C:\Programme\Sparx Systems\EA\Code Samples\PERL\%1.pl" %2 %3 %4 %5 %6 %7 %8 %9

 :D

Pages: [1]