Thread: GetClassLongPtr not found

  1. #1
    Registered User
    Join Date
    Nov 2008
    Posts
    18

    GetClassLongPtr not found

    hi you good working helpers,
    i am using the SetWindowLong function and want to change it to GetClassLongPtr' for 64bit support but i get this error:
    `GetClassLongPtr' undeclared (first use this function)

    i had the same problem with SetWindowLongPtr yesterday, but thats works today - i changed nothing on that code, i just sleeped a while.
    i am using dev-cpp for compiling(i am writing with a texteditor and compiling with devcpp), it seems to be a little bit buggy - what can i do? it makes me sick changing the compiler everyday ... and i am not tired at the moment .

    mfg stev, berlin
    Last edited by electrohippi; 11-12-2008 at 12:52 PM.

  2. #2
    Registered User
    Join Date
    Nov 2008
    Posts
    18
    aaarg GetWindowLongPtr not GetClassLongPtr ... such a fool. it works now. thread can be delete if you want.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  2. Quantum Random Bit Generator
    By shawnt in forum C++ Programming
    Replies: 62
    Last Post: 06-18-2008, 10:17 AM
  3. Puzzled.
    By silhoutte75 in forum C Programming
    Replies: 13
    Last Post: 01-21-2008, 05:17 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM