Hi all,
There is a weird problem I am facing while creating Symbian OS ROM image.
There are two dlls a_x.dll and b_y.dll. For both I have separate iby files a_x.iby and b_x.iby.
b_y.dll has a dependency on a_x.dll, as it calls some function from the same.
Now while creating image, surprisingly the image is not including a_x.dll within it. So finally, while creating dependency graph, it giving me error that cant build dependency graph for b_y.dll as a_x.dll is not present in ROM.
The problem is surprisingly new to me, while creating the image it simply skipping the line "file=ABI_DIR\UDEB\a_x.dll sys\bin\a_x.dll" without showing any error on screen. I have tried commenting the inclusion of b_y.dll, and I got the image without the a_x.dll file. It's simply not getting included. I have experimented a lot on this and this not a UID problem for sure.
Any one faced this earlier?? Any suggestion is highly appreciated.




