Page 1 of 1

Problems building with Symbian S60 (3rd) : Odd linking error

PostPosted: May 9, 2008 @ 6:27am
by g9icy

PostPosted: May 9, 2008 @ 12:49pm
by edge

PostPosted: May 9, 2008 @ 11:57pm
by Ryumaster

PostPosted: May 12, 2008 @ 5:43pm
by edge
Hi Ryumaster,

For Symbian you need to add a macro definition to your project file, otherwise EDGELIB doesn't recognize it's Symbian. Define 'SERIES60' in your project workspace before building.

PostPosted: May 13, 2008 @ 8:28am
by g9icy
Hi Edge,
Just FYI, the error sorted itself out. I had made a copy of the platform ini files for edgebuilder and made changes, but was not calling it. I was still calling the original.

Error's gone and it compiles fine, now I just need to get resources built into it with carbide.

Thanks for you help regardless,
-g9

PostPosted: May 13, 2008 @ 10:22am
by Ryumaster
Thanks, it is working perfectly now.