1
General Discussion / Re: Firefox or Dooble for the OS2World Forum
« on: August 30, 2023, 04:27:08 am »
I primarily use SeaMonkey.
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
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.
Thanks for the correction Jar-Erik
FYI: https://5nets.ru/downloads/?/OORexx
Regards
I have lcmd in path but am trying to avoid having to put the dll in the libpath. There is a way when calling the DLL to search the path the the executable is in first, ;.; only helps if you are in the directory that the DLL is in when you launch the executable. I should be able to find the code in Mozilla.Thank you Andi.Yes I was confused by this more than once too. There's included the lcmd_text.cmd (and te.cmd) which calls
I updated my local svn and built it. Thought I had a problem with the executable at first, I tried to test the built lcmd.exe in the directory it was built in and it threw errors but I figured out it was reading the lcmd.rc for building it and the executable needs its own lcmd.rc file. Once I worked that out, it seems to be working well.Code: [Select]start lcmd.exe -rcFile ..\..\lcmd.rc -rcSearchPath ..\..\src\glib;..\.. -iniFile lcmd.ini -logFilter test -logFile lcmd.log %1 %2 %3 ...
QuoteOne thing that I would like I would like to see (maybe I can work it out) is to have lcmd.exe look for gl16os2.dll in its own directory first before looking at libpath, this would allow it to run without gl16os2.dll having to be in libpath.I've ';.;' in libpath after the %unixroot% directories.Code: [Select]LIBPATH=p:\usr\local\lib;p:\usr\lib;p:\dll;.;P:\.....
So that's no problem for me. Isn't that the usual setup? I mean having ;.; in the libpath (best at the end or after unixroot dirs. Isn't it the standard behavior for OS/2 programs to search their dlls in libpath? Or start it by an object set to run in the programs directory?
Are you asking for some 'special' code in LCMD which loads the dll from the programs directory regardless of libpath setting? Are there some example programs for such?
Andy,System wide.
Does that functionality apply to Odin processing only? Or is this a system-wide enablement?
Hmm, build of Odin dies with lots of errors like,Code: [Select]K:/work/odin/trunk/src/kernel32/console.cpp:1627:1: error: narrowing conversion
of '144' from 'int' to 'char' [-Wnarrowing]
K:/work/odin/trunk/src/kernel32/console.cpp:1627:1: error: narrowing conversion
of '128' from 'int' to 'char' [-Wnarrowing]
Thought CHAR was defined as 0..255, not 0..127. Use UCHAR? Or uCHAR?
Next problem is pulling odin/trunk. After messing around, this works, svn co https://svn.netlabs.org/repos/odin32/ sorta until,svn co https://svn.netlabs.org/repos/odin32/trunk/Code: [Select]A odin32/tags/0.8.9/src/kernel32/directory.h
and checks out everything, trying for trunk to begin with results in a bad URL error, trunk is something else or such. Continuing on after cleaning the repository with svn up till the same error. Repeat for every tag.
A odin32/tags/0.8.9/src/riched32
svn: E175002: REPORT request on '/repos/odin32/!svn/me' failed
xpdf is working with 6.5
Hi Andy.
Please post the binaries to test it out. I don't know where those are.
Regards
What Qt version are you using to test with? 6.2.4 or a newer one?I was not paying close enough attention... I was thinking this was for the recent 6.3.2 release.