Author Topic: I need help to develop a toolbar  (Read 4679 times)

ZDeveloper

  • Guest
I need help to develop a toolbar
« on: July 07, 2012, 12:53:21 am »
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.

Online ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: I need help to develop a toolbar
« Reply #1 on: July 07, 2012, 01:19:39 am »
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.