Ligneel

Results 8 comments of Ligneel

also thought about doing signal activation in a lua app to fix it but found no way of activating turning lights like there is for headlights :/

I can do that yes but I beleive it's building 32 bit files and they don't work in the program i'm using which i believe is using 64bit. Also i...

Actually nvm since I assume you don't use VS from your message :p. So using luarocks build gives the following. ![image](https://user-images.githubusercontent.com/25638371/163665217-9aff32e4-c3f2-411c-bf7a-de32a3a2f643.png) So I guess I need to install lua in...

I forgot to say but thanks for the help. ;D could you clarify the thing about the header parts? I don't mind doing my own research but so i have...

It does look like I have a 64bit install of lua now as if i check the dll it makes with a tool called dependencywalker it indicated they are x64:...

Gotcha. In which folder should LUAPREFIX_win64 end? wait actually if it goes in `LUAPREFIX_win64)/include/lua/$(LUAV)` I don't have this folder structure : `include\lua\5.1` edit ok i can't read mb!

alright so editing the makefile I think I got it working. It produced dlls, they are 64bit. However when doing require ('socket') in the program I'm trying to use this...

I think I somehow got stuff to work. Thanks a lot!