News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

GUI console

Started by Michael, July 29, 2009, 09:22:40 AM

Previous topic - Next topic

hutch--

 :bg

Quote
i went to great lengths to make my machine run fast when i open something i want it to - BANG - pop up on the screen and when i close it - BANG - disappear

Must be tarred with the same brush, I use win2k with all of the junk turned off and every tweak I can find to make the interface faster. If the app is only instantaneous its not fast enough, it has to finish by the time the ENTER key hits bottom.  :P
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Michael

Just to see if the DLL interface was viable, I've written a c demo app that interfaces phos.dll.
(The MASM32 source of the DLL has also been updated.)

The DLL could be nice for c/asm programmers who wish to avoid the Win32 API altogether but
still require a visually pleasing GUI interface. ::)

C sample application (LCC-Win32) using phos.dll: http://ok-schalter.typepad.com/files/phos_c.zip
DLL + test app source (MASM32): http://ok-schalter.typepad.com/phos-win32-dll.zip

Ed997



   Michael,

  Your links are dead, perhaps you could make the downloads available thru the forum.
Thanks much.

...... Ed

Michael

Shame on me - most recent version attached : -)

dedndave

very cool, Michael   :U
no crash when i resize (vertically)
i suppose if you wanted to resize horizontally, you'd have to handle line-wrap, which is context-dependant
this thing is slicker than hot snot on a glass doorknob   :bg
now, we just need to get ms to re-write cmd.exe - lol

Ed997



    Wow .... that was fast. It will take me a few days to to look at this (perhaps). Thank you very much Michael !

... Ed