How to use a c module with embedded lua on windows
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: How to use a c module with embedded lua on windows
- From: Marcus Mason <m4gicks@...>
- Date: 2019年6月22日 21:57:09 +0100
Hi, I'm trying to build lpeg to use with lua embedded in a windows application. Everytime I try to load my dll into the application, I get "multiple vm versions detected". I checked and the host application has linked statically to lua 5.3.1 (I'm also linking statically against lua 5.3.1). Any wisdom on building c libraries for this kind of setup?