473,406 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Rouge Wave Library Port

Hi All,

I am using off the shelf Rouge Wave library. But now I
want to move to Open Source. Anybody aware of Open Source port of Rouge
Wave Library ?

These are some heavily used Rouge Wave classe :

RWFile
RWFileManager
RWBTreeOnDisk
RWCSting
RWCWSting
RWCTokenizer
RWCollectable
RWMutextLock
RWCMutextLock
RWDate
RWTime
RWSocket
RWZone
RWPtrMap
RWTVMultiMap
RWSoartedVector
Thanks,
Naresh Prajapati

Sep 6 '06 #1
9 3306
nk*********@gmail.com wrote:
[..] Anybody aware of Open Source port of
Rouge Wave Library ?
You mean "Rogue Wave"?

Wouldn't it be a copyright violation? I mean they designed it,
so they hold the rights to the design itself, no?

What you might want to look into is using another library whose
design is similar to that of Rogue Wave, and port *your code*.
[..]
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Sep 6 '06 #2
"Victor Bazarov" <v.********@comAcast.netwrote in message
news:ed**********@news.datemas.de...
: nk*********@gmail.com wrote:
: [..] Anybody aware of Open Source port of
: Rouge Wave Library ?
:
: You mean "Rogue Wave"?
:
: Wouldn't it be a copyright violation?

IANAL, but not necessarily.

: I mean they designed it,
: so they hold the rights to the design itself, no?

The design itself is not protected by copyright.
The specific implementation is.

It would probably be possible to make a "clean room"
reimplementation of the libraries from a spec of the
libraries (class interfaces, func names+parameters).
: What you might want to look into is using another library whose
: design is similar to that of Rogue Wave, and port *your code*.

This approach probably should be preferred anyway.
Most of the classes listed by the OP seem to have an
equivalent in the standard library or boost.org

Cheers,
Ivan

--
http://ivan.vecerina.com/contact/?subject=NG_POST <- email contact form
Sep 6 '06 #3
Ivan Vecerina wrote:
"Victor Bazarov" <v.********@comAcast.netwrote in message
news:ed**********@news.datemas.de...
> I mean they designed it,
so they hold the rights to the design itself, no?

The design itself is not protected by copyright.
Any proof of that? Thanks.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Sep 6 '06 #4
"Victor Bazarov" <v.********@comAcast.netwrote in message
news:ed**********@news.datemas.de...
Ivan Vecerina wrote:
"Victor Bazarov" <v.********@comAcast.netwrote in message
news:ed**********@news.datemas.de...
I mean they designed it,
so they hold the rights to the design itself, no?
The design itself is not protected by copyright.

Any proof of that? Thanks.
It's easy to prove that it's not protected by copyright on, say, Saturn,
where there is no copyright law in effect. You'll have to specify the
jurisdiction you want proof within.

In British law, ideas cannot be copyrighted, only concrete "works". The
types of work eligible for protection are literary, dramatic, artistic or
musical works, the typographical arrangement of a published edition, a sound
recording, a film or a broadcast. Even if the document the design comes from
is copyrighted, you are free to take the idea and write it down in a
different form, since you have not duplicated the copyrighted work.

http://www.opsi.gov.uk/acts/acts1988...en_2.htm#mdiv1

This is why there are other forms of intellectual property law such as trade
secrets and patents.

Philip

Sep 6 '06 #5
Philip Potter wrote:
"Victor Bazarov" <v.********@comAcast.netwrote in message
news:ed**********@news.datemas.de...
>Ivan Vecerina wrote:
>>"Victor Bazarov" <v.********@comAcast.netwrote in message
news:ed**********@news.datemas.de...
I mean they designed it,
so they hold the rights to the design itself, no?

The design itself is not protected by copyright.

Any proof of that? Thanks.

It's easy to prove that it's not protected by copyright on, say,
Saturn, where there is no copyright law in effect. You'll have to
specify the jurisdiction you want proof within.

In British law, ideas cannot be copyrighted, only concrete "works".
The types of work eligible for protection are literary, dramatic,
artistic or musical works, the typographical arrangement of a
published edition, a sound recording, a film or a broadcast. Even if
the document the design comes from is copyrighted, you are free to
take the idea and write it down in a different form, since you have
not duplicated the copyrighted work.

http://www.opsi.gov.uk/acts/acts1988...en_2.htm#mdiv1

This is why there are other forms of intellectual property law such
as trade secrets and patents.
Thanks Philip, that makes sense. So, I can probably extend my question
to the OP to read, "Wouldn't it be a violation of a copyright law or
a patent infringement?" I do not know, of course, whether Rogue Wave
has patented their library design, but before embarking on copying it,
I'd probably think thrice.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Sep 6 '06 #6
In article <ed**********@news.datemas.de>, v.********@comAcast.net
says...

[ ... ]
Thanks Philip, that makes sense. So, I can probably extend my question
to the OP to read, "Wouldn't it be a violation of a copyright law or
a patent infringement?" I do not know, of course, whether Rogue Wave
has patented their library design, but before embarking on copying it,
I'd probably think thrice.
At least in the US, Rogue Wave has only one patent, and it's not on the
design of a library. They currently have no published patent
applications. It's possible they have applied for a patent, but declined
to have it published -- but I'd consider that somewhat doubtful (you
can't collect damages from before it was published, as I understand it).

--
Later,
Jerry.

