Subject Re: Starting a UTF-16 Project
Author inoffensive_2009
--- In firebird-support@yahoogroups.com, Milan Babuskov <milanb@...> wrote:
>
> inoffensive_2009 wrote:
> > Developing in Win XP Pro, C++, current Firebird and IBPP.
> > I think I have a good idea of what I'll need to do with my interface to Firebird, keep system names in UTF-8 and convert varchars and blobs from UTF-16 to UTF-8.
>
> It depends on the following...
>
> Which compiler do you plan to use and what is the frontend? Is it a GUI
> application? If yes, which toolkit do you plan to use? If no, then what
> is it? Service, console application, web application? Which libraries
> are you already using beside IBPP?

Thanks Milan:

I'll be developing with Microsoft's Visual Studio 2008 Pro, and will move to the new VS 2010 at some point.

This will be a GUI desktop application, and will follow my habit of offering a single user version that uses embedded Firebird server and a multi-user offering that uses multi-user Firebird running as a service.

IBPP is the only Firebird specific library I'm using.

Larry