Confused with 64bit

hey!

when i checkout develop-64 and run ./init
i still get a 32bit vvvv.exe

what am i doing wrong here?

elliot

will update the sdk-page next week. meanwhile: when you want to debug 64bit stuff use:

scripts/fetch-binaries --platform=x64

in the bash to get the according executables and in the Addonpack.sln set the Configuration to x64. also don’t user the develop-64 branch anymore. it is old. everything is now merged into develop already.

quoting @Elias it’s actually

scripts/fetch-binaries --platform x64

without the

=