Orafce 3.17.0
I released Orafce 3.17.0. This is bugfix only release. Giles Darold wrote a patch that fixes orafce's regexp functions for NULL arguments.
Some notes about PostgreSQL
I released Orafce 3.17.0. This is bugfix only release. Giles Darold wrote a patch that fixes orafce's regexp functions for NULL arguments.
2 Comments:
Hi, I am trying to build Orafce 3.17.0 using VisualStudio 2022. Everything seems to go well almost until the end, when I get linking errors:
Error LNK2001 unresolved external symbol orafce_sql_yyerror
Error LNK2001 unresolved external symbol orafce_sql_scanner_init
Error LNK2001 unresolved external symbol orafce_sql_yyparse
Error LNK2001 unresolved external symbol orafce_sql_scanner_finish
All of them related to plvlex.obj.
Is that a known potential problem? Could the Platform Toolset set to "Visual Studio 2022" instead of "Windows 7 SDK" be the cause?
What is your build setup?
Thank you!
Please, use steps described in README.msvc. Probably you try to explicitly compile sqlscan.c, what is wrong.
Post a Comment
Subscribe to Post Comments [Atom]
<< Home