windows

TwitterFacebook
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. http://support.microsoft.com/kb/108450
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 : http://www.commentcamarche.net/download/telecharger-60-inno-setup

Télécharger Inno Setup (gratuit)

http://technet.microsoft.com/fr-fr/sysinternals/bb896653.aspx Par Mark Russinovich

Process Explorer v11.02