library ('..\data\BSHL725.BSL')
Posted: Fri Nov 03, 2017 12:11 pm
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
Best regards.
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'