From: GMail <ale...@gm...> - 2009-03-09 14:47:17
|
Hi all, I have built the ODBC driver snapshots (build 149 Pre-RC2). Look the changes in the changelog. You can find it here - http://www.firebirdsql.org/downloads/snapshot_builds/odbc/ Regards, Alexander Potapchenko |
From: Jorge A. B. <li...@da...> - 2009-03-09 17:45:32
|
Thanks Alexander! GMail escribió: > Hi all, > > I have built the ODBC driver snapshots (build 149 Pre-RC2). Look the > changes in the changelog. > You can find it here - > http://www.firebirdsql.org/downloads/snapshot_builds/odbc/ > > Regards, > Alexander Potapchenko > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Firebird-odbc-devel mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel > > > |
From: Jorge A. B. <li...@da...> - 2009-03-17 14:58:56
|
Why the size is almost the double than 147 build and 1/3 bigger than 148? GMail escribió: > Hi all, > > I have built the ODBC driver snapshots (build 149 Pre-RC2). Look the > changes in the changelog. > You can find it here - > http://www.firebirdsql.org/downloads/snapshot_builds/odbc/ > > Regards, > Alexander Potapchenko > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Firebird-odbc-devel mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel > > > |
From: Alexander P. <ale...@gm...> - 2009-03-18 08:04:13
|
Jorge Andrés Brugger wrote: > Why the size is almost the double than 147 build and 1/3 bigger than 148? > > The packages includes a debug information (OdbcFb.pdb) and standard library (OdbcFb.lib). Regards, Alexander |
From: Jorge A. B. <li...@da...> - 2009-03-18 11:10:46
|
I´m not talking about the package, but the DLL (OdbcFb.dll): Build 147: 620 KB Build 148: 620 KB (32bit build) Build 149: 1.2MB Why the DLL is so big now? Alexander Potapchenko escribió: > Jorge Andrés Brugger wrote: > >> Why the size is almost the double than 147 build and 1/3 bigger than 148? >> >> >> > The packages includes a debug information (OdbcFb.pdb) and standard > library (OdbcFb.lib). > > Regards, > Alexander > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Firebird-odbc-devel mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel > > > |
From: bill l. <cbi...@gm...> - 2009-03-18 13:23:56
|
On Wed, 18 Mar 2009, Jorge Andrés Brugger wrote: > I´m not talking about the package, but the DLL (OdbcFb.dll): > > Build 147: 620 KB > Build 148: 620 KB (32bit build) > Build 149: 1.2MB > > Why the DLL is so big now? I no longer use odbcfb.dll but I guess the dll was just not stripped. Does it shrink after strip odbcfb.dll -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 唐詩223 沈佺期 古意呈補闕喬知之 盧家少婦鬱金香 海燕雙棲玳瑁梁 九月寒砧催木葉 十年征戍憶遼陽 白狼河北音書斷 丹鳳城南秋夜長 誰為含愁獨不見 更教明月照流黃 |
From: Alexander P. <ale...@gm...> - 2009-03-18 13:41:31
|
Jorge Andrés Brugger wrote: > I´m not talking about the package, but the DLL (OdbcFb.dll): > > Build 147: 620 KB > Build 148: 620 KB (32bit build) > Build 149: 1.2MB > > Why the DLL is so big now? > After enabling Linker->Debugging->Generate Debug Info the linker added some information into the library. After some modifications I have made the size 952 KB (OdbcFb.pdb - 4400KB in this case). It should not affect performance. Regards, Alexander |
From: Alan B. <_@_._> - 2009-04-08 16:14:59
|
Alexander, Just one minor issue, re installing from a batch file to do a silent install Using build 144 the following command line switches work as expected and only does a deployment install :- Firebird_ODBC_2.0.0.144_Win32.exe /SP- /VERYSILENT /COMPONENTS="DeploymentComponent" Using build 149 using the same command line switches :- Firebird_ODBC_2.0.0_Win32.exe /SP- /VERYSILENT /COMPONENTS="DeploymentComponent" seems to ignore the DeploymentComponent option and does a developer install regardless Regard Alan |