⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demo2.vcl

📁 wince sqllite evc 一个简单的例子
💻 VCL
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Demo2 - Win32 (WCE emulator) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"emulatorRel/Demo2.res" /d UNDER_CE=500 /d _WIN32_WCE=500 /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "WCE_PLATFORM_STANDARDSDK_500" /d "_X86_" /d "x86" /d "_i386_" /r "K:\weighing\Demo2\Demo2\Demo2.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP67.tmp" with contents
[
/nologo /W3 /D _WIN32_WCE=500 /D "WCE_PLATFORM_STANDARDSDK_500" /D "_i386_" /D UNDER_CE=500 /D "i_386_" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /Fp"emulatorRel/Demo2.pch" /YX /Fo"emulatorRel/" /Gs8192 /GF /O2 /c 
"K:\weighing\Demo2\Demo2\CppSQLite3U.cpp"
"K:\weighing\Demo2\Demo2\Demo2.cpp"
"K:\weighing\Demo2\Demo2\Demo2Dlg.cpp"
"K:\weighing\Demo2\Demo2\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP67.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP68.tmp" with contents
[
commctrl.lib coredll.lib corelibc.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /incremental:no /pdb:"emulatorRel/Demo2.pdb" /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib /out:"emulatorRel/Demo2.exe" /subsystem:windowsce,5.00 /MACHINE:IX86 
.\emulatorRel\CppSQLite3U.obj
.\emulatorRel\Demo2.obj
.\emulatorRel\Demo2.res
.\emulatorRel\Demo2Dlg.obj
.\emulatorRel\StdAfx.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP68.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
CppSQLite3U.cpp
Unicode Selected
K:\weighing\Demo2\Demo2\CppSQLite3U.cpp(371) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify -GX
Demo2.cpp
Demo2Dlg.cpp
Unicode Selected
K:\weighing\Demo2\Demo2\Demo2Dlg.cpp(81) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify -GX
StdAfx.cpp
Linking...
uafxwce.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in coredll.lib(COREDLL.dll)
uafxwce.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in coredll.lib(COREDLL.dll)
uafxwce.lib(afxmem.obj) : warning LNK4006: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in coredll.lib(COREDLL.dll); second definition ignored
uafxwce.lib(afxmem.obj) : warning LNK4006: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in coredll.lib(COREDLL.dll); second definition ignored
   Creating library emulatorRel/Demo2.lib and object emulatorRel/Demo2.exp
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_free referenced in function "public: __thiscall CppSQLite3Exception::CppSQLite3Exception(int,unsigned short *,bool)" (??0CppSQLite3Exception@@QAE@HPAG_N@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_errmsg16 referenced in function "public: void __thiscall CppSQLite3DB::open(unsigned short const *)" (?open@CppSQLite3DB@@QAEXPBG@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_open16 referenced in function "public: void __thiscall CppSQLite3DB::open(unsigned short const *)" (?open@CppSQLite3DB@@QAEXPBG@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_close referenced in function "public: void __thiscall CppSQLite3DB::close(void)" (?close@CppSQLite3DB@@QAEXXZ)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_finalize referenced in function "public: int __thiscall CppSQLite3DB::execDML(unsigned short const *)" (?execDML@CppSQLite3DB@@QAEHPBG@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_step referenced in function "public: int __thiscall CppSQLite3DB::execDML(unsigned short const *)" (?execDML@CppSQLite3DB@@QAEHPBG@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_last_insert_rowid referenced in function "public: __int64 __thiscall CppSQLite3DB::lastRowId(void)" (?lastRowId@CppSQLite3DB@@QAE_JXZ)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_busy_timeout referenced in function "public: void __thiscall CppSQLite3DB::setBusyTimeout(int)" (?setBusyTimeout@CppSQLite3DB@@QAEXH@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_prepare16 referenced in function "private: struct sqlite3_stmt * __thiscall CppSQLite3DB::compile(unsigned short const *)" (?compile@CppSQLite3DB@@AAEPAUsqlite3_stmt@@PBG@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_reset referenced in function "public: int __thiscall CppSQLite3Statement::execDML(void)" (?execDML@CppSQLite3Statement@@QAEHXZ)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_changes referenced in function "public: int __thiscall CppSQLite3Statement::execDML(void)" (?execDML@CppSQLite3Statement@@QAEHXZ)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_bind_text16 referenced in function "public: void __thiscall CppSQLite3Statement::bind(int,unsigned short const *)" (?bind@CppSQLite3Statement@@QAEXHPBG@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_bind_int referenced in function "public: void __thiscall CppSQLite3Statement::bind(int,int)" (?bind@CppSQLite3Statement@@QAEXHH@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_bind_double referenced in function "public: void __thiscall CppSQLite3Statement::bind(int,double)" (?bind@CppSQLite3Statement@@QAEXHN@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_bind_blob referenced in function "public: void __thiscall CppSQLite3Statement::bind(int,unsigned char const *,int)" (?bind@CppSQLite3Statement@@QAEXHPBEH@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_bind_null referenced in function "public: void __thiscall CppSQLite3Statement::bindNull(int)" (?bindNull@CppSQLite3Statement@@QAEXH@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_column_count referenced in function "public: __thiscall CppSQLite3Query::CppSQLite3Query(struct sqlite3 *,struct sqlite3_stmt *,bool,bool)" (??0CppSQLite3Query@@QAE@PAUsqlite3@@PAUsqlite3_stmt@@_N2@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_column_text16 referenced in function "public: unsigned short const * __thiscall CppSQLite3Query::fieldValue(int)" (?fieldValue@CppSQLite3Query@@QAEPBGH@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_column_int referenced in function "public: int __thiscall CppSQLite3Query::getIntField(int,int)" (?getIntField@CppSQLite3Query@@QAEHHH@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_column_double referenced in function "public: double __thiscall CppSQLite3Query::getFloatField(int,double)" (?getFloatField@CppSQLite3Query@@QAENHN@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_column_blob referenced in function "public: unsigned char const * __thiscall CppSQLite3Query::getBlobField(int,int &)" (?getBlobField@CppSQLite3Query@@QAEPBEHAAH@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_column_bytes16 referenced in function "public: unsigned char const * __thiscall CppSQLite3Query::getBlobField(int,int &)" (?getBlobField@CppSQLite3Query@@QAEPBEHAAH@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_column_name16 referenced in function "public: int __thiscall CppSQLite3Query::fieldIndex(unsigned short const *)" (?fieldIndex@CppSQLite3Query@@QAEHPBG@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_column_decltype16 referenced in function "public: unsigned short const * __thiscall CppSQLite3Query::fieldDeclType(int)" (?fieldDeclType@CppSQLite3Query@@QAEPBGH@Z)
CppSQLite3U.obj : error LNK2019: unresolved external symbol _sqlite3_column_type referenced in function "public: int __thiscall CppSQLite3Query::fieldDataType(int)" (?fieldDataType@CppSQLite3Query@@QAEHH@Z)
corelibc.lib(pegwmain.obj) : error LNK2019: unresolved external symbol _WinMain referenced in function _WinMainCRTStartup
emulatorRel/Demo2.exe : fatal error LNK1120: 26 unresolved externals
Error executing link.exe.



<h3>Results</h3>
Demo2.exe - 29 error(s), 4 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -