Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Still Problems with conversion from VC++ 5.0 to VC++ 6.0
Message
Information générale
Forum:
Visual C++
Catégorie:
Problèmes
Titre:
Still Problems with conversion from VC++ 5.0 to VC++ 6.0
Divers
Thread ID:
00414786
Message ID:
00414786
Vues:
42
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform