[fpc-devel] is smartlink of Win32 DLLs broken again? And a old FreeBSD port problem additionaly

Pavel V. Ozerski pavel at insect.mail.iephb.ru
Wed Apr 27 11:48:23 CEST 2005


Hello all,

I found something that explains a loss of reference from PASCALMAIN
module to edata module. In pmodules.pas, in proc_program procedure an
inserting of this reference is provided.

         if assigned(exportlib) and
            (target_info.system in [system_i386_win32,system_i386_wdosx]) and
            assigned(current_module._exports.first) then

But actually current_module._exports.first is nil (at least at this
stage). The condition is false, inserting doesn't occur.

Pavel






More information about the fpc-devel mailing list