When updating our code from current version from 2.5 to 3.0 I'm having some problems compiling C extensions code due to some changes made on the fglExt.h include file.
The error is a missing macro called SQLCHAR which is defined in esql/decimal.h on both version 2.50 and 3.0.
Problem is, on version 2.50, esql/decimal.h was included on fglExt.h.
On version 3.0 fglExt.h does not include this file and thus the macro is never defined.
Also, I can't find any documentation on fglExt.h changes made on version 3.0 and how I can update my code to comply with those changes.
What's the correct approach on this situation?
Thanks in advance,
José Virtuoso