Greetings
I am a newbie when it comes to the leadwerks engine and lua in general.
I am trying to get LETheora to play videos in my game
I assigned an ogg file to the script, but when i try to run it i get the following error message :
The error occours in the following function
function TheoraVideo:Init()
if self.initialized == 0 then
assert(package.loadlib("LETheora.dll", "luaopen_theoravideo"))()
theoravideo.init()
self.initialized = 1
end
Please help