Hi MD,
I get this warning a problem other people may come across:
There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "VVVV.Nodes.Generic", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
I guess this means you have to build x86 or x64. Or is this libaray 64bit only?
that warning is fine, target being anycpu it will work with those assemblies (in this case vvvv) without a problem.
now the errors, they're weird, this thing builds automatically on appveyor so basic questions:
Are you cloning submodules too (aka recursively) ? Or if you're just downloading manually note that you need to download submodules separately. Vvvv binaries are supplied via a submodule.
Did you restored nugets?
Have you ticked .NET framework desktop development during visual studio installation?
By any chance you're not trying to compile this as a dynamic plugin are you? It seems to be not the case just making sure.
Hi MD, I get this warning a problem other people may come across:
I guess this means you have to build x86 or x64. Or is this libaray 64bit only?
I also got the following error:
FailingOutput.txt
In the code for "ValueTouchProcessorNode" the 'ftc' on line 115 shows a compile error:
Can't figure out what it is but it seems to be related to many other errors. If you'd like more info just drop me a msg.
yY