2010/12/24 Michael Van Canneyt <[email protected]>: > I would think that only the low-level file contains the version number. > > The high-level API can initially choose the API by means of a conditional > define, or, at a later stage, load the low-level support 'on demand', > adapting to whatever version is there.
Agreed. This is reasonable. Especially because I already use the dynamic loading of library. Perhaps, it's possible to do without a conditional compilation. -- ---------- Ivan Shikhalev Jabber ID: [email protected] -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
