News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

cannot find -luser32

Started by bogie5464, January 31, 2011, 03:54:44 AM

Previous topic - Next topic

bogie5464

every time i try to build a program using codeblocks i get a cannot find -luser 32 error what's wrong

ollydbg

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.