I am currently using RiC 7.4 and i have a problem with the animation.
It worked with my flat project tree without any packages.
Now i structured my project into:
Default(Package)
-+APIs (Package)
--+SMS (Package)
If i switch to animation i get the following unresolved errors
Error2 error LNK2019: unresolved external symbol _aomGetPDefault_APIs referenced in function _ARC_PhonebookRecordRef_cInit PhonebookRecordRef.obj
Error3 error LNK2001: unresolved external symbol _aomGetPDefault_APIs MemoryFlash.obj
Error4 error LNK2001: unresolved external symbol _aomGetPDefault_APIs MemoryRam.obj
MemoryFlash and Ram are classes in the APIs Package. Previously it worked by moving the classes from the API package to the default package. Unfortunatly our project grew and now this workaround is no longer applicable.
Further the initialization code also produces errors in animation mode.
Has anybody an idea how to fix this issue?
best regards
Mike