Hi,
When I downladed the source for sqlite from sourceforge and tried to compile it, it got compiled for device and emulator on FP2 SDK, but on FP1 it does not compile for Emulator.
While compiling for emulator for FP1 i get following errors:
Code:
MAKEDEF ERROR: 141 Frozen Export(s) missing from object files: See the console for more information. SQLite60_Original Unknown 1233742493640 33847
Severity and Description Path Resource Location Creation Time Id
sqlite3_result_error @102 SQLite60_Original/BWins sqliteU.def line 104 1233742493656 33945
Severity and Description Path Resource Location Creation Time Id
sqlite3_result_error_nomem @104 SQLite60_Original/BWins sqliteU.def line 106 1233742493656 33947
sqlite3_result_error_toobig @105 SQLite60_Original/BWins sqliteU.def line 107 1233742493656 33948
sqlite3_result_error16 @103 SQLite60_Original/BWins sqliteU.def line 105 1233742493656 33946
-
but compilation for FP2 and FP1 Device (GCCE) does fine.
Please point out the possible problems.
also, In downloaded source code I can find following files which I do not understand meaning of.
group\sqlite_reg.rss.I
group\sqlite.uid.cpp which looks like this:
Code:
#include <e32cmn.h>
#pragma data_seg(".SYMBIAN")
__EMULATOR_IMAGE_HEADER2(0x10000079,0x1000008d,0x00000001,EPriorityForeground,0xBF030u,0x00000000u,0x00000001,0,0,0)
#pragma data_seg()
and similar looking
group\sqlitetest.uid.cpp
Please note that I am new to compiling DLL and creating lib files. I am following a tutorial here:
http://www.newlc.com/Writing-a-DLL.html
Please help me out with this.
Thanks,
Sachin