Ir para conteúdo
Fórum Script Brasil
  • 0

Erro Na Compilação...


RportM

Pergunta

e aí galera beleza!?

to compilando meu programa e está dando o seguinte erro...

[Error] uMainClient.pas(53): E2003 Undeclared identifier: 'WriteLn'

[Error] uMainClient.pas(54): E2003 Undeclared identifier: 'ReadLn'

[Error] uMainClient.pas(101): E2003 Undeclared identifier: 'WriteLn'

[Fatal Error] ClientDemo.dpr(6): F2063 Could not compile used unit 'uMainClient.pas'

alguém poderia me dizer o significados deles? obrigado desde já

Link para o comentário
Compartilhar em outros sites

7 respostass a esta questão

Posts Recomendados

  • 0

com ó codigo é bem mais facil ajuda

Writes to a text file and adds an end-of-line marker

Unit

System

Category

text file routines

procedure Writeln([ var F: Text; ] P1 [, P2, ...,Pn ] );

Description

Writeln is an extension to the Write procedure, as it is defined for text files.

After executing Write, Writeln writes an end-of-line marker (carriage return/line feed) to the file. Writeln(F) with no parameters writes an end-of-line marker to the file. (Writeln with no parameter list corresponds to Writeln(Output).)

The file must be open for output.

Note: When an application is compiled as a console application (using the Generate console application checkbox on the Linker page of the Project|Options dialog, or a -cc command line switch with the command-line compiler), Delphi automatically associates the Input and Output files with the application's console window. For non-console applications, any attempt to read from Input or write to Output will generate an I/O error.

Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,1k
    • Posts
      651,8k
×
×
  • Criar Novo...