Copy link to clipboard
Copied
I'm looking for info on how to change plugin to increase number pixels per side in plugin to greater than 30000 VC++/VS2017. Any example code available?
RONC
Views
Translate
Report
Put this in your PiPL (MyPlugin.r)
PlugInMaxSize { 2000000, 2000000 },
Right click on .r and select compile.
Right click on .rc and select compile.
Compile your plug-in.
Votes
never-displayed