1
General Discussion / Re: Spam Bots
« on: November 05, 2025, 11:46:54 pm »
Sounds like bots are downloading the themes, can't imagine enough users for that many downloads
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
QSINIT - 2025-08-10
QSINIT had been updated (2025-08-10):
Binary: ftp://212.12.30.18/public/QS/QS_LDR.ZIP
Source Code and SDK: ftp://212.12.30.18/public/QS/QS_SDK.ZIP
QSINIT is a small 32-bit something (you may call it an operating system, or a "small DOS"), that you can write applications for, and that may act as an OS/2 kernel bootloader.
The author of this software, Dmitry Zavalskov, has reserved the copyright to himself. The binary is released as freeware, the source code as freeware for non-commercial use.
gcc -c -o Mandel.o Mandel.c
Mandel.c: In function 'MandelWndProc':
Mandel.c:170:20: warning: passing argument 1 of '_beginthread' from incompatible pointer type [-Wincompatible-pointer-types]
170 | _beginthread (SaveThread, 0, 4096, &pfdFileDialog.szFullFile);
| ^~~~~~~~~~
| |
| void (__attribute__((system)) *)(char *) {aka void (*)(char *)}
void APIENTRY SaveThread (char *path);Not sure of the fix.Can you please now check Pingus:
- https://github.com/Pingus/pingus
src/engine/jamgram.cpp: In function 'int yyparse()':
src/engine/jamgram.cpp:2282:18: warning: 'void free(void*)' called on unallocated object 'yyssa' [-Wfree-nonheap-object]
src/engine/jamgram.cpp:1152:16: note: declared here
Building is done. To install, run:
./b2 install --prefix=<DIR>
[H:\tmp\boost_1_89_0\tools\build]b2
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string: construction from null is not valid
Killed by SIGABRT
pid=0x4442 ppid=0x3226 tid=0x0001 slot=0x0011 pri=0x0200 mc=0x0001 ps=0x0010
H:\TMP\BOOST_1_89_0\TOOLS\BUILD\B2.EXE
Creating 4442_01.TRP
Moved 4442_01.TRP to W:\var\log\app\68e0392b-4442_01-B2-exceptq.txt
#define HAVE_CLOSESOCKET 0
There is DIVECapt_2002-03-13.zip on hobbes which captures the full OS/2 desktop.
DIVECAPT /H shows help information. Alas not readable on my system...
<!DOCTYPE HTML PUBLIC "-//Microsoft//DTD Internet Explorer 3.0 HTML//EN">
Thanks Dave
It is working fine here now.
I upload the package on github, since I have a problems uploading bigger files on these forum. (I'm checking on that, since we updated PHP, maybe there is a setting that needs to be set).
Can you please update any change to the makefile to this repo? Let me know if you are ok with the readme.
- https://github.com/OS2World/GAME-SDL-EDUCATIONAL-Marryampic2
Regards
C:\...\GAME-SDL-EDUCATIONAL-Marryampic2>git push
Username for 'https://github.com':
Password for 'https://dryeo@github.com':
fatal: protocol error: bad line length character: ^14a
fatal: bad revision '1247678318bec94f1f3533514230f35ce3997'
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
error: failed to push some refs to 'https://github.com/OS2World/GAME-SDL-EDUCATIONAL-Marryampic2'
Makefile attached if you want to try pushing it.
Hi David
SDL is buffered (dive) and so the picture isn't on the screen in the classic sense. The black screen in Gotcha and other screen capture app is expected as they would need to read the dive buffer to get the image.
Gregg