Book a Demo

Author Topic: Default language to develop a plug-in with SDK  (Read 4959 times)

PlashG

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Default language to develop a plug-in with SDK
« on: September 20, 2009, 08:31:31 pm »
Hello,
I planned to develop a plug-in for EA. So I want to know if Sparx Systems has a default recommanded language like VB or C++ (in native mode -Win32 console App- or .net/CLR mode).
Thank you for your answer.

I planne use Visual Studio Express 2005.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Default language to develop a plug-in with SDK
« Reply #1 on: September 20, 2009, 09:13:11 pm »
Anything that works (well) with COM should be OK.
No, you can't have it!

PlashG

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Default language to develop a plug-in with SDK
« Reply #2 on: September 21, 2009, 12:47:12 am »
Thank you for the answer.
Last question, do you know with what language EA is developed (Visual C++ 6 or Visual Basic 2008 or Delphi 2006 ?

PlashG

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Default language to develop a plug-in with SDK
« Reply #3 on: September 21, 2009, 06:45:55 am »
I really don't remember. I believe it has been mentioned in the forum, but I've not seen it come up for quite some time.
No, you can't have it!

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Default language to develop a plug-in with SDK
« Reply #4 on: September 21, 2009, 03:34:14 pm »
I would advise C# or VB(6, .NET) to create addins for EA.
I've worked with both myself and that went pretty good.
One of the advantages of those is that you can find some examples on the EA website in those languages to get you started.

Geert

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Default language to develop a plug-in with SDK
« Reply #5 on: September 21, 2009, 04:31:13 pm »
We've decided to go with C# over here at Saab as well.

In case anyone was unaware, Java is not a viable option because parts of the API are not available - specifically those parts which allow you integrate your functionality into EA's GUI.
My theories are always correct, just apply them to the right reality.