From: eg <eg...@gm...> - 2008-12-04 17:22:44
|
Alexander Potapchenko wrote: > Hi all, > > ODBC Driver v.2 RC1 (2.0.0.148) got out, all packages (with sources and > changelog) are available here: > http://firebirdsql.org/index.php?op=files&id=odbc > <http://firebirdsql.org/index.php?op=files&id=odbc> > Please test these thoroughly and report experiences, good or bad, to the > firebird-odbc-devel list. > > Regards > Alexander I would like to test this with our embedded application. There does not seem to be a .lib file provided with the dll package. Is it possible to get one? I tried to make one (for VS2008) from the DLL using the procedure found in: http://support.microsoft.com/?id=131313 ... but I get connection errors at run time. Those errors are not there if I link my app with an older library and just drop the new DLL in place (so I am pretty sure the procedure didn't work). I know I can build it from sources... but then I also need to find the correct versions of firebird header files (ibase.h, iberror.h, etc). What version of these header files were used and should be used to build the odbcfb.dll? |