Sunday, October 31, 2021

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.

2 Comments:

At November 22, 2021 at 9:49 AM , Blogger Borealis said...

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!

 
At December 21, 2021 at 9:15 PM , Blogger Pavel Stěhule said...

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