Re: [fpc-devel]A little fix

2003-09-30 Thread Peter Vreman
> 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

[fpc-devel]A little fix

2003-09-30 Thread Pavel V. Ozerski
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