-
Missing `#define DS_SHELLFONT (DS_SETFONT | DS_FIXEDSYS)` in block
https://github.com/rofl0r/microwindows/blob/ba7fa25096549c46effca6cba29b49e388e244bf/src/include/windlg.h#L25-L39
c.f. https://ra…
-
Hello everyone!
I just happened by ELKS and am glad to see there's a lot going on lately!
I noticed that dev86/bcc has been recently replaced by gcc-ia16 and that the Nano-X make still uses bcc.…
-
Hi,
Relating to my comments to getting nano-X running again in the "Nano-X running?" thread, I pulled down both gcc-ia16 and elks, and started the process of building on my Mac OS X system. After a…
-
http://www.microwindows.org seems down.
-
Hello.
My env. Raspberry Pi `Linux raspberrypi 4.14.98+ #1200 Tue Feb 12 20:11:02 GMT 2019 armv6l GNU/Linux`
Microwindows config - `config-linux.fb`.
Problem - **The window does not redraw proper…
-
It seems I am having a problem with SDL2.
This is what I am getting with all my applications in Emscripten (WebAssembly) (Mouse is moving and working)
![image](https://user-images.githubuserconten…
-
When trying to build with allegro 5.2.x the build fails with following error:
```
es/nanox/microwindows-master/src/obj/drivers/scr_allegro5.o /home/giri/workspace/fltk_mvc_template/MVC/packages/na…
-
This HAL implementation will simulate (in a "best effort" sort of way) the actual hardware components of the radio. The biggest focus is on input and output, as the UI is the largest component we will…
-
I built dev86 (ELKS's development environment) and elks from github source yesterday and today tried to build nano-x/microwindows with the config.elks settings.
This resulted in compilation errors …
-
I have a strange issue which I can not figure out.
This is the code I have
HDC hDCMem = CreateCompatibleDC(hdc);
HBITMAP bitmap = CreateDIBSection(hDCMem, &bi, DIB_RGB_COLORS, (VOID**)&lpBit…