The universe is a figment of its own imagination.
Sep 7 '06 #7
There is no question of Patent violation. If software design would have
been patentted, then you would not have web based mail, web site, and
lots other stuff.
Jerry Coffin wrote:
In article <ed**********@news.datemas.de>, v.********@comAcast.net
says...

[ ... ]
Thanks Philip, that makes sense. So, I can probably extend my question
to the OP to read, "Wouldn't it be a violation of a copyright law or
a patent infringement?" I do not know, of course, whether Rogue Wave
has patented their library design, but before embarking on copying it,
I'd probably think thrice.

At least in the US, Rogue Wave has only one patent, and it's not on the
design of a library. They currently have no published patent
applications. It's possible they have applied for a patent, but declined
to have it published -- but I'd consider that somewhat doubtful (you
can't collect damages from before it was published, as I understand it).

--
Later,
Jerry.

The universe is a figment of its own imagination.
Sep 7 '06 #8
On 6 Sep 2006 04:10:46 -0700, nk*********@gmail.com wrote:
>Hi All,
I am using off the shelf Rouge Wave library. But now I
want to move to Open Source. Anybody aware of Open Source port of Rouge
Wave Library ?

These are some heavily used Rouge Wave classe :

RWFile RWFileManager RWBTreeOnDisk RWCSting RWCWSting RWCTokenizer
RWCollectable RWMutextLock RWCMutextLock RWDate RWTime RWSocket RWZone
RWPtrMap RWTVMultiMap RWSoartedVector
AFAIK, there is no OS 'port' (re-write) of RW libraries (which would
be a great replacement for the C++ Standard library).
You have 2 alternatives:
1. Rewrite your code using an OS library with similar functional scope
(eg. http://appinf.com/poco/info/index.html).
2. You can find OS code for most of the above classes. Write
wrappers/adapters for them that emulate the RW interfaces (at least
the parts you use).

Best wishes,
Roland Pibinger
Sep 7 '06 #9
In article <11**********************@m73g2000cwd.googlegroups .com>,
nk*********@gmail.com says...
There is no question of Patent violation. If software design would have
been patentted, then you would not have web based mail, web site, and
lots other stuff.
I'm not at all sure what you think you're talking about. In 1981, the US
supreme court decided the case of Diamond V Diehr. To make a long story
short, they ruled that the mere fact that all or part of an invention
might be realized in software did not render it unpatentable material.
Software patents in general

The are some requirements that may immediately sound somewhat strange:
patent law requires (among other things) that the invention be realized
in some tangible form, so a patent rarely applies directly to the
software itself -- instead, it applies to something like "A method of
operating a computer [...]" or "A storage medium containing [...]" or
something on that order.

Nonetheless, within the other basic rules of what's patentable, you can
certainly apply for and receive patents that apply to software.

It's worth noting, however, that this varies throughout the world --
European rules are different from those in the US. Japanese rules are
somewhat different from those in either the US or Europe. Other
countries, of course, differ from any of the above.

It should also be noted that patents on software did not come about
quickly or easily. There was a long and rather tortuous set of decisions
before the 1981 decision. One that makes interesting reading is the
decision on Gottschalk V. Benson.
Coverage of specific applications such as Web-based mail

Though it's arguable that the standards in these regards are too low,
there's at least the general idea that to patent something, it has to be
new, useful and novel. To use yoru example, I doubt that web-based mail
meets even one of these requirements, not to mention all of them.
References

Diamond V. Diehr: http://tinyurl.com/537rp
Gottschalk V. Benson: http://tinyurl.com/zlr8h
US patent law [pdf] http://tinyurl.com/pjsg3

--
Later,
Jerry.

The universe is a figment of its own imagination.
Sep 9 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: david.kettle | last post by:
Hello Python World! I've been playing with the 'wave' and 'audioop' modules in the library, and I have a question. When I tried to read a "wav" file with samples in 32-bit float, I got the...
1
by: Jakub Dudek | last post by:
Hi, I am trying to read wave date (the 16 bits audio words) from a wave file using c++. I have tried using the mmsystems library. I got to the point where I read the wave data chunk into a...
1
by: Thomas Lenarz | last post by:
Hello, we have got C++-programs (older SUN-Compiler) using the Rogue-Wave-Class-Library and consider to port the application to AIX 5.2 (GNU gcc/g++) The only drawback we could find ist the...
4
by: vikram | last post by:
in a stereo type of wave file i want to know what is this left & right info in a wave file??? how do i read the left & right info from a .wav file to a buffer..
5
by: Old Wolf | last post by:
The following code causes a deallocation of a random amount of bytes, with the Rogue Wave STL supplied with Borland C++ 5.5.1 : #include <vector> int main() { std::vector<char> v, w(1); v =...
2
by: Sagaert Johan | last post by:
Hi I can play a wave file through a p/invoke to winmm , but how can i play a wave file to a specific audio device if i have more then one audio device in my pc ? Johan
5
by: RayD | last post by:
I'm looking for a simple program or method to generate sine waves or square waves at a desired frequency. Thanks for your help Ray
6
by: homevista | last post by:
PART III: Putting things together In part I we examined the modem to verify that it supported voice. If so, we took a note about the voice data format that we would use. In the second part, we...
4
by: Iain Mackay | last post by:
Python Folks I'm a newbie to Python and am looking for a library / function that can help me fit a 1D data vector to a sine wave. I know the frequency of the wave, so its really only phase and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.