Hi there,
i'm experiencing a strange Problem here.
I've developed an MS-Access-application in VBA that starts MiPro in the Background via
Set objMapInfo = CreateObject("Mapinfo.Application.x64")
Now i've three Computers running that app, but it does so only on one machine, on the other two i get this error

Oracle-Error: Allocating OCI Environment handle.
Searching the Internet i found a short article on the PB Website About that Problem with MiPro 32-Bit, explaining that the Problem may be solved by reinstalling the Oracle Client matching the MiPro-Version. In my case that would mean: reinstall the whole Oracle DB, - no way!
I checked the machines for differences.
All running Windows 10 Pro 64-Bit / 1803 / German / MiPro 15.03 DE / MiPro 17.01 Advanced / Oracle 12.2 32-Bit Instant Client / Oracle 12C Enterprise DB / same MS-Office Version.
Setup is the same, 32-bit MiPro can Access the Oracle db as well.
In the path on all machines the 64-bit Oracle bin-path Comes before the 32-bit instant Client path. The Oracle global variables are the same.
On all three machines it's no Problem to load a spatial layer from the local Oracle instance in MiPro 17.01 when started regulary via Windows startmenu, but when i issue the vba-codeline above, on two machine i get that error message instantly, on one of the machine everything runs as expected.
Attached you will find an MS-Access Database demonstrating the strangeness of that problem. To make it work you will have to edit the query- and connection-parameters in the function "EO_Get_Value_List" in Module1. The function generates a delimited list of the string values of an oracle table column.
If you managed to make that work, you can click on the button "Get Oracle Values" on the main form, that will fill the oracle-values listbox.
So, if you now close the database and open it again, you can try to click on the buton "Start MiPro64", that will try to create a MiPro object in the background.
In my case i get a "General protection fault" some 30 seconds later, and a nice MiPro.dmp file in my temp-Directory.
BUT
if i close the database and open it up again, and click first on the button "Get Oracle Values" and click afterwards on the button "Start MiPro64" the above errormessage appears instantely, and no oralce connection with this instance of MiPro is possible.
After many Hours of searching i'm lost, and any thoughts are highly welcome.
Thanks and have a nice Weekend
Stefan