1
Hardware / Re: Soundblaster Live 1024 drivers
« on: August 25, 2025, 09:38:22 am »
We discussed the issue already: The sound hangs or goes away after some time. Prime example for me is my PrDoom port.
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.
I'm doing the same for the DOSBOX-X cpu core files.Fair enough. I'm just interested, what it would take to have a cross compiler.
Don't get me wrong, there could be definite benefits - for example - building qtwebengine on OS/2 is a PITA due to g++ processes consuming ~2gb of RAM on large compilations, so having to limit the number of ninja processes - building on a modern linux system could allow multiple processes to run without memory exhaustion.
Hi, Neil.In the FILEDLG structure, set the usDlgId member to IDDLG_DIRECTORY to get a dialog that can select directories.Thanks, that's what I needed. I will try it in a few days.
In the FILEDLG structure, set the usDlgId member to IDDLG_DIRECTORY to get a dialog that can select directories.Thanks, that's what I needed. I will try it in a few days.
Hi guys.
I'm getting through the open issues very well. I think, I can release a test build soon.
But I have some open issues, for which I couldn't find documentation:
- Is it possible to use WinFileDlg to select a directory? I can filter directories, but I can't select them.
- Can I manipulate the style values of a dialog control at runtime, eg. in WM_INITDLG?
- The API documentation alludes to being able to build a dialog description in memory via DLGTEMPLATE and DLGITEM structures, but doesn't show how nor documents the structures at all. Does someone know some sample code for this process?
- Can someone recommend some documentation or development books for OS/2 console programming?
- Optional: Do we have a color chooser dialog (I know nothing official), or some code how to do it? Or, would it suffice to enter the code as a string with the hex code pattern '#RRGGBB'?
If someone has some answers or pointers for frther investigations, it would help for this port.