[sane-devel] dll.c OS/2 specific patch

2004-04-23 Thread Henning Meier-Geinitz
Hi, On Thu, Apr 22, 2004 at 10:56:01PM +0200, Franz Bakan wrote: > > You could try to write some Makefile/shell script code that only gets > > active on OS/2 and shortens the filename of the libs (e.g. by removing > > "sane-" from "libsane-" or if that works on OS/2 even removing the > > "lib". Th

[sane-devel] dll.c OS/2 specific patch

2004-04-22 Thread Franz Bakan
Hi, thanks Henning for responding! > On Wed, Apr 21, 2004 at 06:12:04PM +0200, Franz Bakan wrote: > > to make dynamic loading of backend-dlls work on OS/2 > > there is a patch needed. Could someone please commit? > > So currently there is no dynamic loading on OS/2? Only a shared big > dll backe

[sane-devel] dll.c OS/2 specific patch

2004-04-22 Thread Henning Meier-Geinitz
Hi, On Wed, Apr 21, 2004 at 06:12:04PM +0200, Franz Bakan wrote: > to make dynamic loading of backend-dlls work on OS/2 > there is a patch needed. Could someone please commit? So currently there is no dynamic loading on OS/2? Only a shared big dll backend with all backends preloaded or even a sta

[sane-devel] dll.c OS/2 specific patch

2004-04-21 Thread
Hi, to make dynamic loading of backend-dlls work on OS/2 there is a patch needed. Could someone please commit? Drawback on OS/2 is that the backend.dll names have a length limitation. IIRC they have to be 8.3 Doses someone has a suggestion for a workaround? Bye Franz Patch follows: *** dll.c