Show Posts

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.


Messages - Martin Iturbide

Pages: [1] 2 3 ... 339
1
Applications / Re: [Arca Noae] Dynamic Icons version 2.5.6
« on: Today at 01:30:51 am »
Hello again

If the "Dynamic" size and "Custom Icons" are enabled, since I don't have a PNG icon for .123 or .lwp, it will not show an icon. But I think that limitation was always there, it is just of this release.

What will be nice on future release is, if "Dynamic" + "Custom Icons" are on, for items that have ICO icons that do not have PNG file, the ICO will be shown.

Regards

2
Applications / Re: [Arca Noae] Dynamic Icons version 2.5.6
« on: Today at 01:15:46 am »
Hello Remy

Here I have ArcaOS 5.1.1 and Dynamic Icons 2.5.6. I have the PNG icons enabled on the desktop. (SET BIGICONSPATH=C:\sys\icons\BIGICONS)

I installed SmartSuite 1.7 and for the moment I'm not able to replicate the bug. Is you problem on the desktop icons of the SmartSuite apps (my picture attached)? or the .123, .lwp file icons?

Do you have the Dynamic icons enabled with PNG icons? Do you want to try to go back to "Normal" and see if the bug goes away?

Regards

3
Programming / Re: EDM/2 - The API Project - Undocumented
« on: May 22, 2025, 10:09:32 pm »
Thanks for the feedback

My goal right now it to link the DevHelp services related pages on the EDM/2 wiki, so the user can jump from an article to the DevHelp service. 

I'm thinking that I will standarize the article/page names (just the name) to DevHlp_ since it is most used way in IBM documentation, but I will do it little by little.

Thanks for the help with the names that had changed, here it what I had found for the moment, corrections are welcome.

SMPProgAdd - STRACE     || PDDREF:Device Helper (DevHlp)
DevHlp_PushReqPacket    -  DevHlp_PushRequest
DevHlp_PullReqPacket    -  DevHlp_PullRequest
DevHlp_SortReqPacket    -  DevHelp_SortRequest
DevHlp_MonCreate       -  DevHlp_MonitorCreate
DevHlp_AddTraceEvent    -  Not found in pddref.inf
DevHlp_ABIOSGetParms    -  Not found in pddref.inf
DevHlp_Profiling Kernel       - Not found in pddref.inf
DevHlp_RegStackUsage    -  DevHlp_RegisterStackUsage
DevHlp_LogEntry        -  Not found in pddref.inf
DevHlp_SaveMessage    -  DevHlp_Save_Message
DevHlp_ReallocSeg       -  DevHlp_SegRealloc
DevHlp_PutWaitingQueue    - Not found in pddref.inf
DevHlp_GetWaitingQueue    - Not found in pddref.inf


Compare sources:
- https://www.edm2.com/index.php/PDDREF:Device_Helper_(DevHlp)_Services    From pddref.inf
- https://www.edm2.com/index.php/SMPProgAdd_-_STRACE_-_DevHlp_Functions

EDM/2 Lists:
- https://www.edm2.com/index.php/Category:DevHlps
- https://www.edm2.com/index.php/List_of_DevHlp_Functions

Regards


4
Programming / Re: EDM/2 - The API Project - Undocumented
« on: May 22, 2025, 03:09:56 am »
Hello again.

It still spins on my head if I should do something with the DevHelp_ stuff on the EDM/2.
1) Maybe it is more comfortable to standardize it as DevHelp_ since most of the items listed are that way.
or
2) Just leave it that way, and redirect the different names between DevHelp_ and DevHlp_

And:
3) My other issue is that republishing the SMP Addendum there is the STRACE page when it lists the DevHelp and are some that I do not have. You can check it out here with red color on this page.

Regards

5
Applications / Re: General Software Testing
« on: May 21, 2025, 03:45:49 pm »
Thanks Dave for giving it a try.

I think it will be good to keep this (Joe Fromm's SYSINFO) because it comes with the source code. Maybe on OS/2 2.0 it will work fine. I will try it on the weekend on a VM.

Regards

6
Applications / Re: General Software Testing
« on: May 20, 2025, 08:45:22 pm »
Hi Again

I'm trying this SYSINFO from the 1990, made by Joe Fromm. (not to confuse with several apps called SysInfo).
When I run it it freeze my WPS. Is it working the same for you?

Regards

7
Programming / Re: EDM/2 - The API Project - Undocumented
« on: May 19, 2025, 05:14:12 pm »
Hello

On this page: https://www.os2.kr/komh/os2books/smpadd-19970312/046_L2_HighMemorySupportFun.html

There is listed "DosQueryState", and I can not find any reference to that function. I don't think it exists.

Do you think it may be a typo ? Maybe it is "DosQueryMemState"  because it is after "DosQueryMem"???

Regards

8
Programming / Re: EDM/2 - The API Project - Undocumented
« on: May 19, 2025, 04:56:53 pm »
Hello

I also forgot to clarify my intention or what I want to accomplish.

On the EDM/2 wiki you can link thing to other wiki pages. So when I want to link some specifics "Device Helpers", I get the issue should I standardize the names to "DevHlp_" or "DevHelp_".

I haven't decided yet.

Regards

9
Hello

I think I missed this article at it's time. It was posted on June 22, 2020, and it tells the story on how Scott Schweitzer created the first OS/2 install CD for the "OS/2 Professional Developer's Kit (PDK)".

- https://www.linkedin.com/pulse/building-first-ever-os-install-cd-scott-schweitzer-/

Regards


10
Programming / Re: EDM/2 - The API Project - Undocumented
« on: May 19, 2025, 02:15:12 pm »
Thanks for the feedback Steven.

I will be checking devhlp.lib and devhlp.h to get a better idea. It is good to know this inconsistency is for historical reasons.

Regards

11
Programming / Re: EDM/2 - The API Project - Undocumented
« on: May 18, 2025, 05:45:29 pm »
Hello

I have a confusion about Device Helper naming.

I don't know if they should be named (for example) "DevHelp_DeRegister" or "DevHlp_DeRegister" (without the 'e')

DevHelp Reference
- https://www.edm2.com/index.php/Physical_Device_Driver_(DevHlp)_Functions
- https://www.edm2.com/index.php/PDDREF:Device_Helper_(DevHlp)_Services

DevHlp Reference
- https://www.edm2.com/index.php/List_of_DevHlp_Functions

I'm searching source source code samples on github/os2world and seems that both are used. Are both fine?

Regards

12
Programming / Re: EDM/2 - The API Project - Undocumented
« on: May 17, 2025, 07:37:45 pm »
Hello

Andreas made a correction on the EDM/2 wiki, but I don't think it is right. He changed that "WinHSWITCHfromHAPP" should be "WinHSwitchFromHapp"  (case change).
I personally do not think it is right. The references that I have is that when OSFree tries to clone the files it uses  "WinHSWITCHfromHAPP", the PMSHAPI.DLL entry points, and the "Programming Guide and Reference Addendum" guide.

Can you help me to find out which is the correct case?

Regards

13
Programming / Re: EDM/2 - The API Project - Undocumented
« on: May 17, 2025, 07:17:43 pm »
Hello. Thanks for the feedback.

For the moment I'm creating this page as draft to remember this conversation.
-- https://www.edm2.com/index.php/IBM_SDK/TK_Errata_Sheet

Regards

15
Virtualization / Re: Win-OS/2 - Open vbesvga.drv video driver
« on: May 17, 2025, 03:03:55 am »
Hello

The author just released version 0.6.2.
- https://github.com/PluMGMK/vbesvga.drv/releases

I will check it out.

Regards

Pages: [1] 2 3 ... 339