You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Developer Command Prompt for VS2015 and the INCLUDE=<repo_path>\include environment variable. It compiles but is not loaded by DaVinci Resolve. I already try with other plugin binaries and they works (I don't compile them, I download them).
I want to develop my own plugin so I need to learn how to compile a simple plugin for an Video Editing Application like DaVinci Resolve.
I'm missing something?
The text was updated successfully, but these errors were encountered:
In other hand I tried with the next https://github.com/ofxa/openfx/tree/master/Support/Plugins and only the noise and retimer were compiled successful and detected by DaVinci Resolve... but I should research more about it :)
How should I compile the OpenFX example plugin for DaVinci Resolve?
I'm compiling the next source code:
https://github.com/ofxa/openfx/tree/master/Documentation/sources/Guide/Code
I'm using
Developer Command Prompt for VS2015
and theINCLUDE=<repo_path>\include
environment variable. It compiles but is not loaded by DaVinci Resolve. I already try with other plugin binaries and they works (I don't compile them, I download them).I want to develop my own plugin so I need to learn how to compile a simple plugin for an Video Editing Application like DaVinci Resolve.
I'm missing something?
The text was updated successfully, but these errors were encountered: