GetWindowRect_() returns wrong values on Vista...

Windows specific forum
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

GetWindowRect_() returns wrong values on Vista...

Post by Joakim Christiansen »

I like logic, hence I dislike humans but love computers.
Brice Manuel

Post by Brice Manuel »

According to that link, it was fixed in RC1. It "shouldn't" be an issue in the retail version?
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

But it sure is :lol:
I like logic, hence I dislike humans but love computers.
Brice Manuel

Post by Brice Manuel »

lol, thats why I said it as a question. Issues like this is why I am now using a custom GUI system. I am tired of the bugs and incompatibilities that Windows has with its own API & GUI.
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

>I am tired of the bugs and incompatibilities that Windows has with its own API & GUI.

Huh?

Name a few ..

:)
Brice Manuel

Post by Brice Manuel »

Edwin Knoppert wrote:>I am tired of the bugs and incompatibilities that Windows has with its own API & GUI.

Huh?

Name a few ..

:)
Best left for another thread :wink:
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Out of curiosity, what custom gui system do you use?
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

GetWindowRect_() works fine for me on Vista Ultimate. How is it returning incorrect values for you? Can you give a little example code?

It was fixed for retail and seems to work fine.

("I am tired of the bugs and incompatibilities that Windows has with its own API & GUI."

LoL,,,,,like no other OS in the world has bugs and incompatabilitites. To which ones are you refering? But its correct to say this question is better left to another thread at another time. Anyway, in context with the thread topic, If GetWindowRect_() works fine for me and others but not for some, where is the bug or incompatability at and how do you classify it so globally as a bug and incompatability for everyone? :) )
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

SFSxOI wrote:If GetWindowRect_() works fine for me and others but not for some, where is the bug or incompatability at and how do you classify it so globally as a bug and incompatability for everyone? :) )
It works fine in some cases, but NOT all. I can give you an example later.
I like logic, hence I dislike humans but love computers.
Post Reply