Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Still Problems with conversion from VC++ 5.0 to VC++ 6.0
Message
 
To
All
General information
Forum:
Visual C++
Category:
Troubleshooting
Title:
Still Problems with conversion from VC++ 5.0 to VC++ 6.0
Miscellaneous
Thread ID:
00414786
Message ID:
00414786
Views:
44
Hello all,

I still have that problem with a compiler conversion:

I have a complex program written in MS Visual C++ 5.0 Service Pack 3 that I have to convert to MS Visual C++ 6.0

In this program the MS headerfile "ALGORITHM" is included and the program uses the Method "sort()" from this file.

There are two sort()-functions in the file:
template inline void sort(_RI _F, _RI _L);
template inline void sort(_RI _F, _RI _L, _Pr _P);
But the compiler just accepts the first. My program uses the second.

I tried to apply the new Service Pack (4) for Visual Studio but it didn't help.

With MS Visual C++ 5.0 Service Pack 3 there are no probs with compiling.

the error is:
error C2977: 'sort' : Zu viele Vorlagenargumente
in english something like: 'too many template agruments'

Isn't there anyone who could help me?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform