Hello,everyone
I am fresh for vvvv
So i have a problem
How can i use vvvv to exporter .exe.
helo timothy,
that is not possbile. on every system you want a vvvv patch to run you need to have vvvv.exe running.
Hello,everyone
I am fresh for vvvv
So i have a problem
How can i use vvvv to exporter .exe.
I just want to hide the code of patch
Can i exporter .exe, If i buy VVVV.
if you pay Joreg enough Money he might program an exe Compiler ;)
you can also instruct vvvv to not show the patch window with the -shutup commandline parameter.
Can you explain that a bit more Diki? Way I did it was scaling the Patch very small, and than save it.
by creating a simple batch file containing a line like
vvvv.exe /o “path to/my patch.v4p” /shutup
you can instruct vvvv to start a patch without showing the patch windows.