ESQLC E_CL1F08 Timezone information file does not have the correct internal struct
ESQLC program E_CL1F08 Timezone information file does not have the correct internal structure.
This message i get when i try to run my 32bit esqlc programs on Windows 2008 R2 64bit against Ingres 10.0 64bit version with patch 14130.
I have copied the DLL's of the 32bit Ingres 10.0 version with patch 14196 to the Windows 2008 R2 64bit machine to a separate directory and added that directory to the path of the scripts that starts the programs.
The programs continue to run despite this message, but i am unsure of what the effects will be for them?
I Build the programs with Visual Studio 2005. (II_SYSTEM is set to the ingres 10.0 32 bit installation)
c/c++: Additional Include Directories is set to $(II_SYSTEM)\ingres\files
Linker: additional Dependencies is set $(II_SYSTEM)\ingres\lib\libingres.lib
Last edited by Roger; 2012-02-20 at 07:34 AM.
|