#155912 - silent_code - Mon May 05, 2008 4:23 pm
OH NOES! i have accidentally posted this into hw instead of offtopic! could a mod please correct this?!
as you pobably have seen (or not, doesn't matter), i have asked about the windows system menu icon not showing, despite the fact, that i've tried every possible way to let it be displayed...
but there's more that i hate about win32 window handling (in mingw gcc)...
i probably have to rewrite my whole window handling system... going to fullscreen and back during runtime is a pain and will often fail, multisampling will refuse to work, despite the fact that i have everything setup just RIGHT. it won't do the SetPixelFormat, although the format is perfectly valid (tested with another application) ... damn it!
plus, giving the user (which includes me) maximum flexibility at minimum coding effort by making everything "just work" with different window types makes it even more complex given all the errors the API will generate.
during all the development time i probably haven't spent as much time on any other sub system as on the windowing system (with several rewrites and design changes - every time i got something fixed but never for all situations.)
it's back to pen and paper, i guess.
sad panda. very sad panda.
so hereby, i name it my "Personal Coding Nemesis"!
what is your PCN?
Last edited by silent_code on Tue May 06, 2008 12:25 am; edited 2 times in total
as you pobably have seen (or not, doesn't matter), i have asked about the windows system menu icon not showing, despite the fact, that i've tried every possible way to let it be displayed...
but there's more that i hate about win32 window handling (in mingw gcc)...
i probably have to rewrite my whole window handling system... going to fullscreen and back during runtime is a pain and will often fail, multisampling will refuse to work, despite the fact that i have everything setup just RIGHT. it won't do the SetPixelFormat, although the format is perfectly valid (tested with another application) ... damn it!
plus, giving the user (which includes me) maximum flexibility at minimum coding effort by making everything "just work" with different window types makes it even more complex given all the errors the API will generate.
during all the development time i probably haven't spent as much time on any other sub system as on the windowing system (with several rewrites and design changes - every time i got something fixed but never for all situations.)
it's back to pen and paper, i guess.
sad panda. very sad panda.
so hereby, i name it my "Personal Coding Nemesis"!
what is your PCN?
Last edited by silent_code on Tue May 06, 2008 12:25 am; edited 2 times in total