Skip to main content
18-Opal
November 1, 2022
Solved

Please advise on VS2017 build failure

  • November 1, 2022
  • 1 reply
  • 1438 views

hi,

We need to upgrade the project implemented with CP3.0&VS2012 to CP6.0&VS2017.

 

For migration, the VS2017 project was configured and built in the same way as the existing VS2012 project properties.
At first, an error stating that protk_dll.lib could not be found occurred, so the input value of the linker was changed to protk_dll_NU.lib.
Numerous LNK2019s occur after the change.

 

I am attaching the project file, thank you for your help.

 

P.S.
Create a project by moving the protoolkit folder that comes with the CP6.0 installation to D:\Users\header\C6.0.
For the difference, the project built in VS2012 is also attached.
The difference between the two projects is the referenced linker and C/C++ paths (C6.0 and C3.0), and the input protk_dll and protk_dll_NU of the linker properties.

Best answer by CHASEONHO

Add "protoolkit_NU.lib, ucore.lib, udata.lib, protk_dll_NU.lib" to the linker input.

1 reply

CHASEONHO18-OpalAuthorAnswer
18-Opal
November 1, 2022

Add "protoolkit_NU.lib, ucore.lib, udata.lib, protk_dll_NU.lib" to the linker input.