[Hamlib-developer] W11 X64 build
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: <gm...@bt...> - 2024-09-08 15:59:11
|
I realised I am still using hamlib 4.5.5 on my W11 64-bit machine MSVC 2022, and some expected functionality was missing - it didn't flag that the rig capabilities did NOT include RF Power Meter when my app checked it (it does on my linux version). I've downloaded the latest snapshot and the libhamlib-4.lib file did not work. Initially it didn't find the .dll so I presumed the .lib wasn't correct. I recreated it using: C:\Program Files\hamlib-w64-4.6~git\lib\msvc>"c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\bin\Hostx64\x64\link.exe" /lib /machine:X64 /def:libhamlib-4.def Which differs slightly (in bold) from the READ file instructions. I now get the following error: Exception thrown at 0x0000000059013E20 (libhamlib-4.dll) in zzalog.exe: 0xC0000005: Access violation reading location 0x0000000000003EF6. From the call stack I see it's at: libhamlib-4.dll!rig_set_split_mode() + 0x50 bytes Unknown Phil GM3ZZA |