Off Topic > Off Topic
Programming Megathread
Gytyyhgfffff:
i wouldn't know because there are no dependencies listed on luarocks (im using the windows version of luarocks to try to install luasql) that relate to the unresolved externals
after doing some research, the unresolved externals are windows functions included in some crypt library, which makes the issue look like a failure to link the windows crypt library correctly but i honestly have no clue. the internet as a whole has no clue either because i can't find anyone else who had similar issues
the only thing required is a mysql install but a version isn't specified anywhere that i could see so im just using the latest version. the issue seems to be originating from within the mysql include directory files if that means anything
TheBlackParrot:
(speaking of lua)
SWAT One:
Just started to learn Java. Any pointers for a novice?
Port:
--- Quote from: SWAT One on April 13, 2016, 07:26:06 AM ---Just started to learn Java. Any pointers for a novice?
--- End quote ---
No, only references
[/dumb joke]
Becquerel:
--- Quote from: SWAT One on April 13, 2016, 07:26:06 AM ---Just started to learn Java. Any pointers for a novice?
--- End quote ---
Books can help, but alot of learning programming is making your own code and learning from your mistakes.
I would also recommend you learn a bit about OOP (Object Oriented Programming) once you get the basics under your belt.