FLHash Tool version 2.00
-
M0tah wrote:
For not being a coder that’s excellent code; great work and thanks for sharing!One suggestion for future posts: enclosing the code in```
tags preserves the formatting of the text so indentation isn’t lost.Oops…can’t believe I forgot about the formatting. This has now been fixed. Thanks, M0tah.
– The Haen.
-
Well, what can I say?
You guys are overwhelming!!
-
May not be the right place here to ask this, but not having any experience with C I’m itching to know your secrets guys…
With source code like this one, how would I go about compiling it, what do I need, and what would it give me, an .exe file?
-
First you will need a C compiler. A nice free one is GCC. Instructions on how to install the Windows port can be found here. Once you have GCC installed you can compile the program. Save the source code to a .c file, such as flhash.c. Then open a command prompt and cd to the directory containing flhash.c. Enter the command
gcc -o flhash.exe flhash.c
This will compile the source code in flhash.c to an executable file called flhash.exe. You should be able to run flhash and it will print out the help.```flhash
Error: wrong number of arguments.
Usage: flhash [-e | -f | -h | -l] [nicknames] …
… -
Thank you!!
-
Uploads seem to be working again, so I’ve uploaded the file onto the site. It should be there soon pending admin approval.
– The Haen.
-
Duhhhh……
OK, I give up!
Where is it??!!
-
StarTrader wrote:
Duhhhh……OK, I give up!
Where is it??!!
Huh? It’s right there under the Downloads section…2nd item under the Freelancer Critical Downloads section as of the posting of this post.
– The Haen.
-
Ah!
Oh yes, got it thanks…
blind as usual!