Вниз
Скачать: CL | DM;

ConsoleAPI   Найти похожие ветки 

 
fishca ©   (2003-01-11 00:06) [0]

Как заставить в консольном приложении под W2k писать русскими буквами текст?

program Project2;

{$APPTYPE CONSOLE}

uses
SysUtils,Windows;

begin
{ TODO -oUser -cConsole Main : Insert code here }
SetConsoleTitle("Привет!");
ReadLn;
end.


Не могу установить кодовую страницу не только для заголовка окна, но и в само окно не могу вывести текст по русски(в Win кодировке). Подскажите, в чем проблема?

Пытался менять кодовую страницу с помощью функции:


The SetConsoleOutputCP function sets the output code page used by the console associated with the calling process. A console uses its output code page to translate the character values written by the various output functions into the images displayed in the console window.

BOOL SetConsoleOutputCP(

UINT wCodePageID // code page to set
);


Parameters

wCodePageID

Specifies the identifier of the code page to set. The identifiers of the code pages available on the local computer are stored in the registry under the following key.


 
Игорь Шевченко ©   (2003-01-11 10:40) [1]

А перекодировать каждую строчку в OEM не помогает ? :-)



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.011 c
14-76153
0$a
2003-02-04 23:12
2003.02.24
протоколы


6-76063
Be$
2002-12-29 12:08
2003.02.24
Отправка файла через сокет...


6-76080
Ihor Osov'yak
2003-01-04 22:51
2003.02.24
TWebBrowser: установка прокси и возврат к установкам IE


14-76106
Ihtiandr
2003-02-06 14:09
2003.02.24
ehLib


1-76022
dimonf
2003-02-12 11:33
2003.02.24
Подскажитн, как можно отключит BorderStyle в MDI окне!




   Наверх