Click here to Skip to main content
15,892,697 members
Articles / Multimedia / GDI

phos: A Console GUI Component

Rate me:
Please Sign up or sign in to vote.
4.90/5 (20 votes)
17 Aug 2009CPOL7 min read 43.3K   1K   49  
A DLL implemented in assembler featuring a console GUI component
This project is the development of a DLL which encapsulates a visually pleasing, customizable text console component written in assembler. On startup, the DLL puts up its application window which the client of the DLL can control using a simple API including a printstr statement, without any knowledge about the Win32 API.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Germany Germany
I currently work as a self-employed language translator. Back in school, I learned what must have been VAX Basic - phosphor green code on a glass tube. After transitioning from a VAX terminal to a Sinclair ZX81, I eventually got an Apple IIe and taught myself 6502 machine language. The past 30-odd years since have seen projects in various languages, for example Paver, a project built around a DIY CPU called Sonne-16.

Comments and Discussions