Author Topic: help with compile  (Read 3577 times)

Offline quake2420

  • Single posting newcomer
  • *
  • Posts: 3
help with compile
« on: December 16, 2010, 04:04:08 am »
 Why can't include windows.h with code blocks??:)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: help with compile
« Reply #1 on: December 16, 2010, 04:40:57 am »
I vote user error!

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: help with compile
« Reply #2 on: December 16, 2010, 05:46:02 am »
Why can't include windows.h with code blocks??:)
You create a poll.

BTW:
Can the forum administrator to remove the "new poll" button to some where far from "new post"??
People can easily do a mistake. :D
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.