Re: probs with a simple program

From: Victor Bazarov (v.Abazarov_at_comAcast.net)
Date: 12/25/03


Date: Thu, 25 Dec 2003 16:36:32 GMT


"Claus Nietzsche" <claus.n@hotmail.com> wrote...
> first of all i wanna thank you for qour help.
>
> so you mean that you didnt get any error message in the following line?
> void DoDrawRect(Rectangle);???

No, we apparently didn't.

> which compilers did you try it on?

Comeau online test-drive.

> im using dev-c++ 4.9.8.0

Shouldn't be of any difference.

I have a suspicion, however. If your compiler includes <windows.h>
somewhere behind the scenes, unbeknownst to you, you may get some
kind of definition interference from MS Windows types.

Victor