Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Programming / Re: Compiling a PM sample with GCC (2023)
« Last post by Martin Iturbide on May 26, 2023, 05:18:04 pm »
Hi

This one compiled nice. I was able to remove the warnings.
https://github.com/OS2World/DEV-SAMPLES-C-PM-CNRDTL

Regards
22
Networking / Re: Changing subnet on network
« Last post by ivan on May 26, 2023, 05:07:00 pm »
A final comment on this subject.

It appears that all the free france fibre units are on the 192.168.1.xx subnet and there is no way of changing that but I have managed to find a way round that.

TP Link produce a unit (TL R600VPN_UG) that can be configured to take a WAN address and put it on to a LAN address which defaults to the 192.168.0.xx subnet.  So almost all of my equipment is now reachable, printers, other computers, in fact all but the NAS boxes which appear to not like the work-round.
23
Programming / Re: Qt6 Application Testing
« Last post by roberto on May 26, 2023, 12:19:28 pm »
I have caused it in two different computers.
The configuration that is best worked is 512MB Cache, single process unmark.
On the most modern computer I can't open YouTube. The rest works, but it is unstable. Especially when closing Tabs.
On the portable computer, I can open everything, everything works, sometimes I have to recharge some website,
But it is also unstable, but less.
Saludos
24
Programming / Re: Qt6 Application Testing
« Last post by Lars on May 26, 2023, 10:46:38 am »
Can you enable the libc log and see what happens under the hoods ? It's either that Chromium tries to close file handles that have never been opened (judging from some Linux groups, quite a few apps are doing that or the libraries that they use and then, EBADF should indeed be ignored for good as you cannot make the distinction between good or bad) or the log will give a clue if the fd is completely out of bounds (indicating a programming error somewhere).
25
Programming / Re: Source Code Text Editor Suggestions
« Last post by Jochen Schäfer on May 26, 2023, 09:32:39 am »
FeatherPad works just fine as a editor and has your desired specs.
Beware CMD/REXX and config.sys: FP will save them with incorrect file endings, if you simply save. "Save as" and selecting the correct encoding and file ending works. But I tend to forget that (being ctrl+s trigger happy), so I choose EPM or FC/2 for this kind of files.
26
Programming / Re: Qt6 Application Testing
« Last post by Paul Smedley on May 26, 2023, 07:58:12 am »
Why did you comment out the check? I think you should add OS2 to the IFDEF clause preceding the check (I would assume that our close resembles the UNIX/LINUX close).

I did try that - we are indeed getting an EBADF error - so adding OS2 to the ifdef at Line 33 doesn't help.
27
Programming / Re: Qt6 Application Testing
« Last post by Lars on May 26, 2023, 07:22:49 am »
Why did you comment out the check? I think you should add OS2 to the IFDEF clause preceding the check (I would assume that our close resembles the UNIX/LINUX close).
28
General Discussion / Re: when will version 5.1 of ArcaOS be released
« Last post by Ibrahim Hakeem on May 26, 2023, 03:44:33 am »
Quote from: Martin Iturbide

Hi Ibrahim

The Warpstock quote was from 2021-06-03. This is an old thread, I also got confused.

FYI: The Warpstock board is currently discussing the venue for Warpstock 2023.

Regards

Hi Martin, thank you for clearing that up. I'm glad to see that the Warpstock board is talking about venues, I was concerned that there just might not be an event this year. If 5.1's not public by then, it'll be a chance for us to get some much-needed answers!
29
Programming / Re: Source Code Text Editor Suggestions
« Last post by Andy Willis on May 26, 2023, 02:55:10 am »
If you can find a copy (it does not appear to be sold, it can be found by poking around a bit) of Visual Slickedit, it does a fair job.
Dariusz Piatkowski created VSE_ModernTheme_0-6.zip, (on hobbes) which allows VSE to recognize many more OS/2 specific calls for highlighting.  The main thing that keeps me from using it more regularly is that it does not get along with my scroll wheel properly (no matter which direction I scroll the wheel, it goes the same direction that it was last direction the scroll arrow key was clicked).
It does not have tabs, but does show open files on the left. 
As I recall, there is a configuration change to the mouse settings that would allow the VSE to scroll correctly but works poorly (to me) in everything else then.  If not for the fact that I use the scroll wheel so much that it becomes a real pain, I'd use VSE all the time.
It may work better with amouse but amouse has yet to work well with Thinkpad middle mouse button.  WIth the IBM mouse driver, I use PM Scroll option, which I greatly prefer over Use Simulated keys (arrows or page up/down) which does work as desired in VSE.
30
Programming / Re: Source Code Text Editor Suggestions
« Last post by Dave Yeo on May 26, 2023, 12:37:03 am »
I mostly use FC/2 and eFTE/2, which comes in text and PM versions and seems to have most all what you require, plus it's a folding editor, fold functions to make editing easy. Can be setup to run make etc as well.
Pages: 1 2 [3] 4 5 ... 10