Changes to SelectObject Function in VC++6

Started by
0 comments, last by Diego 24 years, 8 months ago
According to my programming books the Select Object function is supposed to return an HGDIOBJ struct (the old object) so that it could be set back later. However, according to VC++6 (specifically the little tooltips that comes up when I move the mouse over the function call in my code) the SelectObject function returns a "void* __cdcel" or something like that. Setting an explicit type on the pen/brush doesn't help. Is there another function to get the old object before changing it? or is it safe to just set an object to NULL when shutting down my program?
Thanks.

------------------
<Diego>

-Diego"What is wrong with the world today, the government, the media, or your family?"~Papa Roach
Advertisement
I'm not positive, but I _believe_ that it is ok to set the object to NULL when quitting the app.

If I am wrong, then hopefully someone will correct me.

Khawk

Admin for GameDev.net.

This topic is closed to new replies.

Advertisement