ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Суббота
18 мая
182876 Топик полностью
POV (24.02.2010 16:42, просмотров: 287) ответил VVB_ на Что не присваивается? В исходном посте нет оператора присваивания. Вкратце накидайте на какой участок ругательства выходят
Например... z = sqlite3DbMallocRaw(db, (int)n); и соответствующее объявление функции SQLITE_PRIVATE void *sqlite3DbMallocRaw(sqlite3*, int); И такое имеет место примерно в 20 местах. Вообще список ошибок длинный:
[BCC32 Error] sqlite3.c(11821): E2034 Cannot convert 'void *' to 'char *'
[BCC32 Error] sqlite3.c(12515): E2034 Cannot convert 'void *' to '__int64 *'
[BCC32 Error] sqlite3.c(12554): E2034 Cannot convert 'void *' to '__int64 *'
[BCC32 Error] sqlite3.c(15467): E2034 Cannot convert 'void *' to 'sqlite3_mutex *'
[BCC32 Error] sqlite3.c(16226): E2034 Cannot convert 'void *' to 'char *'
[BCC32 Error] sqlite3.c(16238): E2034 Cannot convert 'void *' to 'char *'
[BCC32 Error] sqlite3.c(16952): E2034 Cannot convert 'void *' to 'char *'
[BCC32 Error] sqlite3.c(16986): E2034 Cannot convert 'SrcList::SrcList_item *' to 'SrcList_item *'
[BCC32 Error] sqlite3.c(16988): E2315 'zDatabase' is not a member of 'SrcList_item', because the type is not yet defined
[BCC32 Error] sqlite3.c(16989): E2315 'zDatabase' is not a member of 'SrcList_item', because the type is not yet defined
[BCC32 Error] sqlite3.c(16992): E2315 'zName' is not a member of 'SrcList_item', because the type is not yet defined
[BCC32 Error] sqlite3.c(17063): E2034 Cannot convert 'void *' to 'char *'
[BCC32 Error] sqlite3.c(17088): E2034 Cannot convert 'void *' to 'char *'
[BCC32 Error] sqlite3.c(17369): E2034 Cannot convert 'void *' to 'unsigned char *'
[BCC32 Error] sqlite3.c(18102): E2034 Cannot convert 'void *' to 'unsigned char *'
[BCC32 Error] sqlite3.c(18270): E2034 Cannot convert 'const void *' to 'const char *'
[BCC32 Error] sqlite3.c(18270): E2340 Type mismatch in parameter 2 (wanted 'const char *', got 'const void *')
[BCC32 Error] sqlite3.c(18314): E2034 Cannot convert 'const void *' to 'const unsigned char *'
[BCC32 Error] sqlite3.c(19556): E2315 'count' is not a member of '_ht', because the type is not yet defined
[BCC32 Error] sqlite3.c(19557): E2315 'count' is not a member of '_ht', because the type is not yet defined
[BCC32 Error] sqlite3.c(19558): E2315 'chain' is not a member of '_ht', because the type is not yet defined
[BCC32 Error] sqlite3.c(19588): E2450 Undefined structure '_ht'
[BCC32 Error] sqlite3.c(19588): E2109 Not an allowed type
[BCC32 Error] sqlite3.c(19589): E2450 Undefined structure '_ht'
[BCC32 Error] sqlite3.c(19589): E2109 Not an allowed type
[BCC32 Warning] sqlite3.c(19589): W8082 Division by zero
[BCC32 Error] sqlite3.c(19599): E2450 Undefined structure '_ht'
[BCC32 Error] sqlite3.c(19599): E2109 Not an allowed type
[BCC32 Error] sqlite3.c(19604): E2034 Cannot convert '_ht *' to 'Hash::_ht *'
[BCC32 Error] sqlite3.c(19605): E2450 Undefined structure '_ht'
[BCC32 Error] sqlite3.c(19605): E2109 Not an allowed type
[BCC32 Error] sqlite3.c(19606): E2450 Undefined structure '_ht'
[BCC32 Error] sqlite3.c(19606): E2109 Not an allowed type
[BCC32 Error] sqlite3.c(19610): E2450 Undefined structure '_ht'
[BCC32 Error] sqlite3.c(19610): E2453 Size of the type '_ht' is unknown or zero
[BCC32 Error] sqlite3.c(19629): E2034 Cannot convert 'Hash::_ht *' to '_ht *'
[BCC32 Error] sqlite3.c(19630): E2315 'chain' is not a member of '_ht', because the type is not yet defined
[BCC32 Error] sqlite3.c(19631): E2315 'count' is not a member of '_ht', because the type is not yet defined
[BCC32 Error] sqlite3.c(19663): E2034 Cannot convert 'Hash::_ht *' to '_ht *'
[BCC32 Error] sqlite3.c(19664): E2315 'chain' is not a member of '_ht', because the type is not yet defined
[BCC32 Error] sqlite3.c(19665): E2315 'chain' is not a member of '_ht', because the type is not yet defined
[BCC32 Error] sqlite3.c(19667): E2315 'count' is not a member of '_ht', because the type is not yet defined
[BCC32 Error] sqlite3.c(19752): E2034 Cannot convert 'Hash::_ht *' to '_ht *'
[BCC32 Error] sqlite3.c(19752): E2342 Type mismatch in parameter 'pEntry' (wanted '_ht *', got 'Hash::_ht *')
[BCC32 Error] sqlite3.c(27278): E2034 Cannot convert 'void *' to 'wchar_t *'
[BCC32 Error] sqlite3.c(27299): E2034 Cannot convert 'void *' to 'char *'
[BCC32 Error] sqlite3.c(27325): E2034 Cannot convert 'void *' to 'wchar_t *'
[BCC32 Error] sqlite3.c(27350): E2034 Cannot convert 'void *' to 'char *'
[BCC32 Error] sqlite3.c(28588): E2034 Cannot convert 'void *' to 'const wchar_t *'
[BCC32 Error] sqlite3.c(28588): E2342 Type mismatch in parameter 'lpFileName' (wanted 'const wchar_t *', got 'void *')
[BCC32 Error] sqlite3.c(28589): E2034 Cannot convert 'void *' to 'const wchar_t *'
[BCC32 Error] sqlite3.c(28589): E2228 Too many error or warning messages