Page 1 of 1

Program won't compile anymore since update to EPx64 7.60

Posted: Tue Jun 25, 2024 9:41 am
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

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

Posted: Wed Jun 26, 2024 3:09 pm
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.

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

Posted: Thu Jun 27, 2024 8:41 am
by robert256
Hi Enigma, thank you, that fixed it. All compiling fine now!

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

Posted: Thu Jun 27, 2024 9:50 am
by Enigma
Thanks for confirmation :)