Book a Demo

Author Topic: add in - hello world  (Read 3684 times)

jumbie

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
add in - hello world
« on: April 02, 2006, 02:41:32 am »
Hi all,

I use VB 6.0 and I am newbie in creating Add-Ins in EA. The technique in EA Help is not enough for me – my code and settings are not correct, and I don’t know, where the mistake is.  

Is it possible for anybody to send me description of any small application like “add in - hello world!”  with description how to connect it, what must be set, how to debug it and how to finish it to installations? After it, I may be able to find out my mistakes .  

Maybe some detailed instructions “add-in in EA for dummies” exist and somebody can send me only the link.  

Thanks for help!

thomaskilian

  • Guest
Re: add in - hello world
« Reply #1 on: April 02, 2006, 03:25:20 am »
Wasn't there an example delivered with EA? I have published a Perl example on EA Usergroup. It should be easy to translate that to VB.

jumbie

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: add in - hello world
« Reply #2 on: April 02, 2006, 04:42:06 am »
...oh, oh, … the problem is solved and I need new strong glasses! The position of Add In key in registry is not

HKEY_CURRENT_USER\Software\Sparx Systems\EA400\EA\AddIns

(it exists in registry and I used it…)

but

HKEY_CURRENT_USER\Software\Sparx Systems\EAAddins

(it must be created as a new key what is written in Help).

Now my “hello world” is saying hello correctly…

Thanks


thomaskilian

  • Guest
Re: add in - hello world
« Reply #3 on: April 02, 2006, 12:32:04 pm »
Never mind. I had similar issues the first time ;)