microdee / mp.essentials

Essential nodes from mcropack
MIT License
4 stars 2 forks source link

Build Errors #2

Open YanYas opened 6 years ago

YanYas commented 6 years ago

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?

I also got the following error:

FailingOutput.txt

In the code for "ValueTouchProcessorNode" the 'ftc' on line 115 shows a compile error:

) expected

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

microdee commented 6 years ago

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: