Re: [Hamlib-developer] Hamlib 4.5.3 release 🎊
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Philip R. - G. <gm...@bt...> - 2023-01-05 17:18:32
|
After fixing the problem in the other thread, my major application still wouldn’t run. I had a multi-step compile flow for my project and I must have got the include paths screwed up. It runs now. I’ve also moved to using the $PATH variable for pointing to DLLs rather than copying them into the executable directory. Managing directories in MSVC is a pain in the a**e. Sorry for the trouble. Phil GM3ZZA Sent from Mail for Windows From: Black Michael Sent: 04 January 2023 13:32 To: Hamlib Developers; Philip Rose - GM3ZZA Subject: Re: [Hamlib-developer] Hamlib 4.5.3 release 🎊 Sorry...but I can't help debug an application that doesn't have source code available. Mike W9MDB On Wednesday, January 4, 2023 at 07:13:40 AM CST, Philip Rose - GM3ZZA <gm...@bt...> wrote: Thanks Michael.  Yes zzalog.exe is my executable.  It now fails in the call to rig_set_debug(), which I now call before the first hamlib API call (rig_load_all_backends())  The only console output is:-  rig_set_dcs_sql called   The call stack doesn’t show my code where I call this but shows the FLTK scheduler (I think).   Phil GM3ZZA   Sent from Mail for Windows  From: Black Michael via Hamlib-developer Sent: 03 January 2023 22:21 To: Hamlib Developers Subject: Re: [Hamlib-developer] Hamlib 4.5.3 release 🎊  I take zzalog.exe is your executable?  If you turn up the debug level it might help.  rig_set_debug HAMLIB_PARAMS((enum rig_debug_level_e debug_level));  rig_set_debug(RIG_DEBUG_TRACE)  Mike W9MDB      On Tuesday, January 3, 2023 at 03:44:51 PM CST, Philip Rose - GM3ZZA via Hamlib-developer <ham...@li...> wrote:      Thanks Mike, Nate.  I get an exception when I first call a hamlib API. 4.5 was OK, I got a similar fail with 4.5.2.  Exception thrown at 0x5D71C5B0 (libhamlib-4.dll) in zzalog.exe: 0xC0000005: Access violation reading location 0x00002819.  Not very informative I am afraid.  The screenshot doesn’t give many clues either except I am calling rig_get_caps() at the time.  73 Phil GM3ZZA  Sent from Mail for Windows  From: Nate Bargmann Sent: 01 January 2023 01:09 To: Hamlib Developers Subject: [Hamlib-developer] Hamlib 4.5.3 release 🎊  Hi all.                                                                                                                                                                                                                                                                                                                                    Thanks to the hard work of Mike and contributors, Hamlib 4.5.3 has been released. This is primarily a bug fix and stabilization release with no new models added.  From the NEWS file:  Version 4.5.3 2022-12-31  * Fix serial.c for hardware flow control on Linux and MacOSx  * Add QRPLabs QCX/QDX rig -- not quite a TS480  * Fix QRP QRDX firmware bugs in IF message so PTT works now  * FTDX5000 will now remember startup front/read settings and restore it  * Fix FTDX5000 write_delay with microham  * Fix grep error on MingW build  Downloads are available from the usual sources:                                                                                                                                                                      https://sourceforge.net/projects/hamlib/files/hamlib/4.5.3/                                                                                                                                                                      https://github.com/Hamlib/Hamlib/releases/tag/4.5.3  Enjoy and I am wishing everyone a happy and prosperous 2023!  🎉  73, Nate  -- "The optimist proclaims that we live in the best of all possible worlds. The pessimist fears this is true." Web: https://www.n0nb.us Projects: https://github.com/N0NB GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819   _______________________________________________ Hamlib-developer mailing list Ham...@li... https://lists.sourceforge.net/lists/listinfo/hamlib-developer   _______________________________________________ Hamlib-developer mailing list Ham...@li... https://lists.sourceforge.net/lists/listinfo/hamlib-developer  |