Hello All,
I'm using Qt SDK 1.1 Beta, targeting for Symbian^3 release gives checklib related errors.
Referred few threads: http://discussion.forum.nokia.com/fo...d-C#post786069 and adding new (ELeave) solved the problem with couple of libs but I have some huge C++ source libs where fixing this is a pain.Code::-1: Running command: D:/nokiaQTsdk11beta/Symbian/SDKs/Symbian3Qt472/epoc32/tools/checklib.exe stdc++ --elf D:/nokiaQTsdk11beta/Symbian/SDKs/Symbian3Qt472/epoc32/release/armv5/urel/some.lib D:/nokiaQTsdk11beta/Symbian/SDKs/Symbian3Qt472/epoc32/release/armv5/urel/someother.lib D:/nokiaQTsdk11beta/Symbian/SDKs/Symbian3Qt472/epoc32/release/armv5/urel/qtmain.lib checklib: error: library D:/nokiaQTsdk11beta/Symbian/SDKs/Symbian3Qt472/epoc32/release/armv5/urel/some.lib is incompatible with standard C++
Also tried this trick http://www.summeli.fi/?p=2171 didn't work, may be the problem was with SBSv2 build chain that's currently used.
Is there any direct way to ignore this checklib error??





