Search found 2 matches

by jake6a
Sat Nov 16, 2013 9:32 am
Forum: Support and Development
Topic: Luasec (HTTPS)
Replies: 4
Views: 3276

Re: Luasec (HTTPS)

32-bit dlls should work on 64-bit systems 32 bit DLLs work with 32 bit versions of the program (LÖVE.) There are 32- and 64-bit versions of LÖVE for Windows, and while the 32-bit version works on 64-bit operating systems, the 64-bit version does not work with 32-bit DLLs or 32-bit operating systems...
by jake6a
Fri Nov 15, 2013 6:48 pm
Forum: Support and Development
Topic: Luasec (HTTPS)
Replies: 4
Views: 3276

Luasec (HTTPS)

Hi, I'm trying to implement HTTPS support for my Love2D game using Luasec by Brunoos https://github.com/brunoos/luasec However, it requires platform specific (DLLs) and system files like (ssl.dll) which I am not able to build correctly. I have managed to run it in 32-bit mode using the DLL found her...