Search found 8 matches
- Fri Jul 17, 2015 10:45 pm
- Forum: Ports
- Topic: MinGW instead of MSVC?
- Replies: 6
- Views: 8693
Re: MinGW instead of MSVC?
And the problem persists.
- Fri Jul 17, 2015 6:44 pm
- Forum: Ports
- Topic: MinGW instead of MSVC?
- Replies: 6
- Views: 8693
Re: MinGW instead of MSVC?
I still getting the same error:
Code: Select all
-- LuaJIT: Enabled
-- Target platform: x86
CMake Error at libs/love/CMakeLists.txt:1187 (add_move_file):
add_move_file Function invoked with incorrect arguments for function named: add_move_file
- Fri Jul 17, 2015 9:42 am
- Forum: Ports
- Topic: MinGW instead of MSVC?
- Replies: 6
- Views: 8693
Re: MinGW instead of MSVC?
Yeah, I was having some problems related the SDL installation. I've installed DirectX SDK and also, dropped SDL development binaries over the mingw directory but still. I guess I'll try the megasource thingy as you said. EDIT: Ok I tried to do what you've said, following the steps provided on, https...
- Sun Apr 06, 2014 2:49 pm
- Forum: Support and Development
- Topic: Memory is not getting free'd
- Replies: 3
- Views: 1815
Re: Memory is not getting free'd
This might sound stupid but...
Did you tried using collect garbage function ? Here's how to use it.
Did you tried using collect garbage function ? Here's how to use it.
- Sat Feb 22, 2014 3:58 pm
- Forum: Support and Development
- Topic: Simple SSH Client or data recovering tool.
- Replies: 5
- Views: 5799
Re: Simple SSH Client or data recovering tool.
So, I just need to know how I can make a SSH client.
Actually I found this : https://svn.nmap.org/nmap/nselib/ssh2.lua
How could I use it ?
Actually I found this : https://svn.nmap.org/nmap/nselib/ssh2.lua
How could I use it ?
- Fri Feb 21, 2014 4:11 pm
- Forum: Support and Development
- Topic: Simple SSH Client or data recovering tool.
- Replies: 5
- Views: 5799
Re: Simple SSH Client or data recovering tool.
If they can't , then your only option is to go through every single file that you want to save, cat it on the virtual console, copy it from the browser window and paste it somewhere else. Unfortunately it would be impossible, I have like 8000 files there... So I wanted to do that using luasocket an...
- Fri Feb 21, 2014 2:46 pm
- Forum: Support and Development
- Topic: Questions about using LuaSocket and MD5
- Replies: 7
- Views: 4593
Re: Questions about using LuaSocket and MD5
Well if you're using MD5 to do encryption I recommend you to use the ENet Library (http://leafo.net/lua-enet/).
- Fri Feb 21, 2014 2:36 pm
- Forum: Support and Development
- Topic: Simple SSH Client or data recovering tool.
- Replies: 5
- Views: 5799
Simple SSH Client or data recovering tool.
Greetings, im Yank. Im a young scripter who likes to code in Lua. Im here to ask for help using luasocket and love. I dont know if Lua Socket is the best lib I could use to do what I want but it seems very obvious. Well, lets start. I want to do a simple program which establishes a connection with a...