News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

FloodFill and ExtFloodFill

Started by zedd151, February 26, 2025, 03:08:52 PM

Previous topic - Next topic

zedd151

Re: GDI leaks...
 :toothy:  Don't you hate it when that happens.   :biggrin:

Anyway I have updated the image in post #1. It closely resembles the original game graphics. Maybe not pixel for pixel in the "tic - tac - toe" banner, but most of the other graphics are a match. The O's might be a little off, though.  :smiley:

I am going to now integrate the drawing functions and WM_PAINT (in its entirety) into the original code.
Hopefully I can package it all up, and never need to look at its code again!  :greensml:
¯\_(ツ)_/¯   :azn:

'As we don't do "requests", show us your code first.'  -  hutch—

zedd151

#61
Quote from: zedd151 on March 02, 2025, 01:51:28 PMI am going to now integrate the drawing functions and WM_PAINT (in its entirety) into the original code.
Nope. That had some issues. It appears that the window DC was getting corrupted somewhere, and I could not locate exactly where...
Sooooo.....  I am rewriting it from scratch, except for the new graphics stuff. I have updated the current code and attachment for tic-tac-toe Here

The tic-tac-toe rewrite is about as close to finished as it needs to be... it wasn't all that hard to rewrite it.
Btw, no other issues found regarding FloodFill and/or ExtFloodFill. That issue is now fully resolved.
¯\_(ツ)_/¯   :azn:

'As we don't do "requests", show us your code first.'  -  hutch—