This page contains all files required to develop and use dunord products.

This first section is for 32 bit drivers. A 16 bit driver section follows for those who still require our 16 bit drivers.

Note that from March 2003, the main driver module, dunordsi.dll, has been split into 3 modules, dunordsi.dll, dsi_res.dll and dtl_trace.dll

The same functionnality is maintained.

32 bit driver for Windows 95 or 98 ( for both PCI and I-2000 boards )

This file contains dunordsi.dll, the main driver for dunord's product. It also contains the low level driver for Win95.

Note: dunordsi.dll and dunord.vxd should always be updated together.

When used with an I-2000 ISA board, the install process will find appropriate settings and tell you which one to use. There is a new "com" autodetect feature that will find on which com port the scanner is connected.

dunwin32.zip ( 830k ) last rev.: 06/01/16

32 bit driver for NT( for both PCI and I-2000 boards )

This file contains dunordsi.dll, the main driver for dunord's product. It also contains the low level driver for NT 4.0.

Note that the same dunordsi.dll is used for both NT and Win95. Only the low level driver is slightly different.

dunordsi.dll and dunord.sys should always be updated together.

instnt.zip ( 875k ) last rev.: 07/10/22

If you use the scanner in non-administrator mode, you need to set user privileges.
Click here for the procedure.

32 bit driver for Windows 2000 and XP ( only for PCI.)

I-2000 ISA boards are not supported

This file contains the installation procedure and the low-level kernel driver for XP and 2000.

These drivers were adjusted for XP SP2.

Note that the same dunordsi.dll is used for 2000, NT and Win95. Only the low level driver is slightly different.

Download the file and unzip it to a temporary directory.
You can review the documentation, install the low-level driver and install the basic scanner interface drivers.

When the card is detected by the PC and the driver disk is requested, point to the win_2k sub_directory in the temp directory where you unzipped this file. It will automatically install the file dunord2k.sys.

You will have to manually start the install program named Win2KInst.exe to complete the instalaltion of all drivers.

Note that S2Fv3 is not part of this package and must be downloaded separately.

inst2k.zip ( 1k ) last rev.: 07/10/22

If you use the scanner in non-administrator mode, you need to set user privileges.
Click here for the procedure.

S2f_32 bit

This is a 32 bit enhanced version of S2F, Scan to File utility and test program. It uses the 32 bit driver and it works under Win95 or NT.

Two downloads are available:

Full installation for all Windows. Includes all support files ( dll, ocx, etc. )
s2f32ins.zip ( 3268k ) last rev.: 07/10/22

Program only. Use this file to refresh to most current program if you already have an installed version
s2fv3.zip ( 836k ) last rev.: 07/10/22

Note that this program now includes a Help file. If you already are using S2Fv3, get this updated version to install the Help file.

32 bit ISIS drivers for both Win95/98 and NT

This file contains the 32 bit ISIS drivers written according to Spec-TK and MS61 standards. It allows an application that requires a 32 bit ISIS interface to connect to any scanner connected trhu a Dunord interface card.

A readme.txt file explains how to install.

Dunordsi.dll and related files must first be installed before using this driver.

dsiisis.zip ( 76k ) last rev.: 07/10/22

 

TWAIN 1.7 32 bit driver

We have included a TWAIN 1.7 interface. This layer was written for our 32 bit dunordsi.dll driver. It has been tested with a many 16 bit and 32 bit TWAIN applications. If you develop with TWAIN or test our driver with your TWAIN application, let us know at this email:

This is the 32 bit implementation of TWAIN v1.7 for Dunord's product. It requires installing the 32 bit drivers and will allow any TWAIN compatible application to use the scanner connected to the dunord interface.

dsitw17.zip ( 79k ) last rev.: 07/10/22

 

16 to 32 bit Thunker

This file contains a thunker that allows 16 bit application to connect to our 32 bit drivers.

It will allow applications that were developped to use our 16 bit API to use our newer 32 bit drivers. It will convert most calls to a 32 bit call. Most applications tested work with this thunker. It is thus possible to run those applications unde NT, or under Win95 / 98 without installing the 16 bit drivers.

dunthunk.zip ( 52k ) last rev.: 07/10/22

 

PDF support

Dunord now supports saving to Adobe's PDF format.

Get this file and copy the included library in one of your path directories. The PDF support will be available to dunordsi.dll ( created after August 15, 1999 )

dsipdf.zip ( 82k ) last rev.: 07/10/22

 

JPEG support

With the librairies contained in this file, it is now possible to save files in JPEG format from the driver. S2Fv3 may also read files from almost any format, JPEG, BMP, TIFF, etc.

This feature is available with the librairies from Pegasus Software, distributed here. Those librairies are complete but they will flash some messages. Once a licence has been aquired from the messages will not appear.

Get this file and copy the included files in one of your path directories. The JPEG support will be available to dunordsi.dll ( created after August 15, 1999 )

dsijpeg.zip ( 477k ) last rev.: 07/10/22

 

 

For the developers

Dunord API

Dunord's API is now available in HTML format, to be viewed by a browser like Explorer, Netscape, Opera, or any browser that supports frames..
Get this file, unzip it to a directory and open file dun_api.htm with your browser. All documentation is available and there is a section that explains how to convert from the 16 bit API to this 32 bit API.

As of January 2001, we have expanded our API to include ColErase, ColIndex and ColAdapt technologies. The frame based documentation covers all topics.

dunapi.zip ( 466k ) last rev.: 03/04/29

h, bas and lib files

files required for developers.

This zip contains dunordsi.h definition file required for C development and dunordsi.lib. It also contains a definition file for Visual Basic 5+.

h_bas.zip ( 38k ) last rev.: 07/10/22

Dunord Trace Library

DLL, documentation and support files.

DTL_Trace is a trace library that can be used from any program. This is the same trace used in Dunord drivers. It is made available for other applications.

This zip contains dtl_trace.dll and all support files required for Visual Basic or C.