The MASM Forum
Projects => Game Development => Topic started by: HSE on August 07, 2018, 05:40:23 AM
-
Hi all!
Beginning to study how work this kind of ... graphic factory?
The original idea was to make a circle like Fearless' CircleBar but ... no matter.
Beside usual commands, I added 2:
* PBM_RESET, arg where arg it's where to begin (usually 0)
* PBM_STEPING, arg where arg is 1 or 0, for drawing bars borders or not
-
If I try to execute a2.exe I get an error that says: The program cannot initiate because has not been found ResGuard.dll in the system.
-
If I try to execute a2.exe I get an error that says: The program cannot initiate because has not been found ResGuard.dll in the system.
ResGuard.dll (http://masm32.com/board/index.php?topic=635.0) :biggrin:
I did a quick google, and it came up first...
-
ObjAsm32 has this dll in the supplied package :t
-
I get an error that says: The program cannot initiate because has not been found ResGuard.dll in the system.
Sorry. I forget enabled the debugging system. Corrected in first post.
It's a very interesting system (an evolution of Vkim system) that work even if your program is plain masm (but you have to install the package). The system can detect leaks, very usual using GDI in new graphic functions.
-
Now it goes right, but when it reaches the end it gets blurred
-
Yes :biggrin:, I was testing something that don't work very well. I uploaded again.
-
Now everything seem to go right :t