Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Getting started in Windows
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jean-Christophe  
View profile  
 More options Dec 31 2010, 5:45 am
Newsgroups: comp.graphics.api.opengl
From: Jean-Christophe <5...@free.fr>
Date: Fri, 31 Dec 2010 02:45:26 -0800 (PST)
Local: Fri, Dec 31 2010 5:45 am
Subject: Re: Getting started in Windows
On Dec 31, 10:35 am, "James Van Buskirk"

> when Windows processes the CreateWindowEx function,
> it sends the WM_CREATE message to the Window Procedure
> and at this point the window dimensions are something like 12 X 0 pixels.

Sounds strange to me. CreateWindowEx parameters
includes the window's initial width and height.
If you set'em to something like (200,200)
then the window size should be 200x200.

HWND CreateWindowEx( ...
  int nWidth,           // window width
  int nHeight,          // window height
  ... );

> http://home.comcast.net/~kmbtib/Fortran_stuff/example2.zip
> while the triangle rotates, you can see
> about 3 or 4 images are overlapped.

Not on my PC : no overlap at all
and the rotation goes smoothly.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.