You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following errors occurred while compiling under win32:
dblib_stubs.c
dblib_stubs.c(101) : error C2061: syntax error : identifier 'err_handler'
dblib_stubs.c(101) : error C2059: syntax error : ';'
dblib_stubs.c(101) : error C2059: syntax error : 'type'
dblib_stubs.c(102) : error C2061: syntax error : identifier 'msg_handler'
dblib_stubs.c(102) : error C2059: syntax error : ';'
dblib_stubs.c(102) : error C2059: syntax error : 'type'
dblib_stubs.c(193) : error C2065: 'err_handler' : undeclared identifier
dblib_stubs.c(193) : warning C4047: 'function' : 'EHANDLEFUNC' differs in levels of indirection from 'int'
dblib_stubs.c(193) : warning C4024: 'dberrhandle' : different types for formal and actual parameter 1
dblib_stubs.c(194) : error C2065: 'msg_handler' : undeclared identifier
dblib_stubs.c(194) : warning C4047: 'function' : 'MHANDLEFUNC' differs in levels of indirection from 'int'
dblib_stubs.c(194) : warning C4024: 'dbmsghandle' : different types for formal and actual parameter 1
dblib_stubs.c(372) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
dblib_stubs.c(372) : warning C4024: 'caml_copy_string' : different types for formal and actual parameter 1
dblib_stubs.c(942) : warning C4047: 'function' : 'DBBINARY' differs in levels of indirection from 'char *'
dblib_stubs.c(942) : warning C4024: 'dbtxtsput' : different types for formal and actual parameter 2
dblib_stubs.c(1365) : error C2061: syntax error : identifier 'err_handler'
dblib_stubs.c(1365) : error C2059: syntax error : ';'
dblib_stubs.c(1365) : error C2059: syntax error : 'type'
dblib_stubs.c(1393) : error C2061: syntax error : identifier 'msg_handler'
dblib_stubs.c(1393) : error C2059: syntax error : ';'
dblib_stubs.c(1393) : error C2059: syntax error : 'type'
My enviroment vars:
C:\Documents and Settings\User.HOME-3D8A2273BA\Рабочий стол>echo %INCLUDE%
C:\Documents and Settings\User.HOME-3D8A2273BA\Рабочий стол\freetds-dev.0.92.377\include;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include;D:\Program Files\Microsoft Visual Studio 10.0\VC\include;C:\Documents and Settings\User.HOME-3D8A2273BA\Рабочий стол\freetds-dev.0.92.377\win32;C:\ocamlms\lib
The text was updated successfully, but these errors were encountered:
Following errors occurred while compiling under win32:
My enviroment vars:
The text was updated successfully, but these errors were encountered: