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.
Solved! Go to Solution.
Add "protoolkit_NU.lib, ucore.lib, udata.lib, protk_dll_NU.lib" to the linker input.
Add "protoolkit_NU.lib, ucore.lib, udata.lib, protk_dll_NU.lib" to the linker input.