
windows
Get flash to fully experience Pearltrees
Installator : MSI / InstallShield / ORCA / Inno Setup
Execute
Pages de codes de MultiByteToWideChar() CP_ACP/CP_OEMCP
MultiByteToWideChar() maps a character string to a wide-character string. The declaration of this application programming interface (API) is as follows: int MultiByteToWideChar(uCodePage, dwFlags, lpMultiByteStr, cchMultiByte, lpWideCharStr, cchWideChar) UINT uCodePage; /* codepage */ DWORD dwFlags; /* character-type options */ LPCSTR lpMultiByteStr; /* address of string to map */ int cchMultiByte; /* number of characters in string */ LPWSTR lpWideCharStr; /* address of wide-character buffer */ int cchWideChar; /* size of wide-character buffer */ The first parameter, uCodePage, specifies the codepage to be used when performing the conversion. This discussion applies to the first parameter of WideCharToMultiByte() as well. The codepage can be any valid codepage number.Inno Setup est un installeur entièrement gratuit. Il crée des exécutables permettant d'installer les logiciels que vous avez développé. L'installation d'un logiciel packagé avec InnoSetup est d'une grande simplicité, et sa désinstallation est prise également en charge. InnoSetup permet ainsi de déployer facilement vos applications, même pour un usage commercial. Inno Setup possède notamment les fonctionnalités suivantes : Créer un setup d'installation - Inno Setup Compiler » Fiches pratiques : Il peut être utile, lorsqu'on commence à publier ses programmes, de faire un petit « setup » qui permettrait d'installer votre application.
Télécharger Inno Setup (gratuit)
Introduction Vous êtes-vous déjà demandé quel programme a un fichier ou un répertoire particulier ouvert ? Vous pouvez désormais le savoir. Process Explorer affiche des informations sur les descripteurs et les processus DLL ouverts ou chargés.

