
File CIAXCOM.SBP is our Superbase bar code library. It contains functions (written in SBL) for calculating bar codes in Superbase. These functions can be used in Superbase; reports, forms, programs, etc.
File CIA-BAR.DLL is a Dynamic Link Library that contains fast code used by our Superbase bar code functions.
Installing these two files is very simple;
- Open Windows Explorer.
- Copy file CIA-BAR.DLL (CIA-BAR) to your C:\Windows\System\ directory.
| Note: If you cannot see this file in Windows Explorer,
choose menu View | Folder Options... click the View tab,
under the Hidden files folder, select Show all files.
Also, if Hide MS-DOS file extensions for file types that are registered is selected, then CIA-BAR.DLL will appear in Windows Explorer as file CIA-BAR (without the file extension). |
You can leave file CIAXCOM.SBP in the default directory C:\JITSBP\
If you prefer, you can move or copy it to any other directory.
| IMPORTANT: If you copied file CIA-BAR.DLL to directory C:\Windows\System\ then you do NOT need to do this step. |
If you do not copy file CIA-BAR.DLL to directory C:\Windows\System\ (or to somewhere on your systems PATH) then you must edit file CIAXCOM.SBP, and specify the path of file CIA-BAR.DLL
- In Superbase, open file CIAXCOM.SBP
- In file CIAXCOM.SBP, find the following lines;
REGISTER "CIA-BAR.DLL","CIA_CALC","ICFFCLL" REGISTER "CIA-BAR.DLL","CIA_ERR","IICFI" |
If you copied file CIA-BAR.DLL to directory E:\INSTALL\ then;
- Insert the path to file CIA-BAR.DLL like this;
REGISTER "E:\INSTALL\CIA-BAR.DLL","CIA_CALC","ICFFCLL" REGISTER "E:\INSTALL\CIA-BAR.DLL","CIA_ERR","IICFI" |
|
Copyright © 2000 CIA (BAR CODES) UK. All rights reserved. Reproduction prohibited. |