vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Source repo doesnt work in 2022.5 #78

Closed tebjan closed 1 year ago

tebjan commented 1 year ago

Following the readme description, the source package binaries don't get loaded.

When checking the modules window in visual studio, it always shows that the VL.Stride binaries next to vvvv.exe are loaded. If they are deleted, vvvv.exe doesn't start at all.

What is the new way to check out VL.Stride locally and use it as a source repo?

azeno commented 1 year ago

Hm I think it was configured to overwrite the dlls in the lib folder - and that lib folder doesn't exist anymore in 2022.5, so I guess you simply need to remove the lib part here: https://github.com/vvvv/VL.Stride/blob/preview/2022.5/packages/VL.Stride/src/VL.Stride.csproj#L16

tebjan commented 1 year ago

So this should be the path where the vvvv.exe is that is used? In this case, it is a custom vvvv installation used for the project.

tebjan commented 1 year ago

That works almost, but vvvv.exe complains that the referenced dll is a different one:

image

Can the version be set somewhere?

azeno commented 1 year ago

I just pushed a fix - simply pull