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

2004-06-08 Thread fba...@gmx.net (Franz Bakan)
Hi, On Sat, 5 Jun 2004 11:49:07 +0200, Henning Meier-Geinitz wrote: I've added the script to the tools directory. If you want to call it automatically from backend/Makefile please send a patch for the install traget that only executes when os2 is used. I'll see what I can do. Please check if

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

2004-06-08 Thread Henning Meier-Geinitz
Hi, On Tue, Jun 08, 2004 at 12:24:51AM +0200, Franz Bakan wrote: It still works, only a cosmetic issue: Linebreaks now are (hex) 0D 0D 0A instead of 0D 0A (after getting the .cmd via cvs) Hehe, CVS is not intelligent enough, emacs is too intelligent :-) I used your file with 0d 0a and

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

2004-06-05 Thread Henning Meier-Geinitz
Hi, On Wed, Jun 02, 2004 at 10:31:30PM +0200, Franz Bakan wrote: On Sat, 29 May 2004 17:21:06 +0200, Henning Meier-Geinitz wrote: What about tools/? There is already a script called by the Makefile. You could call it from backend/Makefile if the install target is run on OS/2. tools/ is

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

2004-06-02 Thread fba...@gmx.net (Franz Bakan)
On Sat, 29 May 2004 17:21:06 +0200, Henning Meier-Geinitz wrote: ... What do you think? Could this script be added to sane-backends/ or sane-backends/backend/ What about tools/? There is already a script called by the Makefile. You could call it from backend/Makefile if the install target

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

2004-05-29 Thread fba...@gmx.net (Franz Bakan)
--_=_=_=IMA.BOUNDARY.HYGJPM138764=_=_=_ Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit On Mon, 24 May 2004 21:15:24 +0200, Henning Meier-Geinitz wrote: ... And now please show us a patch that automatically creates these names in backend/Makefile :-) That's probably

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

2004-05-29 Thread Henning Meier-Geinitz
Hi, On Sat, May 29, 2004 at 12:12:58AM +0200, Franz Bakan wrote: On Mon, 24 May 2004 21:15:24 +0200, Henning Meier-Geinitz wrote: ... And now please show us a patch that automatically creates these names in backend/Makefile :-) That's probably more complicated. But with some Makefile or

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

2004-05-24 Thread Henning Meier-Geinitz
Hi, On Wed, May 19, 2004 at 11:59:56PM +0200, Franz Bakan wrote: If nobody has a better solution could someone please submit this small patch? It's now in CVS. And now please show us a patch that automatically creates these names in backend/Makefile :-) That's probably more complicated. But

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

2004-05-20 Thread fba...@gmx.net (Franz Bakan)
Hi, dynamic loading of the backend-code works on OS/2 via dlopen() in principle, but there is one problem: On OS/2 only filenames with max 8.3 length are possible for DLLs. So loading test.dll, mustek.dll epson.dll ... works, but agfafocus.dll or coolscan2.dll ... fails. The patch takes the