Will a 32-bit DLL work in and 64-bit Application, specifically, 32-bit Access vs 64-bit Access?

Former Member
Former Member

I have an MultiTerm application that uses Sdl.MultiTerm.TMO.dll, designed for 32-bit Access. I'm trying to set up this same application to run in 64-bit Access. So far, I have been able to successfully modify the API calls and the application compiles without any errors. However, at run time, Set oLocalRep = oMt.LocalRepository does not work. The object remains Null. Any hints? Thanks!