Re: [Hamlib-developer] W11 X64 build
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: <gm...@bt...> - 2024-09-08 18:56:00
|
I wasn't sure how to run rigctl from a windows terminal, so I thought I'd run my app with RIG_DEBUG_TRACE. And it ran through load_all_backends() OK and successfully found the rig inaccessible. The rig would have been IC-705 accessed using wfview (accessed using NET rigctl). It also finds the rig OK if I start wfview before launching zzalog. It also runs OK when I run with my default of RIG_DEBUG_ERROR. It looks like in closing and restarting MSVC I've got the correct software linked together. Sorry about the fuss 73 Phil GM3ZZA ________________________________ From: Black Michael <mdb...@ya...> Sent: 08 September 2024 5:25 PM To: Michael Black via Hamlib-developer <ham...@li...>; gm...@bt... <gm...@bt...> Subject: Re: [Hamlib-developer] W11 X64 build Can you test using rigctl and produce some debug output and duplicate the problem? Use the "K" command to set split mode On Sunday, September 8, 2024 at 11:00:36 AM CDT, gm3zza--- via Hamlib-developer <ham...@li...> wrote: 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 _______________________________________________ Hamlib-developer mailing list Ham...@li... https://lists.sourceforge.net/lists/listinfo/hamlib-developer |