Hi Marcov.
That is just the goal of a dynamic loading !
With a
dynamic load you can choose the location of a
.so lib.
With
Lazdynamic_Bass.pas you can choose the location of
libbass.so and load it,
in Linux and in Windows as well
(bass.dll).
With
Lazdynamic_FX_Bass.pas (that i have translated from Bass_FX.pas, following the ideas of Lazdynamic_Bass.pas for Bass.pas) it does not dynamic-load
libbass_fx.so lib in Linux.
But in Windows,
bass_fx.dll dynamic-load without problems with the same code
lazdynamic_Bass_FX.pas.
And the question was : why ?
Whats wrong in code
Lazdynamic_FX_Bass.pas ?
(Knowing that
Lazdynamic__Bass.pas works perfectly in Linux as well and was translated from
Bass.pas)
Thanks