Program won't compile anymore since update to EPx64 7.60

x64 version issues
Post Reply
robert256
Posts: 15
Joined: Fri May 01, 2020 10:07 am

Program won't compile anymore since update to EPx64 7.60

Post by robert256 »

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
Enigma
Site Admin
Posts: 3004
Joined: Wed Aug 20, 2008 2:24 pm

Re: Program won't compile anymore since update to EPx64 7.60

Post by Enigma »

Hi Robert,

Please re-download x64 version from customers panel, there had been included wrong enigma_ide64.lib file in this release. Problem is fixed, setup file is updated.
robert256
Posts: 15
Joined: Fri May 01, 2020 10:07 am

Re: Program won't compile anymore since update to EPx64 7.60

Post by robert256 »

Hi Enigma, thank you, that fixed it. All compiling fine now!
Enigma
Site Admin
Posts: 3004
Joined: Wed Aug 20, 2008 2:24 pm

Re: Program won't compile anymore since update to EPx64 7.60

Post by Enigma »

Thanks for confirmation :)
Post Reply