Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with conversion from VC++ 5.0 to VC++ 6.0
Message
Information générale
Forum:
Visual C++
Catégorie:
Problèmes
Titre:
Problems with conversion from VC++ 5.0 to VC++ 6.0
Divers
Thread ID:
00414024
Message ID:
00414024
Vues:
45
Hello all!

I have a 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<class _RI> inline void sort(_RI _F, _RI _L);
template<class _RI, class _Pr> 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.

Has anyone an idea?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform