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?
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:
ReplyDeleteError 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.
ReplyDelete