Part 16 - Aug 19 2002

Old messages from osFree mailing list hosted by Yahoo!
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

Part 16 - Aug 19 2002

Post by admin »

#451 From: "Bartosz Tomasik (Bart/2)" <bart2@...>
Date: Mon Aug 19, 2002 4:49 pm
Subject: CVS additions ihsiatko
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°


- dynamic lists and stack moed from src/cmd/shared to src/shared
- added functions for pathmanipulation (all_GetDirFromPath,all_GetFileFromPath),
and
recursive actions helper (all_PerformRecursiveAction)
- added early version of attrib utlility

-------------------------------------------------
Bart/2 irc:Ihsahn Bart2@... UIN:50890586
Asu'a Programmers Group http://www.asua.org.pl
TeamOS/2 Polska http://www.teamos2.org.pl
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

Re: Part 16

Post by admin »

#452 From: "tomleem7659" <jerseywarp@...>
Date: Mon Aug 19, 2002 9:49 pm
Subject: Re: OSFree dsk files and loaddsk.exe? tomleem7659
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°


--- In osFree@y..., "Bartosz Tomasik (Bart/2)" <bart2@a...> wrote:
> On Tue, 13 Aug 2002 12:28:21 -0000, tomleem7659 wrote:
>
> >Can I use M.E.D. and the binaries from Open Watcom
> >( http://www.openwatcom.org ) with the source code
> >from http://www.os2free.org ?
>
> If you want to use MED for coding, of course. For other
> tasks I don't see any reason -
> there are makefiles i the project already, so use them.
> -------------------------------------------------
> Bart/2 irc:Ihsahn Bart2@a... UIN:50890586
> Asu'a Programmers Group http://www.asua.org.pl
> TeamOS/2 Polska http://www.teamos2.org.pl

Thanks for the information. M.E.D. does make it easier when
coding/typeing in code and creating a file. I will use the
makefiles.

TomLeeM

PS I will also be using the files from the WarpDriver
discussion group.
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

Re: Part 16

Post by admin »

#453 From: "JMA" <mail@...>
Date: Wed Aug 21, 2002 1:38 pm
Subject: Re: CVS additions / Prf calls mailjmase
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°


I noticed that someone (Bartosz?) uploaded the XPrf functions from xWorkPlace to
the CVS.
After looking at them, to my surprise they are not a layer around the Prf
calls but a
whole implementation of the Prf's.

Is anyone interested in (have time) to modify the code to use the Prf* naming
and calling
syntax and make it all compile with our build environment ?

It would be nice to add something to the PM tree !




Sincerely

JMA
Development and Consulting

John Martin , jma@...
==================================
Website: http://www.jma.se/
email: mail@...
Phone: 46-(0)70-6278410
==================================
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

Re: Part 16

Post by admin »

#454 From: "Yuri Prokushev" <prokushev@...>
Date: Wed Aug 21, 2002 4:49 pm
Subject: Re: CVS additions / Prf calls prokushev
Offline Offline
Send Email Send Email


On Wed, 21 Aug 2002 11:38:35 +0200, JMA wrote:

>
>I noticed that someone (Bartosz?) uploaded the XPrf functions from xWorkPlace
to the CVS.
>After looking at them, to my surprise they are not a layer around the Prf
calls but a
>whole implementation of the Prf's.
>
>Is anyone interested in (have time) to modify the code to use the Prf* naming
and calling
>syntax and make it all compile with our build environment ?
>
>It would be nice to add something to the PM tree !
BTW, at sourceforge.net started freepm project.
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

Re: Part 16

Post by admin »

#455 From: "JMA" <mail@...>
Date: Wed Aug 21, 2002 6:18 pm
Subject: Re: CVS additions / Prf calls mailjmase
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°


On Wed, 21 Aug 2002 16:49:45 +0400 (EDT), Yuri Prokushev wrote:

>On Wed, 21 Aug 2002 11:38:35 +0200, JMA wrote:
>
>>
>>I noticed that someone (Bartosz?) uploaded the XPrf functions from xWorkPlace
to the CVS.
>>After looking at them, to my surprise they are not a layer around the Prf
calls but a
>>whole implementation of the Prf's.
>>
>>Is anyone interested in (have time) to modify the code to use the Prf* naming
and calling
>>syntax and make it all compile with our build environment ?
>>
>>It would be nice to add something to the PM tree !
>BTW, at sourceforge.net started freepm project.
>
Yes, Chris showed me this.

Maybe FreePM and osFree could cooperate ?

FreePM could become the GUI for osFree.




Sincerely

JMA
Development and Consulting

John Martin , jma@...
==================================
Website: http://www.jma.se/
email: mail@...
Phone: 46-(0)70-6278410
==================================
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

Re: Part 16

Post by admin »

#456 From: "Bartosz Tomasik (Bart/2)" <bart2@...>
Date: Thu Aug 22, 2002 2:29 pm
Subject: Re: CVS additions / Prf calls ihsiatko
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°


On Wed, 21 Aug 2002 11:38:35 +0200, JMA wrote:

>I noticed that someone (Bartosz?) uploaded the XPrf functions from xWorkPlace
to the
CVS.
>After looking at them, to my surprise they are not a layer around the Prf
calls but a
>whole implementation of the Prf's.

Yea that was me, sometime in the begiining. I did not have a time to work on
them, but
found it interesting. Even if we would write completly new Prf functions, these
are good
example of *.ini structure.

>Is anyone interested in (have time) to modify the code to use the Prf* naming
and
calling
>syntax and make it all compile with our build environment ?

btw: it would be wise, to make separate prf module for osFree, not dependant on
PM -
pm version then could use this prf module
-------------------------------------------------
Bart/2 irc:Ihsahn Bart2@... UIN:50890586
Asu'a Programmers Group http://www.asua.org.pl
TeamOS/2 Polska http://www.teamos2.org.pl
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

Re: Part 16

Post by admin »

#457 From: "Bartosz Tomasik (Bart/2)" <bart2@...>
Date: Thu Aug 22, 2002 2:31 pm
Subject: DosSetPathInfo function problems ihsiatko
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°


Hello
Oryginal IBM's attrib allows changing attributes for files that are in use ,
our one (which
uses DosSetPathInfo) does not, returning "sharing violation" error, any ideas
how to
solve that issue?
-------------------------------------------------
Bart/2 irc:Ihsahn Bart2@... UIN:50890586
Asu'a Programmers Group http://www.asua.org.pl
TeamOS/2 Polska http://www.teamos2.org.pl
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

Re: Part 16

Post by admin »

#458 From: Stepan Kazakov <madded@...>
Date: Fri Aug 23, 2002 6:17 pm
Subject: Re: DosSetPathInfo function problems zuko18ru
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°


Bartosz Tomasik (Bart/2) wrote:

> Oryginal IBM's attrib allows changing attributes for files that are in use ,
our one (which
> uses DosSetPathInfo) does not, returning "sharing violation" error, any ideas
how to
> solve that issue?

ibm's attrib uses special 16-bit old API call DOSSETFILEMODE (and DOSQFILEMODE
for get attribs)

