Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. why not using GetWindowInfo funtion?

why not using GetWindowInfo funtion?

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestionworkspace
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    boyhill
    wrote on last edited by
    #1

    sytem environment:vc6 sp6,win2000 sp2:rose: WINDOWINFO wi; ::GetWindowInfo(m_hWnd,&wi); error: C2065: 'WINDOWINFO' : undeclared identifier C2146: syntax error : missing ';' before dentifier 'wi' C2065: 'wi' : undeclared identifier C2039: 'GetWindowInfo' : is not a member of '`global namespace'' C2065: 'GetWindowInfo' : undeclared identifier

    C M 2 Replies Last reply
    0
    • B boyhill

      sytem environment:vc6 sp6,win2000 sp2:rose: WINDOWINFO wi; ::GetWindowInfo(m_hWnd,&wi); error: C2065: 'WINDOWINFO' : undeclared identifier C2146: syntax error : missing ';' before dentifier 'wi' C2065: 'wi' : undeclared identifier C2039: 'GetWindowInfo' : is not a member of '`global namespace'' C2065: 'GetWindowInfo' : undeclared identifier

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You need to install the platform SDK to use this function, according to the MSDN. Christian As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet. Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.

      1 Reply Last reply
      0
      • B boyhill

        sytem environment:vc6 sp6,win2000 sp2:rose: WINDOWINFO wi; ::GetWindowInfo(m_hWnd,&wi); error: C2065: 'WINDOWINFO' : undeclared identifier C2146: syntax error : missing ';' before dentifier 'wi' C2065: 'wi' : undeclared identifier C2039: 'GetWindowInfo' : is not a member of '`global namespace'' C2065: 'GetWindowInfo' : undeclared identifier

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        Your question is answered in the VC forum FAQ. --Mike-- http://home.inreach.com/mdunn/ You are the weakest link, GOODBYE!

        B 1 Reply Last reply
        0
        • M Michael Dunn

          Your question is answered in the VC forum FAQ. --Mike-- http://home.inreach.com/mdunn/ You are the weakest link, GOODBYE!

          B Offline
          B Offline
          boyhill
          wrote on last edited by
          #4

          Thanks, All OK!:-D

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups