lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Marcus:

On Sun, Jun 23, 2019 at 3:06 AM Marcus Mason <m4gicks@gmail.com> wrote:
> Thanks for the reply. The host app does not export its lua API symbols. I had seen some kind of proxy dll on the lua wiki as a workaround but I'm not sure it's updated and/or relevent to my case?

Are you sure it does not? The fact that something DETECTS multiple VM
version hints at two copies being exported, and from what you told it
seem host links statically and export and you link statically and
export, hence the collision. I'm not familiar with windows, but there
are surely some tools for listing exported symbols for it.

Francisco Olarte.