On Wed, 29 Dec 2021, Martin Storsjö wrote:
On Wed, 29 Dec 2021, Gisle Vanem wrote:
So now, I'm trying to use the above imp-libs in
a MSVC x86 'link.exe' step. The 'hsmodem.exe' program links
fine, but running it fails with missing 'codec2_bits_per_frame'
etc.
I believe this is a known issue
在 2022-01-11 03:29, Tom Ritter 写道:
I've changed BOOL -> WINBOOL (although this is the only use of WINBOOL
in the file)
-tom
Thanks for the patch. I pushed it to master now.
Use of `WINBOOL` instead of `BOOL` (which is a typedef for `bool` in objc) is mandatory for new
stuff. There may
On Tue, 11 Jan 2022, Pali Rohár wrote:
On Tuesday 11 January 2022 11:40:45 Martin Storsjö wrote:
On Mon, 10 Jan 2022, LIU Hao wrote:
在 2022-01-01 05:54, Pali Rohár 写道:
Well, if you want from me any improvements in this patch, I can do it.
Just let me know what is needed to fix/change.
How
On Mon, 10 Jan 2022, LIU Hao wrote:
在 2022-01-01 05:54, Pali Rohár 写道:
Well, if you want from me any improvements in this patch, I can do it.
Just let me know what is needed to fix/change.
However, cleaning the code from such workarounds seems tempting. I wonder
if
there is a real use case