Recent Posts

Pages: [1] 2 3 ... 10
1
Programming / Re: Dive: Why does not this work
« Last post by Lars on Today at 02:28:43 pm »
I suppose it should be:

 rect.xLeft = 0;
 rect.yTop = r.Height;
 rect.xRight = r.Width;
 rect.yBottom = 0;

because I assume that the coordinate system to be used is still the OS/2 PM coordinate system [bottom left is (0,0)], correct ?

By the way:
setupBlitter.lDstPosX          = 0;
setupBlitter.lDstPosY          = 0;

You would only ever set these to anything else if you blitted into a memory buffer (also allocated via DiveAllocImageBuffer) instead of to the screen. But maybe DIVE ignores this anyway if you specify DIVE_BUFFER_SCREEN as the destination blit buffer in "DiveBlitImage".
2
Applications / Re: Nomacs Image Viewer
« Last post by Bernhard Pöttinger on Today at 01:25:47 pm »
Hello,
I have found libraw-os2-r0_15_04.zip, and in this archive I found libraw.dll. I renamed this dll to raw.dll and copied it in the nomacs directory. Now nomacs 2.4.6 is running but produces errors and warnings:

Error: XMP Toolkit error 203: Duplicate property or field node
Warning: Failed to decode XMP metadata.

@Tellie: a qt5 port would be great!

Thx, bernhard
3
Programming / Re: Dive: Why does not this work
« Last post by Jochen Schäfer on Today at 08:23:02 am »
Update: I got it working by setting up the RECTL in SETUP_BLITTER::pVisDstRects correctly.
Now, a picture is shown.
4
Multimedia / Re: mplayer - just stopped working...sort of...
« Last post by Pete on April 24, 2024, 08:31:20 pm »
Hi KO

Sorry for slow response, had to go away for a few days. While I was away I realised what the problem with kva:snap option is: This system is not using the SNAP driver.

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

I attach 2 log files for your perusal
smplayer.log  - playback works despite kva:snap being selected video output, auto switches to VMAN
66295c21-003c_01-MPLAYER-exceptq.txt - the trap file generated whenever smplayer/mplayer is closed


Regards

Pete

5
Applications / Re: Nomacs Image Viewer
« Last post by TeLLie on April 24, 2024, 04:12:38 pm »
Hello Bernard,

I must have it some where on some older HD.
I will look when i have time to see if i still got it.
Otherwise i will try to port it to QT5 with latest dll's.

Kind regards, Tellie

6
Internet / Re: Tried Browservice ?
« Last post by Jochen Schäfer on April 24, 2024, 11:03:51 am »
You unpack the Zip on Windows, and start the program. It launches as a CMD program.
Then you can point your browser to the address of the host, port 8080. You type your desired address into the address bar at the top.
There are AppImages, so you can install that Linux.
7
Applications / Re: Nomacs Image Viewer
« Last post by Dave Yeo on April 24, 2024, 07:47:47 am »
Jasper-libs-2.0.22-1.c00 is in netlabs-rel but contains jasper.dll, not jasper1.dll
8
Applications / Re: Nomacs Image Viewer
« Last post by Andy Willis on April 24, 2024, 04:39:50 am »
I do not know if it is in rel or exp but I have installed jasper through yum.
9
Programming / Re: Bigicons
« Last post by David Graser on April 24, 2024, 03:00:22 am »
I messed around with the Ubuntu Traditional theme. The folders are similar to the orange glossy theme, however, they are yellow.  The icons are placed on the folders similar to the Ubuntu theme.  I tried to use more of the Ubuntu icons on the folders and the options programs in the system setup folder when possible.  I replaced a few (very few) program icons.  I did not replace the drive icons because I think the ones we already use are better.
10
Internet / Re: Tried Browservice ?
« Last post by Martin Iturbide on April 24, 2024, 02:25:42 am »
Hi TNG999

How does it works? Do you have to install the proxy on a Windows/Linux machine? or it some cloud service?

Regards
Pages: [1] 2 3 ... 10