Search:

Type: Posts; User: MoosTone

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,773

    Trying to emulate a terminal screen

    I'm writing an emulator for a homebrew computer I've built. I would like to create a window that I can treat just as the real hardware screen.

    It almost needs to be a simple console app, except...
  2. Replies
    1
    Views
    1,127

    Can't draw text to window

    I'm just trying to output the value of a variable to a window.

    Here is the function I run after a WM_PAINT message:


    void OnPaint(HWND hWnd,MACHINE *machine)
    {
    RECT rect;
    ...
Results 1 to 2 of 2