News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Just playing with ObjAsm32 PixelMap: a progressbar

Started by HSE, August 07, 2018, 05:40:23 AM

Previous topic - Next topic

HSE

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

       
Equations in Assembly: SmplMath

avcaballero

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.

zedd151

Quote from: caballero on August 07, 2018, 04:27:26 PM
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    :biggrin:

I did a quick google, and it came up first...

LiaoMi

ObjAsm32 has this dll in the supplied package  :t

HSE

Quote from: caballero on August 07, 2018, 04:27:26 PM
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.
Equations in Assembly: SmplMath

avcaballero

Now it goes right, but when it reaches the end it gets blurred

HSE

Yes  :biggrin:, I was testing something that don't work very well. I uploaded again.
Equations in Assembly: SmplMath

avcaballero