lua-users home
lua-l archive

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


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?