--
madded. [Red Hot Chili Hackers]
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

Re: Part 16

Post by admin »

#459 From: "Bartosz Tomasik (Bart/2)" <bart2@...>
Date: Fri Aug 23, 2002 11:08 am
Subject: Re: DosSetPathInfo function problems ihsiatko
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°


On Fri, 23 Aug 2002 10:17:13 -0400, Stepan Kazakov wrote:

>
>> Oryginal IBM's attrib allows changing attributes for files that are in use ,
our one
(which
>> uses DosSetPathInfo) does not, returning "sharing violation" error, any ideas
how to
>> solve that issue?
>
>ibm's attrib uses special 16-bit old API call DOSSETFILEMODE (and
DOSQFILEMODE for get attribs)

hm... well I'll leave as is, for a moment
thanx for info anyway
-------------------------------------------------
Bart/2 irc:Ihsahn Bart2@... UIN:50890586
Asu'a Programmers Group http://www.asua.org.pl
TeamOS/2 Polska http://www.teamos2.org.pl
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

Re: Part 16

Post by admin »

#460 From: "Bartosz Tomasik (Bart/2)" <bart2@...>
Date: Fri Aug 23, 2002 11:10 am
Subject: WinRect* ihsiatko
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°


for those who want to work on PM, there is librectangles.c somewhere in the
cvs, that
implements most of the WinRect functions (as Rect* functions) - yet another
thing, that
should not be PM dependent...
-------------------------------------------------
Bart/2 irc:Ihsahn Bart2@... UIN:50890586
Asu'a Programmers Group http://www.asua.org.pl
TeamOS/2 Polska http://www.teamos2.org.pl
Post Reply