News:

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

Main Menu

Small CPU - Memory Info App.

Started by hutch--, November 19, 2018, 02:49:20 AM

Previous topic - Next topic

hutch--

This one comes with a sales pitch.   :biggrin:

Nearly lost in the mists of time, a technology so ancient that it comes out of the core of the earliest versions of Windows, a design freedom that almost no longer exists except in the nearly forgotten knowledge of the ancient. From the days when you used THE original Windows SDK in an era when code had to be efficient and small enough to run on 16 bit Windows.

While the great unwashed flounder away with their balloons of garbage occupying enough disk space to store an operating system, those who did not trade their skills for the wide and easy path that leads to a job at McDonalds have sharpened their wits with the truly wicked performance that pure assembler is capable of delivering.

---------------------------------------------------------------------------------------------

Funny story, I got this app up and going and it ran perfectly from the editor and from the old Windows File Manager but when I tested it on both the desktop and Explorer, it absolutely would not start. I found it would run if I set the compatibility to Vista which was somewhat less than useful so I tracked it down to using a remote procedure to fill out the Windows memory settings and for reasons that don't make sense, it absolutely would not start.

What I had to do was inline the function calls directly in the WM_CREATE message processing and it worked correctly in Win 10 64 bit. Hope someone likes it.

I can't post the code yet as I have not caught up with the documentation, it contains a couple of custom controls that are not in the last posted library. When I catch up I will post the code.

xanatose

Working fine on Windows 10 64 bit.

Only nitpick is that the line with instruction set string gets cropped.


Gunther

Steve,

The program works fine here under Windows 10 (64 bit). Quite fast and lean it does its job and displays what it should. If you find the code, don't forget to post it.

Gunther
You have to know the facts before you can distort them.

hutch--

I may have posted this zip file elsewhere in the forum. It may be missing some functions but if that is the case, let me know and i will find the missing stuff for you.

Gunther

You have to know the facts before you can distort them.

stevenxie


hutch--

Thanks guys, I gather it would build OK with the current libraries.