madorin / fibplus

FibPlus Library for Delphi and C++Builder. Data access components for Firebird & Interbase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problemas en ejecucion

fer-intek opened this issue · comments

Les consulto, tengo 2 pc, en una funciona todo bien y en la otra puedo compilar bien, pero cuando ejecuto el sistema me da un error: Project xxx.exe raised exception class EOSError with message 'System Error. Code 126. No se puede encontrar el modulo especificado'
Creo que algo tiene que ver con la gds32.dll y fbclient.dll, si alguien me da una mano se lo agradecería.
Uso firebird 2.5 como motor.

I guess you need to specify explicitely which dll you want to use for connection.
Use LibraryName property and specity the full path to your fbclient.dll

Sos un genio!!! Gracias