Can't disable compilation for individual node
-
Troubleshooting a project here. I'm trying to enable only a single node for dll compilation, but enable/disable compilation seems to be working on a global scale. Disabling compilation on one node affects all.
Any thoughts?
-
@Christoph-Hart I believe this is what's jamming up my old project. It's trying to compile nodes that I had previously set to disable.
And I just noticed that even if all nodes are set to disable, the Compile DSP network dialog lists all nodes in the compile list. -
@Dan-Korneff said in Can't disable compilation for individual node:
@Christoph-Hart I believe this is what's jamming up my old project.
Nah. something else is up. Still getting a non-valid dll on export
-
@Dan-Korneff you need to go into each network and disable compilation there.
-
@Christoph-Hart I just figured that out
Still trying to figure out what's up with the invalid dll