1
Events / Re: Warpstock 2025 USA - The end of my journey with ArcaOS
« on: November 12, 2025, 07:37:02 pm »
Security also becomes very important with a WiFi driver. Especially if being used in a public space.
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