britzl / defold-lfs

LuaFileSystem port to a Defold native extension
MIT License
10 stars 3 forks source link

lfs.dir() does not work on 32bit Windows builds? #1

Closed subsoap closed 4 months ago

britzl commented 4 years ago

Solved in https://github.com/britzl/defold-lfs/commit/a66a751ac99dedccda36198c5f8dcdca9edcb7a4

subsoap commented 4 years ago

For whatever reason, this is not working in win32 builds again.

subsoap commented 4 years ago

lfs_test.zip

Simple test project, bundle for win32 debug, does not work to get dir.

britzl commented 4 years ago

Do you get an error or any indication of what's wrong?

subsoap commented 4 years ago

No error, when building win32 c_file is always empty

subsoap commented 4 years ago

Working as expected now with beta bob in slack