lua-chan icon indicating copy to clipboard operation
lua-chan copied to clipboard

How to use it on windows?

Open cysin opened this issue 12 years ago • 2 comments

I know there is pthread for windows but a version using native windows lib would be better

cysin avatar May 20 '13 11:05 cysin

Unfortunately, it doesn't at present. It will be easy to replace pthread_xxx stuff with native windows API like CreateThread, EnterCriticalSection, etc. As you have the requirement, I'm glad to add windows support in next release soon. But I don't have a windows environment to verify this. I can do with mingw cross compiler and wine under Linux.

easeway avatar May 21 '13 05:05 easeway

Win32 support is pushed to branch win32, but I don't have Window s environment to verify this. Please notify me if you have verified this, and I will merge it to master. Thanks!

easeway avatar May 21 '13 06:05 easeway