[Kicad-developers] Grouped items can't be locked

2020-10-31 Thread Brian Piccioni
I am curious as to whether this is intended behavior: I can't seem to lock a group of components. If I lock any or all before or after creating the group the group acts as unlocked. I think that locking a group is useful for example in the case of a board. Not my example, but imagine you have

[Kicad-developers] Help neede with MSVC build

2020-10-31 Thread develop
Hi team, this is my first post here, so greetings to all. Finally I managed to setup MSVC and vcpkg and it compiled all right. But now I'm stuck. When starting KiCad (no matter as a program or within MSVC) from .\build\install\x64-Debug\bin, it is missing the wxwidgets dlls. Starting

Re: [Kicad-developers] Help neede with MSVC build

2020-10-31 Thread Mark Roszko
Ah, I forgot to document that. The "lazy way" is to copy all the DLLs from \vcpkg\installed\\bin to your kicad install bin folder The next lazy way that should work is to add the vcpkg installed triplet to PATH The third way that I haven't used is to use launch.json to set PATH to the vcpkg