Author Topic: Forum Spam List Checker - Linux Port  (Read 9546 times)

Offline Gunner

  • Jr. Member
  • *
  • Posts: 74
  • Country: us
    • Gunners Software
Forum Spam List Checker - Linux Port
« 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

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Forum Spam List Checker - Linux Port
« Reply #1 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


Offline Gunner

  • Jr. Member
  • *
  • Posts: 74
  • Country: us
    • Gunners Software
Re: Forum Spam List Checker - Linux Port
« Reply #2 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 :-)