--- In DatabaseTemplateLibrary@yahoogroups.com, "Corwin Joy" <cjoy@...> wrote:
>
> Take a look at the tests directory. All of the tests in here use UNICODE
strings in their build.
> To enable Unicode you will need to set two pre-processor defines called
"UNICODE" and "_UNICODE" as descibed in
http://dtemplatelib.sourceforge.net/Unicode.htm . These flags are set in the
Visual C++ compile setting for the test project.
>
Hi Corwin, that page states that you can use std::wstring for column data, but I
get compilation failures trying that. I really don't want the fullblown Unicode
version...
/Rob