Language german,
BCC77064 compile, message is ok
MSVC32 compile, message is ok
MSVC64 compile, message is not ok
fwstring() for MSVC64bit seems not good for öäü..
msg_fwstring.prg
// Typical exit message, from Windows!
#include "FiveWin.ch"
//----------------------------------------------------------------------------//
function Main()
FWSetLanguage( 5 ) // 1 english, 2 spanish, 3 french, 5 german, 6 italian
MsgYesNo( fwstring("Want to End ?" ) )
return nil
//----------------------------------------------------------------------------//Ing. Anton Lerchster
