cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.06k stars 253 forks source link

Updating Hamlib to v4+ #867

Closed vsonnier closed 3 years ago

vsonnier commented 3 years ago

Hamlib 4+ has been relreased : https://github.com/Hamlib/Hamlib/releases/tag/4.1

This is the update of Hamlib to v4+, in particular Windows binaries.

So far I modified CMakeLists.txt to accomodate the lib name change (-4 instead of -2) and added the Windows binaries, and one constant in a Cubic .cpp

So far it compiles (with warnings) both for Win32 and Win64 using VS2019 v16.5

Edit :

I'm using in both cases the Win Dlls from the Hamlib releases .

Vincent

vsonnier commented 3 years ago

Updated for v4.1, changed title and such.

vsonnier commented 3 years ago

Hamlib v4.2 has just been released: it runs under Win32 / Win64 without crashing this time.