读书人

bcc32 编译sqlite3.c出错 VC没有关问题

发布时间: 2012-04-17 15:06:33 作者: rapoo

bcc32 编译sqlite3.c出错 VC没问题
这是源文件 http://www.sqlite.org/sqlite-source-3_3_17.zip

出错信息如下
D:\wwwroot\temp> bcc32 -tWD sqlite3.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
sqlite3.c:
Warning W8004 sqlite3.c 5429: 'sgn ' is assigned a value that is never used in fu
nction parseTimezone
Warning W8057 sqlite3.c 6178: Parameter 'argc ' is never used in function ctimeFu
nc
Warning W8057 sqlite3.c 6178: Parameter 'argv ' is never used in function ctimeFu
nc

//
帖子太长,这里省略若干类似信息
//

Warning W8057 sqlite3.c 39353: Parameter 'argc ' is never used in function rename
TableFunc
Warning W8057 sqlite3.c 39420: Parameter 'argc ' is never used in function rename
TriggerFunc
Error E2228 sqlite3.c 39420: Too many error or warning messages in function rena
meTriggerFunc
*** 1 errors in Compile ***

VC没问题


[解决办法]
你的argc和argv没有赋值, 没有用到.

读书人网 >C语言

热点推荐