1
Programming / Re: DOSBox-x - infinite loop in configure/make
« on: January 17, 2025, 10:14:31 am »Cool, so the latest dosbox-x works fine on Arca then?Certainly not, because DOSBOX-X adds a lot native GUI, which has to be programmed.
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.
Cool, so the latest dosbox-x works fine on Arca then?Certainly not, because DOSBOX-X adds a lot native GUI, which has to be programmed.
[..]It has. While the examples worked, I couldn't get it to work with Classicube.
sh*t. I was hoping there was a better solution.
AFAIK also PortableGL has its limits (TinyGL is good but even more limited).
Mentore
Which feature needs networking? Is it for downloading core etc.?
Hi Martin,
the next few weeks will be truly a handful both at work (where I have an ArcaOS VM) and in theatre, but I'll see what I can do. RetroArch would be really cute to have. It was tricky to port it due to its SSL libraries which rely a lot on IPv6 but I managed somehow - and I feel OS/2 would profit a lot of a new TCP/IP stack (which, I'm afraid, we will not see).
Mentore
Hi JochenClassicube will download all the files it needs to the executable's directory.
I tried starting ClassicCube and was rewarded with this message
"Some required resources weren't found
OK to download?"
What are the "required resources"?
Regards
Pete
Sure. I already thought, it wouldn't be a straight compile, because of all the native GUI element DOSBOX-X has.In DOSBOX, drive is a char array, but on DOSBOX-X it seems to be a struct or object. So, there is some work to do.
Yes, I should have looked at drives.h
Hi Lars@Pete: Sorry, I was sick. You got a response ;-)
The SDL package in use is SDL-1.2.15-5.oc00.pentium4.rpm (from netlabs-rel) which provides the sdl120.dll required by dosbox074_2020-11-04.wpi which seems to be the latest release.
No response to my email to Jochen
Regards
Pete
<ul>
<li>WC_BUTTON<br/>
Consists of buttons and boxes that the operator can select by clicking the pointing device or using the keyboard. These messages are described in <a href="...">Button Control Window Processing.</a>
</li>
...
</ul>
you can also try to wrap the explanation in <p> making it its own paragraph, then you don't need the <br/>. But I don't know ATM how that would look.[..]Do you mean, Dive itself spins up thread. I myself wait for CC to call me for an update without doing the blit in a thread.
On all occasions, the trap does not happen in the main thread. I suspect some problem with the File Dialog obscuring part of the window drawn to by DIVE and the DIVE thread trapping rather than "WinFileDlg". In all cases, it is running out of stack.