DC10.70 Install issue

Just installed DC10.70

Have been using DC10.62 with no problem.

RCM4120 Module
Tried to compile a known good program and immediately rcvd an error msg…

line 2885 : WARNING 8001224-601.001X17.C : Reference to ‘readUserBlock’ has no corresponding prototype.
line 3030 : WARNING 8001224-601.001X17.C : Reference to ‘writeUserBlock’ has no corresponding prototype.

Used DC10.62 to compile and verify and all is well … no error…

so something has changed with the USERBLOCK function…

anyone see this issue with DC10.70 ?

UPDATE UPDATE UPDATE****
RESPONSE FROM DIGI TEAM

In DC10.70 there is a new library that contains these functions. You need to put

#use idblock_api.lib

at the top of your program.

Hi ,Which application you tried to compile…