Page 1 of 1

Warning Messages

Posted: Sun Jul 13, 2014 11:01 pm
by TheWZ
I received three warning messages initially loading from another project and another now sorted. But the final message WARNING: The function EP_RegLoadKeyEx should be used instead of deprecated EP_RegLoadKey I don't understand can anybody advise on how to solve, remedy or explain why and what this messages means. Thanks in advance

Re: Warning Messages

Posted: Wed Jul 16, 2014 7:58 am
by Alec
Hi, this message means that you are using EP_RegLoadKey function somewhere in your code, but now you need to use new function EP_RegLoadKeyEx instead.