alphaone
Messages postés134Date d'inscriptionvendredi 2 mai 2003StatutMembreDernière intervention14 novembre 2009
-
24 mai 2009 à 08:26
alphaone
Messages postés134Date d'inscriptionvendredi 2 mai 2003StatutMembreDernière intervention14 novembre 2009
-
25 mai 2009 à 07:10
Je tante de compiler mon programme sous visual, avant je le fessait avec mingw et cella marché trés bien, voila mes erreurs:
1>.\main.cpp(375) : error C2057: expected constant expression
1>.\main.cpp(375) : error C2466: cannot allocate an array of constant size 0
1>.\main.cpp(375) : error C2133: 'temp' : unknown size
1>.\main.cpp(443) : warning C4309: 'initializing' : truncation of constant value
1>.\main.cpp(443) : warning C4309: 'initializing' : truncation of constant value
1>.\main.cpp(776) : error C2664: 'CreateFileW' : cannot convert parameter 1 from 'QStdWString' to 'LPCWSTR'
1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>.\main.cpp(839) : error C2057: expected constant expression
1>.\main.cpp(839) : error C2466: cannot allocate an array of constant size 0
1>.\main.cpp(839) : error C2133: 'lpDirectoryName' : unknown size
alphaone
Messages postés134Date d'inscriptionvendredi 2 mai 2003StatutMembreDernière intervention14 novembre 2009 25 mai 2009 à 07:10
Je préfère c'est plus universelle et ça marche même sous unix:
char headerUtf16[2]={(char)0xff,(char)0xfe};
En plus il faut que je manipule un char * ...