lua能调用dll吗
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了lua能调用dll吗相关的知识,希望对你有一定的参考价值。
lua只能通过ffi库调用外部的。比如alien库。Alien is a Foreign Function Interface (FFI) for Lua. An FFI lets you call functions in dynamic libraries (.so, .dylib, .dll, etc.) from Lua code without having to write, compile and link a C binding from the library to Lua. In other words, it lets you write extensions that call out to native code using just Lua. 参考技术A 可以,只要引擎将lib里面的接口暴露给lua就行了
以上是关于lua能调用dll吗的主要内容,如果未能解决你的问题,请参考以下文章