Pavel P
Pavel P
I've dealt with different libs in 20+ years doing c++ but this one is dead broken. I simply cannot build it. I use vs2022. Can't you provide something that actually...
`_WIN32` is the proper check for compilation for Windows. `WIN32` is defined when `Windows.h` is included or could be defined by some projects
I installed clang power tools vs extension, but I rarely use it. However, it constantly reminds me of it:  This popup is extremely annoying, it doesn't show up just...
`_mm_cvtsi128_si64`, `_mm_crc32_u64`, and `_mm_extract_epi64` intrinsics are available only when building for x64. In order not to disable crc32 optimizations for 32-bit builds, equivalent code is implemented using intrinsics that are...
There are multiple issues. First of all, it has to show the module I opened at the top. Specifically, I wanted to check if a dll is a x86 or...
when input buffer is less than 8 bytes these will corrupt memory. I think these start writing at tmp[-4]. If input buffer size is 0, then lz4 will be called...
Seems like a nice idea to use that standard format, but it's really not that great idea. For a simple reason: it opens endless can of worms dealing with EDT/EST...
I build FlifWICCodec.dll but it does not register. `regsvr32 FlifWICCodec.dll` fails with 