473,499 Members | 1,808 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

error thrown after changing RWTValSortedVector

4 New Member
Hi,

I changed the RWTValSortedVector< long, less<long>> to RWTValSortedVector< long, std::less<long>> and I
compiled my source code, I get this error

std::vector<long>&RW_VBase<std::vector<long>,RWTVa lSortedVector<long,std::less<long>,std::allocator< long> > >::std() AParse.o
__type_1 std::copy<long*,long*>(__type_0,__type_0,__type_1) SnmpAgentPollerAgentParse.o
void std::list<RWTValVector<RWCString> >::insert(std::list<RWTValVector<RWCString> >::iterator,std::list<RWTValVector<RWCString> >::const_iterator,std::list<RWTValVector<RWCString > >::const_iterator) A.o
ld: fatal: Symbol referencing errors. No output written to ../bin/a

bye,
hp
Feb 6 '09 #1
5 1618
donbock
2,426 Recognized Expert Top Contributor
Is this a separate question, or did you intend this post to be a reply to none-line-non-pure-virtual-function-error ?
Feb 6 '09 #2
hari83
4 New Member
This is a seperate question
Feb 6 '09 #3
newb16
687 Contributor
Is there the beginning? Usually errors begin with some meaningful text like 'undefined symbol' , 'syntax error', etc.
Feb 6 '09 #4
hari83
4 New Member
hi,

sorry didnt update that

it began with
"Undefined first referenced
symbol in file"

bye,
hp
Feb 6 '09 #5
weaknessforcats
9,208 Recognized Expert Moderator Expert
Is your code posting accurate?
This won't work:
Expand|Select|Wrap|Line Numbers
  1. RWTValSortedVector< long, less<long>> 
There is a >> operator showing. You need to add a space:
Expand|Select|Wrap|Line Numbers
  1. RWTValSortedVector< long, less<long> > 
Feb 6 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

67
4190
by: Steven T. Hatton | last post by:
Some people have suggested the desire for code completion and refined edit-time error detection are an indication of incompetence on the part of the programmer who wants such features. ...
1
1645
by: Alex | last post by:
Hi, is it possible to determine exactly what type of error/exception was thrown from a try catch block bt simple catching the generic error. by this I mean, suppose I have the follwoing code...
1
1880
by: D A H | last post by:
I have gotten the same exception in multiple projects. I have solved the underlying problem. My question is if anyone knew of a setting that would cause this exception to be thrown. A...
6
3860
by: ST | last post by:
Hi, I keep getting the parser error, and I have no idea why. I've tried a number of things including: 1)building/rebuilding about 100x 2)making sure all dll's are in the bin folder in the root...
0
1070
by: Evan Delodder | last post by:
I am trying to edit form elements (labels, text box's, etc) in Visual Studio.NET using VB.NET. Whenever I edit certain forms’ appearance whether it is through the code, or through the designer, I...
1
2811
by: Jim Davis | last post by:
I've been happily using a custom error handler of the following form for a while now: window.onerror = function(Message, URL, Line) { ... } The current case is an intranet application (support...
0
1052
by: not_a_commie | last post by:
I would like the (VS2005) debugger to not break when Microsoft.DirectX.DirectInput.UnsupportedException is thrown, which inherits from System.ApplicationException. Is there anyway to do this? The...
2
1971
Dormilich
by: Dormilich | last post by:
Hi, I'm testing my classes for a web page and I stumble upon an error I don't have a clue what it means: Error: Fatal error: Can't use method return value in write context in "output.php" on...
2
4056
by: hari83 | last post by:
Hi, While compiling my source through make file, I recieve the below error: __RTTI__1nJTProperty4nJRWCString___ ../../../commonServices/lib/libCommonServices.a(ConfigFacility.o) void...
0
7007
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
7174
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
7220
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
7388
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
5470
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
3091
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
297
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.