Program won't compile anymore since update to EPx64 7.60
Posted: Tue Jun 25, 2024 9:41 am
Hi Enigma,
I just updated to EP x64 7.60, and did not change anything in my VC 2022 program solution, but now suddenly my program won't compile anymore, as the linker can't find the EP functions anymore:
Error LNK2019 unresolved external symbol __imp_EP_Marker referenced in function WinMain
Error LNK2019 unresolved external symbol __imp_EP_RegLoadKeyEx referenced in function WinMain
Error LNK2019 unresolved external symbol __imp_EP_RegCheckKey referenced in function WinMain
etc.
I have checked the paths in the project properties, but they are unchanged and correct.
Did something change in setting up? Or is there something wrong with the X64 library?
When I reinstall the old EP version, the compiler works again as before, so it seems something is missing/changed in the new SDK.
Best regards,
Robert
I just updated to EP x64 7.60, and did not change anything in my VC 2022 program solution, but now suddenly my program won't compile anymore, as the linker can't find the EP functions anymore:
Error LNK2019 unresolved external symbol __imp_EP_Marker referenced in function WinMain
Error LNK2019 unresolved external symbol __imp_EP_RegLoadKeyEx referenced in function WinMain
Error LNK2019 unresolved external symbol __imp_EP_RegCheckKey referenced in function WinMain
etc.
I have checked the paths in the project properties, but they are unchanged and correct.
Did something change in setting up? Or is there something wrong with the X64 library?
When I reinstall the old EP version, the compiler works again as before, so it seems something is missing/changed in the new SDK.
Best regards,
Robert