Page 1 of 1

CFClient in C?

Posted: Mon Jun 22, 2015 8:57 pm
by gherlein
Has anyone ported the cfclient code to C? If so can you share?

Alternately, if there's a port to a C-like language I could go from there. I see folks have done an Ada port and someone mentioned a java port.

Any C?

Re: CFClient in C?

Posted: Mon Jun 22, 2015 10:45 pm
by Fr4nky
Hello,

If you just need a library without the GUI then this would work:
https://github.com/fairlight1337/libcflie
It is written in C++ but I can send you a wrapper so you can use it with C.

Regards
Daniel

Re: CFClient in C?

Posted: Tue Jun 23, 2015 12:38 pm
by gherlein
Great! I already forked your repo. Cannot wait to play with it. I'm a pure C guy so I'll wrap it - unless you already have that done?

Re: CFClient in C?

Posted: Tue Jun 23, 2015 2:22 pm
by Fr4nky
Hi,

the libcflie repo is not mine ;-)
I created a repo for my wrapper:
https://github.com/Franky333/libcflie-C-wrapper
I wrote it a while ago, so it may not be complete, but the basic stuff works :)

Regards
Daniel