Bonjour,
J?ai converti un programme C++ V6.0 en C++ .NET et lorsque je compile j?ai toujours l?erreur suivante :
c:\Projets\developpement\Exploitation Windows NT\xpmemoire\memoire\XPCIPH01_p.c(93): fatal error C1189: #error : You need a Windows 2000 or later to run this stub because it uses these features:
et le code faisant référence à cette erreur est:
#if !(TARGET_IS_NT50_OR_LATER)
#error You need a Windows 2000 or later to run this stub because it uses these features:
#error /robust command line switch.
#error However, your C/C++ compilation flags indicate you intend to run this app on earlier systems.
#error This app will die there with the RPC_X_WRONG_STUB_VERSION error.
#endif
J?ai windows XP Professional Version 2002 SP1
Ma version de Visual C++.NET est : 7.1.3088
Avez-vous une idée pourquoi j?ai cette erreur?