Search the Community
Showing results for tags 'vcc'.
-
I created my vex function, ofcourse i can <include> it in wrangle. But can i compile and use it as intrinsic vex function? I tried to do this, but after all, function is still undefined. I compiled with this command: vcc.exe -c cvex --generate-intrinsic-lib myfunc.vfl After that i copie...
-
I had what is hopefully a quick question about dsos being used by vfl files. I have a compiled dso, and in my vfl I am calling one of the functions that my dso declares. When using vcc to compile my vfl, it states that my function is undefined. From within a houdini shell I can run: $HFS/bin/vcc -...