Lars Nilsson

Results 10 comments of Lars Nilsson

It would work fine as far as I'm concerned, if it does not seem to pollute the "namespace" of keys too much. Assuming it being a key to an array...

For csources, I guess it might be required to use `pkg-config --cflags` or `pkgconf --cflags` (assuming Windows supports is in place for vcpkg) for additional include directories and compile flags...

> I already proposed using [libpkgconf](https://github.com/pkgconf/pkgconf) once before. I was not aware of pkgconf existing as a library as well. I have no strong attachment to what means is used,...

I have personally not done a whole lot of cross compilation, but from what I can tell, pkg-config and pkgconf offer support for it, in the form of setting environment...

Since pkg-config is more or less targeting linking, and C flags for compilation, I'm not sure if trying to tweak it to support c3 files is suitable. That would seem...

On Linux you'd use `pkg-config`, and on Windows you'd use `pkgconf`, and if the option `--libs-only-L` is used for either, the output from such a command would be a string...

I have no strong objection to not allowing it. I was mainly following the documentation for the desired functionality, and ran into the crash. Ticket can be closed as won't...

Verified my test case results in the output of 4 for both ways of computing the offset. Fixed as far as I can tell!

Sure, I can certainly leave it open, if it helps with testing down the road. I can mention that my build environment is Developer PowerShell for VS2022 which, on my...

I have the same need (on Windows) to run more than one service instance (2, to be exact). I added an optional "-name" parameter to the service registration that replaces...