In client applications on Windows systems, you can modify the standard conversion tables as follows:
The version information of the created DLL is not essential in order to create the library.
Modifying the library utmcnvnn.dll
To modify the library utmcnv
nn.dll
the following steps are necessary:
Modify the tables as required, see “Adapting tables in kcsaeea.c or KDCAEEA.C (Standard code conversion tables)”.
Create the library
utmcnv
nn.dll
.If you are using Microsoft Visual Studio:
In the directory upic-dir
\utmcnv
create a new, blank Win32 project with the nameutmcnv64
(64-bit) and the application type Dynamic-Link Library.Add the following files to the project:
The modified code tables file
kcsaeea.c
,If necessary,
utmcnv
nn.rc
.
c. Use this project to create utmcnv
nn.dll
.
Once the utmcnv
nn.dll
library has been created successfully, you still have to copy it into the upic-dir\sys
directory containing the UPIC library upicw
nn.dll
or upicws
nn.dll
which is loaded by your application.
Verify that the original library utmcnv
nn.dll
is either overwritten by copying or is deleted, otherwise it may be loaded inadvertently by the system instead of the new library.