Re: [Firebird-devel] Fb3 and embedded

2012-06-07 Thread Paul Reeves
On Thursday 07 Jun 2012 13:34:07 Alex Peshkoff wrote: > > Certainly setting environment in batch file is better than having > running server, but ideally it should work without environment variable. > Suppose FbRoot detection on windows should be checked. > Yes, it would be better if the env var

Re: [Firebird-devel] Fb3 and embedded

2012-06-07 Thread Alex Peshkoff
On 06/07/12 13:02, Paul Reeves wrote: > On Thursday 07 Jun 2012 12:10:57 Alex Peshkoff wrote: >> Can you try to set FIREBIRD in environment to where files >> are built initially and check, does it help to find engine12.dll >> at original place? > Yes, that works! At least, my quick test shows it

Re: [Firebird-devel] Fb3 and embedded

2012-06-07 Thread Paul Reeves
On Thursday 07 Jun 2012 12:10:57 Alex Peshkoff wrote: > > Can you try to set FIREBIRD in environment to where files > are built initially and check, does it help to find engine12.dll > at original place? Yes, that works! At least, my quick test shows it works. I'll clean things up and add it t

Re: [Firebird-devel] Fb3 and embedded

2012-06-07 Thread Alex Peshkoff
On 06/06/12 19:18, Paul Reeves wrote: > So, to summarize, I've got empbuild.exe to work by copying fbclient.dll to > the > empbuild dir, creating a plugins sub directory and copying engine12.dll to > it. > > This seems a bit clumsy. make_examples.bat adds the newly built engine to the > path.