News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

I need help to develop a toolbar

Started by ZDeveloper, July 07, 2012, 12:53:21 AM

Previous topic - Next topic

ZDeveloper

I want to develop a toolbar that allows developers to create graphical interfaces with this plugin that I need help to develop this plugin (toolbar)
thank you.

ollydbg

So, what have you done? What's you exact problem?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.