Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MultiByteToWideChar????
Message
De
07/07/2000 05:30:19
 
 
À
07/07/2000 04:06:05
Information générale
Forum:
Visual C++
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00389334
Message ID:
00389351
Vues:
19
Just to add to this:

The following code returns the first letter of the filename....

LPWSTR wszPath = new WCHAR[_MAX_PATH];
MultiByteToWideChar(CP_ACP,MB_PRECOMPOSED,(LPCSTR) c_file.name,-1,wszPath,_MAX_PATH);

cout=(char*)wszPath;

How do I get the rest of the filename?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform