Error compiling a *.dpr file in Delphi 7

Asked

Viewed 126 times

1

I am trying to compile a *.dpr file in Delphi 7, but whenever it starts to compile it presents the following error:

inserir a descrição da imagem aqui

And if OK grip and run again it displays another error window:

inserir a descrição da imagem aqui

I’m new to Delphi, someone knows what could be causing this?

  • Good afternoon, can you give more information? Which database you are using (FireBird, MySQL, Oracle, Access)? Which connecting component (IBX, ADO, FireDAC)? How you tell the component the data to make the connection (INI file, fixed data)? And I might add that you’re probably using the FireBird and service thereof is stopped.

  • @Andrey Good afternoon, I am currently using Firebird, actually this application not created by me, but I need to change the database from Firebird to Postgresql, this application uses a file *.ini to make the connection to the database, so would try to see in the code where this connection to the file occurs, but whenever I try to perform the described error occurs.

  • And the database service FireBird is started? And first of all, is it installed? See Control panel. You look like that.

  • @Andrey Question of bank is all OK, is installed and running normally

  • Is the database connection component already enabled? Probably Active... property if it is, disable it.

  • 2

    I found out what it was, the line that made the connection to the file . ini was commented, then when I took the comment it was all right

Show 1 more comment

1 answer

0


I found out what it was, the line that made the connection to the file . ini was commented, then when I took the comment it was all right

Browser other questions tagged

You are not signed in. Login or sign up in order to post.