> -----Original Message-----
> From: Alex Peshkoff [mailto:peshk...@mail.ru]
> Sent: Wednesday, June 06, 2012 3:00 PM
> To: firebird-devel@lists.sourceforge.net
> Subject: Re: [Firebird-devel] Fb3 and embedded
> 
>  On 06/06/12 14:43, Paul Reeves wrote:
> > How does embedded work in FB3?
> >
> > I'm wondering because make_examples.bat fails unless fb3 is running.
> > It would be nice to build the employee database using the newly
built
> > engine but I can't see how to do that at the moment.
> 
> Paul, telling true I hardly understand why do you have such a problem.
> On linux employee database is built using new engine in embedded mode,
> and that works fine. Possible reason may be failure (no idea - why)
> loading engine12 library by plugin manager.
> On linux tools needed (isql, empbuild) are just linked against newly
> built fbclient. It works with local databases in embedded mode by
> default.
> 

I had to modify the make_examples.bat for version 2.5 to build the
example database.

In the following section, fbembed.dll must be copied,and not the
fbclient as in repository stored.

:BUILD_EMPBUILD
@echo.
@echo Building empbuild.fdb
@copy /y %FB_OUTPUT_DIR%\bin\isql.exe %FB_GEN_DIR%\examples\ > nul
@copy /y %FB_OUTPUT_DIR%\bin\fbembed.dll
%FB_GEN_DIR%\examples\fbclient.dll > nul

Regards
Christian Waldmann

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to