NASM - The Netwide Assembler

NASM Forum => Other Discussion => Topic started by: Gunner on September 03, 2012, 01:56:15 AM

Title: Forum Spam List Checker - Linux Port
Post by: Gunner on September 03, 2012, 01:56:15 AM
I don't have all the time that I would like to work on this.  I have been asked to make a port of FSLC for Linux, this is the beginnings of it.  Doesn't even make a dent in the Windows code.

Figure I could release it and have more heads working on it.

https://github.com/GunnerInc/FSLC-Linux

Incase you haven't heard of Forum Spam List Checker (http://www.gunnerinc.com/fslc.htm)
Title: Re: Forum Spam List Checker - Linux Port
Post by: Frank Kotler on September 03, 2012, 02:11:21 PM
I don't know if I'll be able to contibute anything to this. Looks over my head. I notice, though, that you've got a few "stdcall" functions mixed in with the "cdecl". Might be a "bug breeding area"...

Best,
Frank

Title: Re: Forum Spam List Checker - Linux Port
Post by: Gunner on September 05, 2012, 12:16:17 AM
Yes, I am aware of the mixed calling conventions.  GTK uses cdecl, and my functions use stdcall, I might even use fastcall once in while.

I am going to spend some time commenting the code.  It would be a good learning experience if anything for you :-)