Cannot install an Addin built with EurekaLog

Add-in Express™ Support Service
That's what is more important than anything else

Cannot install an Addin built with EurekaLog
 
Francesco Faleschini




Posts: 26
Joined: 2014-05-15
i would like to continue the discussion at https://www.add-in-express.com/forum/read.php?FID=1&TID=14549

but i am not able to, so i create a new thread.

In the last message Andrei said
"I've asked our guys to convert that project to a contemporary Delphi version. Download http://temp.add-in-express.com/support/adxEurekaLogSample2.zip; D10.1 Berlin. We found no problems in the original project."

i downloaded that sample, built it and obtained the 32bit(I have Office 32 bit) dll adxEurekaLogSample.dll

trying to install it from command line with elevated privilegse using
regsvr32 /i adxEurekaLogSample.dll


I obtain
The module "adxEurekaLogSample.dll" was loaded but the entry-point DllInstall was not found. Make sure that "adxEurekaLogSample.dll" is a valid DLL OR OCX file and then try again later.


could you please give me some guidance?

Thanks.
Posted 04 Feb, 2020 09:30:02 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello Francesco,

Try regsvr32 adxEurekaLogSample.dll. With no '/i'.


Andrei Smolin
Add-in Express Team Leader
Posted 05 Feb, 2020 05:46:54 Top
Francesco Faleschini




Posts: 26
Joined: 2014-05-15
Hi Andrei, thanks for the reply.

i tried without "/i" and the message chanegd to

---------------------------
RegSvr32
---------------------------
DllRegisterServer in adxEurekaLogSample.dll succesful.
---------------------------
OK
---------------------------

anyway opening Outlook i do not see any addin.

I tried to uninstall all my addins before installing this one, but with no success.

since the addin adds the following buttons i was expecting to see somethin in the addin tabs
User added an image

but i see nothing:

User added an image

Please suggest how to proceed, my goal is to make a real addin EUrekaLog enabled so that i can study access violations, but first sub goal is to make this sample work.

Thanks.
Posted 05 Feb, 2020 11:51:49 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello Francesco,

If the add-in is loaded, it is listed under Active application add-ins at File | Options | Add-ins. If the add-in is loaded, to show its Ribbon controls on the Outlook Ribbon you show, your ADXRibbonTab component must have msrOutlookExplorer2010 in the Ribbons2010 property. If the add-in isn't loaded, make sure your registration code works correctly. If so, check if settings at File | Options | Trust Center | Trust Center Settings | Macro Settings allow your add-in to load; in particular, they may require you to digitally sign your add-in.


Andrei Smolin
Add-in Express Team Leader
Posted 06 Feb, 2020 01:44:26 Top
Francesco Faleschini




Posts: 26
Joined: 2014-05-15
Hello Andrei,

thanks for the detailed instructions.

I do not see the addin in active application add-ins at File | Options | Add-ins, it is not here:
User added an image

I then tried to go to File | Options | Trust Center | Trust Center Settings | Macro Setting and i chose the less secure option

Macro settting: enable all macros (not advisable, sinces some danerous code could be exetcuted)
and i checked
"Add security settings to macro and to installed addins"
as you can see here:

User added an image

anyway by:
1) closing Outlook
2) installing addin with "regsvr32 adxEurekaLogSample.dll" and getting success mesage
3) opnening Outlook

i so not see it.

I also made sure that "ADXRibbonTab component must have msrOutlookExplorer2010 in the Ribbons2010 property", but this should not deal with the installation.

Could you please give me any other idea? I am also available for Teamviewer connection in case we do not find a olution.

Thanks again for support.
Posted 06 Feb, 2020 02:30:31 Top
Francesco Faleschini




Posts: 26
Joined: 2014-05-15
UPDATE: i tried to install the addin on 3 systems (1 32bit and 2 64 bit, of course installing the dlll built for the proper bitness) and the same behavior occurs. Could you plase make sure that you are able to install it?

i mean http://temp.add-in-express.com/support/adxEurekaLogSample2.zip

I use Delphi 10.0 Build 0,64 bit ediition

Thanks.
Posted 06 Feb, 2020 02:47:36 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello Francesco,

Please provide your 32bit DLL; I'll check it on my machine. As to the project, we will be able to look into it next Monday.


Andrei Smolin
Add-in Express Team Leader
Posted 06 Feb, 2020 03:25:35 Top
Francesco Faleschini




Posts: 26
Joined: 2014-05-15
Hello

Plase download the zipped dll from here:
https://nextcloud.nordest.systems/s/j7mwZmDEbb6PqNZ

Thank you.
Posted 06 Feb, 2020 05:19:07 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello Francesco,

Do you see that Ribbon tab if you start Excel?


Andrei Smolin
Add-in Express Team Leader
Posted 06 Feb, 2020 05:59:59 Top
Francesco Faleschini




Posts: 26
Joined: 2014-05-15
Hi.

I was expecting the Ribbon tab in Outlook, while i see it in excel.

Today also my colleague sent me a screenshot of its excel and i saw the ribbon, yesterday i had tried to install the addin at its system too.

Since I always used addin only for Outlook i was locked on Outlook.

My mistake, in Excel it works, I will finally try to so what i was trying to achieve.

Thanks for the support!
Posted 07 Feb, 2020 13:03:56 Top