Recent Posts

Pages: [1] 2 3 ... 10
1
Programming / OpenDOC - Source Code
« Last post by Martin Iturbide on Today at 06:36:44 pm »
Hello.

There source code of OpenDOC released to the public with the intentions to be preserved.
- https://github.com/atcurtis/OpenDoc

I have zero experience with OpenDOC, as far as I know it was a framework created by Apple and with IBM and Microsoft they tried to turn it into a standard. I think it was close source and was discontinued on 1997.

I can not even list (or remember) one software that was created with OpenDOC on any of the platforms (OS/2, MacOS 7, Windows, or AIX). I guess all software created with OpenDOC was close source, so we can not even think on bringing some of that old software and port it to OS/2 today.

But on the bright side, I think it is interesting to keep releasing the source code of old software to the public for learning purposes or even some inspiration for something new.

If someone wants to chitchat and give some some insights, personal comments, opinions, it appreciated.

Regards
2
Programming / Re: SDL_mixer?
« Last post by gt on Today at 12:09:14 pm »
Thanks Dave, I got the digi build and it seems to work, I still have some other things to fix before the game will run though.

Cheers

Garry
3
Programming / Re: ClassiCube porting thread
« Last post by KO Myung-Hun on Today at 10:07:17 am »
Hi/2.

libkai can mixer multiple audio streams. How about consider it ?

KO Myung-Hun
4
Multimedia / Re: mplayer - just stopped working...sort of...
« Last post by KO Myung-Hun on Today at 10:02:56 am »
Hi/2.

@Dariusz Piatkowski

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 ?

@Pete


It seems smplayer must have the capability to switch video output mode if the selected mode fails.


I've found the reason. See `-vo' section of https://mplayerhq.hu/DOCS/man/en/mplayer.1.html#VIDEO%20OUTPUT%20DRIVERS%20(MPLAYER%20ONLY).

Quote
If the list has a trailing ’,’ MPlayer will fall back on drivers not contained in the list.

SMPlayer calls MPlayer with a trailing comma(,) for vo. In this case, `-vo kva:snap,'.

That is, if kva:snap fails, then MPlayer tries other VOs. In this case, try first just `-vo kva' without any suboptions such as snap. Therefore, libkva tries to find proper modes automatically and decides to use VMAN mode. This is the feature of MPlayer not SMPlayer.

And I recommend to use `Default' or `kva(fast)' option in SMPlayer not kva(snap) et al to minimize any confusions.

Finally, for the trap I cannot reproduce here at all. If possible, provide a clip to test, please...

Thanks!
5
Programming / Re: SDL_mixer?
« Last post by Dave Yeo on Today at 04:14:38 am »
It's easy to build, or use digi's build of SDL1, http://os2.snc.ru/product-SDL.html
6
Programming / SDL_mixer?
« Last post by gt on Today at 02:40:18 am »
Hello,
I just recently got my ArcaOS install working, and would like to try building a game I'm working on. It's an SDL1 game, the only dependencies are SDL1 and SDLMixer.

On Arca Noae's Package Manager, I got SDL and that seems to be fine, but I can't find SDLMixer anywhere, is it available for ArcaOS?

Cheers

Garry
7
Applications / Re: Nomacs Image Viewer
« Last post by Martin Iturbide on Today at 12:09:31 am »
Thanks Tellie
8
Applications / Re: Nomacs Image Viewer
« Last post by TeLLie on April 26, 2024, 07:14:38 pm »
Hi Martin,

Oeps you're correct i used the wrong one to link with it.

This dll is compiled with QT5, so please use this one if you dont have Qt6....

With kind regards, Tellie
9
Applications / Re: Nomacs Image Viewer
« Last post by Martin Iturbide on April 26, 2024, 04:21:30 pm »
Hi Tellie
Hello Bernald,

Renaming dll is not a very good idea.
I did a quick QT5 port, had to disable OpenCV as i dont have it, this also means i had also disable Tiff and Raw.
I have a confusion here.
I run nomacs.exe on a machine that does not have Qt6, only Qt5 and it says:
"SYS1804: The system cannot find the file QT6CORE."
- Nomacs.exe has not Qt5 dependency.
- quazi140.dll is the one that has the Qt6 dependency.

It is that how you meant it to be ?  "quazi140.dll" does not compile on Qt5 ?

Regards
10
General Discussion / Re: PMfax
« Last post by Neil Waldhauer on April 26, 2024, 03:24:06 pm »
On my system, I made sure that USBCOM.SYS was the first device= statement. That ensures that the USB com port comes before all the other com ports.

IBM File and Print services also shares COM ports, so if you install that, it will grab a com port.

I didn't bother installing COM.SYS, apparently.
Pages: [1] 2 3 ... 10