[Gambas-user] another extern math problem
Benoît Minisini
gambas at ...1...
Sat May 28 02:47:18 CEST 2011
> Hi,
> i have another extern math library problem and need your help.
> i want to use the peakfind from fityk lib.
> The working C example code looks pretty easy and the c-code and the
> header file is included in project. Please have a look on the gambas3
> project and explain what i need to do to get it work.
> Thank you wally
Fityk is a C++ library, not a C library. You can only access library written
in C. There is almost no way to use a C++ library outside of C++.
Regards,
--
Benoît Minisini
More information about the User
mailing list