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 here:
http://stackoverflow.com/questions/1769 ... pplication
So the question is, can I bypass using the DLLs and make it platform independent? If not, where do I find the 64-bit DLLs for it?
Thanks in advance
-j
Luasec (HTTPS)
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: Luasec (HTTPS)
32-bit dlls should work on 64-bit systems
- slime
- Solid Snayke
- Posts: 3162
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: Luasec (HTTPS)
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.Ranguna259 wrote:32-bit dlls should work on 64-bit systems
Re: Luasec (HTTPS)
Yes that is exactly my problem, I need to run the SSL.dll on the x64 version of LOVE. Any ideas though?slime wrote: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.Ranguna259 wrote:32-bit dlls should work on 64-bit systems
I tried building the Luasec SRC for Windows, it builds luasec.dll but no ssl.dll and that doesn't even work either..
Re: Luasec (HTTPS)
I would highly suggest developing with the 32bit version of LOVE. While 64bit has its advantages, you're unlikely to see a major performance difference unless your project is absolutely huge. As previously stated, the 32bit version is going to work with everyone's system.
Who is online
Users browsing this forum: Nikki and 3 guests