Bueno lo pude compilar sin generar y utilizar la dll como dice en el ReadMe(eng).txt
(b) or directly to connect it to the project (comment in 'use': Foreval_Lib and set key 'STRING' in Foreval_Lib.pas)
en el foreval_Lib
cambie
{.$DEFINE STRING} a {$DEFINE STRING}
y en mi uses agregue
,Foreval_Lib //At direct connection (without dll) to delete Forevaldll to add Foreval_Lib; in Foreval_Lib set key STRING
mi error era que estaba banqueando variables que se eliminan solas cuando se ejecuta el finalization
muchas gracias
|