Activex component can not create object when using ErpBS900.dll in Excel

2

I have a problem that I can not resolve. I have several solutions that use the Spring engines via Excel, I've never had problems with them however, my machine needed to be reinstalled - the OS (Windows 7) remains the same and the Office version (2016) too - and I'm not to get the solutions to work as before.

To simulate:
1 - In vba environment of Excel, add reference ErpBS900.dll
2 - Use the simple code to create the object:
Dim motor As ErpBS Set motor = New ErpBS

The Activex component can't create object error is always returned.

I have already applied the last patches to VBA. I have already resented Spring, Excel, VBA. I have again registered the dll without success.

    
asked by anonymous 26.06.2018 / 18:47

1 answer

1

Reinforcing the comment made by João Martins, the% of% of the engines are all compiled in 32 bits (x86). In that sense, they only work in compatible environments.

    
27.06.2018 / 11:20