This is done all the time with embedded systems. What do you generally write OS OS.
Are you developing a hardware embedded device?
Some sample systems.
PARADIGM C ++ PROFESSIONAL IDE . Borland C ++ 4.5 with many built-in extensions. I used it.
PocketPC and Windows CE may be candidates.
There is also Windows Embedded .
Edit: For clarity, below for the X-Ray Generator, where all the code I created was the OS. This is not a Win-Embedded, not a pink mobile phone.
If you have memory (Compact Flash card, SD card or enough memory, etc.), create and save all user interface elements as bitmap images. I used GIMP to create graphic elements and HEXWorkshop to convert them to binary format, which the device “understood”.
Hot spots (regions / rectangles) are created in the user interface that act as buttons or something else that can trigger events that mimic OnClick, etc. Hope this should get you started. Find the Win32 "OwnerDraw" buttons. It will show you a good methodology for this, especially if you are in Windows Embedded.
If you're interested in Linux, go here: http://www.linux.org/dist/ they have a tiny linux distribution for embedded systems.
NTN
source share