> Hello,
> After I replaced in t_win32.pas unit a line 698 - from
> exportsSection.concat(Tai_symbol.Create(edatalabel,0));
> to
> exportsSection.concat(Tai_symbol.Create_Global(edatalabel,0));
>
> the smartlinking of Win32 dlls main modules became possible again.
Thanks, patch a
Hello,
After I replaced in t_win32.pas unit a line 698 - from
exportsSection.concat(Tai_symbol.Create(edatalabel,0));
to
exportsSection.concat(Tai_symbol.Create_Global(edatalabel,0));
the smartlinking of Win32 dlls main modules became possible again.
Sincerely, Pavel