How do i compile CustomizeToolbar plugin?
-
So , i’m trying to fix some handle leaks in the customize toolbar plugin but i have no idea how to compile to win32 dll…
I’ve tried building my own solution (visual studio 2019) but i’m lost.In the highlighter plugin i managed to fix gdi leaks and compiling wasn’t complicated, i just had to run Highlighter.sln and it was all neatly set up for me.
Any pointers will be greatly appreciated!
(and yes i know npp has support for customizing the toolbar) -
@MiM said in How do i compile CustomizeToolbar plugin?:
I’ve tried building my own solution (visual studio 2019) but i’m lost.
I would have suggested the same … what is the problem or what error is occurring? Have you adjusted the includes?
-
@Ekopalypse Eh, i just created a new dll project but i didn’t know where to put the customize toolbar source files.
I thought npp plugin template would give me some insight but i had no luck.
I’ll give up for now.