Hi,
I have an application that runs with MapInfo runtime 12 (32 Bit)
(Calling line to set up Set Mi = CreateObject("Mapinfo.Runtime"))
I have installed MapInfo 15.0.2 (32 Bit) and 15.2 (64 bit) evaluation copies.
In VB6 I used the calling line to set up - Set Mi = CreateObject("Mapinfo.Application") for the 32 bit version.
Running up the VB6 program under the IDE and it all works fine.
I then changed the setup call to - Set Mi = CreateObject("Mapinfo.Application.x64") the IDE hangs when loading the MBX file
(MapBasics) though clicking away from the IDE the allows it to continue!
But when the program final comes up there are no maps shown.
Are there different DLL's? is the calling method different?
I've just been given this to investigate which is my first time of using!
Thanks in advance.