Recent Posts

Pages: [1] 2 3 ... 10
1
Programming / Re: ClassiCube porting thread
« Last post by Jochen Schäfer on Today at 09:46:12 am »
Thanks for explanations.

Another question: I assume, that sound buffers want its data in Little Endian layout. Am I correct?
2
Programming / Re: ClassiCube porting thread
« Last post by Lars on Today at 08:33:31 am »
USB audio does not support multiple streams in general as far as the standard goes.Effectively, it only has one isochronous streaming input pipe (and potentially an additional streaming output pipe for recording) and its capability is adjustable to the necessary bandwidth.
At least I have never seen an USB audio sound device that would provide more than one streaming input pipe.
3
Applications / 3270
« Last post by j on Today at 06:33:26 am »
What is the last version of IBM's Personal Communications (aka PCOMM) software for OS/2?
Or alternatively do you recommend another 3270/5250 terminal emulator (on OS/2)?

Thank you for reading!
4
Programming / Re: ClassiCube porting thread
« Last post by KO Myung-Hun on Today at 04:00:40 am »
DART itself support multiple streams with sharable mode if an audio driver supports it like SBLive!. Unfortunately, however, Uniaud does not support multiple streams. I'm not sure USB audio driver by Lars support it.
5
Applications / Re: XWP v1.0.16
« Last post by Martin Iturbide on Today at 02:37:43 am »
Hi
1) DLL object type conversion
- reading that other thread you shared, it seems like this was a manual process that needed to be done for every new DLL, is that correct?
I did the manual process of converting the DLLs from "WPDataFile" to "XWPProgramFile" using Rich's newer OO and creating a CMD according to his suggestion. The .CMD only works for directories, maybe some more tweaking can be done in REXX to create something that change all files in subfolders.

Quote
DLL2Prog.CMD
------------------
oo /+
for %%1 in (*.dll) do oo /B %%1 XWPProgramFile
oo /-
------------------
6
Applications / Re: XWP v1.0.16
« Last post by Dariusz Piatkowski on Today at 02:32:53 am »
Hello Martin,

...I think that XWPProgramFile Class (or is it some other WPS Class?) has already something implemented (See picture) on the "Module" tab. But I have no idea how to have the same information for DLLs files...

Hmm...so for some reason I do not see this being populated for some EXEs, such as the NewView.exe, where at CLI there certainly is BLDLEVEL info showing.

DLL wise, turns out that not all DLLs are classified as XWPProgramFile object, which is perhaps why so it happened that the DLLs I was looking at showed no such Module tab.

So at a follow-up, two actually, I'm curious:
1) DLL object type conversion
- reading that other thread you shared, it seems like this was a manual process that needed to be done for every new DLL, is that correct?

2) re: XWP NEW Feature request: now that I understand what's already there (or should be there), I would like to just stick to the menu selection which would simply show that BLDLEVEL info in it's own pop-up
7
Applications / Re: XWP v1.0.16
« Last post by Martin Iturbide on Today at 01:41:56 am »
But I have no idea how to have the same information for DLLs files.
I was able to also have the "Module" tab on the DLLs by using Rich's improved OO and the procedure from this forum thread.
I changed all the DLLs on C:\OS2\DLL to XWPProgramFile

Regards
8
Applications / Re: XWP v1.0.16
« Last post by Martin Iturbide on Today at 01:16:53 am »
Hello Dariusz

I think that XWPProgramFile Class (or is it some other WPS Class?) has already something implemented (See picture) on the "Module" tab. But I have no idea how to have the same information for DLLs files.
What it would be great too, it to have a way to Ctrl+C that information.

Regards
9
Applications / Re: XWP v1.0.16
« Last post by Dariusz Piatkowski on Today at 12:52:50 am »
Rich,

New feature request: would you consider implementing BLDLEVEL file object pop-up functionality?

What I'm envisioning is the ability to right click on a DLL, or any object that does contain the BLDLEVEL information, and have this stuff either pop-up directly under some sort of 'Version' or 'BldLevel' menu entry, or perhaps another place such as under 'Properties'???
10
Multimedia / Re: mplayer - just stopped working...sort of...
« Last post by Dariusz Piatkowski on April 28, 2024, 08:01:50 pm »
Hello KO!

...
3. What's the value of '2D Acceleration' ?


"YES" on my machine


Then, your system should play a movie with 2D acceleration, that is, SNAP mode. Nevertheless, if it fails, your system or SNAP driver seem not to support 1080p with 2D acceleration. In order to verify this, how about other smaller clips than 1080p, such as 720p ?

Great pointer!!!

Sure enough, finding a few other videos I was able to play them through SNAP config, although that's not to say all 720s played, some would, some would not.

Then I remembered: the SNAP vidmem size is something I had tweaked in the past in order to free up max ram for my JFS cache (1G)...sure enough, I had it set to 18M, which for regular use was perfectly sufficient (1920x1200 x 2 heads). However, in this case, whether its the double-buffering or something else, perhaps this was causing me a problem?

I doubled up to 36M, and YUP...all of my 1080 vides play back just fine!!!

Eventually settled on 24M, which also happens to be the previous setting I had in place for a very long time...not sure why I had moved away from that, was probably experimenting with a larger JFS cache and just never remembered to bump that back up.

Anyways...sir: thank you for that spot-on remark!!!
Pages: [1] 2 3 ... 10