Re: [Hamlib-developer] (no subject)
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: G0GJV <g0...@go...> - 2022-08-31 15:15:12
|
I've gone back to basics, and regenerated everything. I can now build and run with MSVC. My main Qt build now has it's own compilation issues - none of you concern! BUT if I add e.g. #include <io.h> after #include <hamlib/rig.h> the #defines of /* Wrap cancellation points */ after l1381 in winpthreads.h causes all sorts of problems. I note that in the original pthreads.h these get skipped unless __WINPTRHEAD_ENABLE_WRAP_API is defined. Maybe this should be included in your winpthreads.h? Also, if you include rig.h in multiple compilation units, I get linker complaints that the winpthreads functions are defined multiple times. Mike G0GJV > I still cannot compile and run with MSVC > > What are you compiling, with which compiler? > > Mike G0GJV > > > So what's your status on this? My compile worked. > > > > Mike W9MDB |