473,503 Members | 9,912 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Deprecated API RWTPtrHashDictionary<K,V>

Hello All,

We are migrating c++ application developed on Solaris to RHEL4.0. One
of C++ module uses SourcePro roguewave classes. During migration we
found that RWTPtrHashDictionary<K,Vis deprecated. RogueWave version
is changed from 7 to 9.
Original code line was

static RWTPtrHashDictionary<RWCString, RuleClass ruleHash;

I changed it to

static RWTPtrHashDictionary<RWCString, RuleClass
RWDefHArgs(RWCString)ruleHash;.

Application is crashing when object ruleHash tries to call entries()
method.
ruleHash.entries();

Is the changed code is correct. Please help me on this.

Thanks,
Prakash

May 23 '07 #1
1 1817
pr***********@gmail.com wrote in news:1179892123.270866.301420
@q66g2000hsg.googlegroups.com:
Hello All,

We are migrating c++ application developed on Solaris to RHEL4.0. One
of C++ module uses SourcePro roguewave classes. During migration we
found that RWTPtrHashDictionary<K,Vis deprecated. RogueWave version
is changed from 7 to 9.
You're asking in the wrong place... you want a RogueWave-specific newsgroup
or mailing list. comp.lang.c++ is for discussing the Standard C++
language.
May 23 '07 #2

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

Similar topics

77
5191
by: Gerrit Holl | last post by:
Hi, the <> inequality test operator has been deprecated for a loooooong time. Is there a reason that it doesn't trigger a DeprecationWarning? $ python2.2 -Wall -c "print 0 <> 0" 0 $...
12
7143
by: Shawn Lindsay | last post by:
Hi. I'm trying to write a plugin for some blogging software (blosxom), and I wanted to make use of the <au> aka <author> tag. Apparently that element is in html 3.x, but not in the specs for...
129
64455
by: Torbjørn Pettersen | last post by:
I've started cleaning up my HTML and implementing CSS. So far I've used FrontPage, but am switching over to DreamWeaver. Reading a bit on W3Schools.com and W3.org I see there are a lot of HTML...
61
24396
by: Toby Austin | last post by:
I'm trying to replace <table>s with <div>s as much as possible. However, I can't figure out how to do the following… <table> <tr> <td valign="top" width="100%">some data that will...
2
5945
by: not 2 swift | last post by:
I thought I would update an old page on which I had used a <INPUT TYPE=image ...> with a <BUTTON><IMG SRC=...></BUTTON> The problem is that <BUTTON> always provides a shadow/emboss effect. Can...
3
3791
by: Josef K. | last post by:
Asp.net generates the following html when producing RadioButton lists: <td><input id="RadioButtonList_3" type="radio" name="MyRadioButtonList" value="644"...
11
25360
by: Ben Amada | last post by:
Hello, When centering a block of HTML, in the past, I've always used: <div align="center"> ... </div> However, in VS 2005, I get the following warning: "Validation (XHTML 1.0...
1
4872
by: Mark Ingram | last post by:
Hi, I'm in the middle of upgrading our code with VC8, but when I include <dequeI get the following errors: warning C4995: 'gets': name was marked as #pragma deprecated warning C4995: 'sprintf':...
6
3071
by: Summercool | last post by:
I just found that for a table, the margin for <trand <tdare not honored, but the padding is... is this a widely known fact? why make this an exception for margin, i wonder. margin not...
0
7207
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
7095
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7294
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7361
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5602
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,...
1
5026
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...
0
4693
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3183
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3173
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.