Search

Items tagged with: retroprogramming



meanwhile both winocm-hacked-qemu-alpha and gdwnldsKSC's es40 emulator come with ability to install windows nt/2000 axp on them, and having different set of issues while I tried to compile stbiview(picview) on them.

compiling j40 in alpha is getting "error C2099: initializer is not a constant" on some float variable declaration is just strange, and some other float variable declaration with division gets "error C2124: divide or mod by zero" while divisor is not zero.

even if these float variable declarations are workarounded by manually evaluating them, it can still be miscompiled and crash when affected code is being executed.

#retrocomputing #retroprogramming #dec #alpha #axp


The media in this post is not displayed to visitors. To view it, please go to the original post.

this time I tried to tell google gemini to generate all code from /dev/null (not really, but from my vague prompt) for a picture viewer using stb_image.
kind of working, but doesn't look good in win32s.
source: github.com/roytam1/stbiview
#retrocomputing #retroprogramming