At 11:39 PM 9/08/2011, Vlad Khorsun wrote:
>Root directory for windows embedded was changed according to this ticket :
>
>http://tracker.firebirdsql.org/browse/CORE-1814
Thanks, got it.
>See also http://tracker.firebirdsql.org/browse/CORE-2719
Seems unrelated...typo?
>Deployment r
> Vlad,
>
> At 08:19 AM 9/08/2011, Vlad Khorsun wrote:
>
>>Usually you need to change default RootDirectory to specify place of
>>security2.fdb, firebird.msg and firebird.log. Before v2.5 RootDirectory for
>>embedded was defined as one folder upper than application's folder. In
>>v2.5 Root
Vlad,
At 08:19 AM 9/08/2011, Vlad Khorsun wrote:
>Usually you need to change default RootDirectory to specify place of
>security2.fdb, firebird.msg and firebird.log. Before v2.5 RootDirectory for
>embedded was defined as one folder upper than application's folder. In
>v2.5 RootDirectory is
I will start by describing the environment i have now.
My application code is running inside a game engine Unity3D. The code
is C# using mono which supports .NET 2.0.
The DB i am interested in is the embedded deployment, so when i ship
the game users don't need to install anything else.
The proble
08.08.2011 22:19, Vlad Khorsun wrote:
> Much better is to resolve relative path into
> absolute before attaching to the database.
Most likely he doesn't know how to do it.
--
SY, SD.
--
BlackBerry® DevCon Americas
> Thanks Vlad, i tried that as well before posting here, but it didn't work.
> If i do get this to work, will i be able to set a relative path to the DB
> file?
Sorry, i'm not sure i understand what does you did, what you got and
what you really need. More details could help us to help you ;
I recently started working on integrating embedded firebird in to a
game using unity3d.
While the actual integration in to the engine has its issues, i
encountered some unexpected problems (according to the documentation)
that i need some help with.
The application is running on Windows, using Mono