Page 1 of 1

library ('..\data\BSHL725.BSL')

Posted: Fri Nov 03, 2017 12:11 pm
by ppb
Hi everybody,

the library ('..\data\BSHL725.BSL') when the program is compiled ,
is it inside exe file ?
Why does you change this like that ?
Before it is not necessary any library.

This line is in FormCreare but

Code: Select all

 BSHL7Library.LoadFromFile('..\data\BSHL725.BSL');
[dcc32 Error] Unit13.pas(73): E2003 Undeclared identifier: 'BSHL7Library'
Best regards.

Re: library ('..\data\BSHL725.BSL')

Posted: Fri Nov 03, 2017 1:14 pm
by admin
Hi,

Add BSHL7Object unit.

BSHL725.BSL is library file not included in exe file.

For more information please compile demo app.

Best regards.