degski

Results 22 comments of degski

Yes, it's the `LPCTSTR` that causes the problem. "Could you tell me how to open a file in Windows using a const wchar_t * as pathname?" A wchar_t has size...

@myd7349 Originally I wrote: "Compiling with option Multibyte code does make this compile", it does `WideCharToMultiByte` for the whole project, yes it works. This was not what I was talking...

@myd7349 Yes, that's what I mean. Natively it's unicode all the way (MS recommends to compile with UNICODE!), so the conversion, really does a conversion, and back, so you can...

Hi, Thanks for your comments! Header only is good. Would it be possible to re-organise the layout of the GitHib folders to have an include folder (including all that is...

Thanks for the clarification. Based on your comments, I guess, that f.e. the example "matrix", which has `#include ` and `#include ` on lines 24 and 25, respectively, is a...

@Cyan4973 Great, I was a bit surprised that code stopped compiling last time around. Then I did figure out the `LZ4F_STATIC_LINKING_ONLY` flag, which solved my problem [as that's what I...

That depends (on Windows) where you get the memory from, as far as I know (VirtualMemory is zeroed), the padding bytes are undefined (so it depends on what the allocator...

I'm just pointing out to how to keep the padding of an object under control as it might be that comparison might depend on it (like with `std::memcmp` ) as...

@HDembinski The only thing I was stating is that you seem to say there is some merit in using a Binomial Distribution in certain use-cases. This, therefor might warrant a...

@serge-sans-paille Please don't "move" it into Boost, but at least maintain a stand-alone version, like Asio and Beast f.e.. Your lib is pure genius b.t.w., you need to see the...