Author Topic: cannot find -luser32  (Read 3764 times)

bogie5464

  • Guest
cannot find -luser32
« on: January 31, 2011, 03:54:44 am »
every time i try to build a program using codeblocks i get a cannot find -luser 32 error what's wrong

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: cannot find -luser32
« Reply #1 on: January 31, 2011, 06:02:33 am »
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.