|
Unicode support requires a separate configuration step on Windows. To enable Unicode support, perform the following steps:
DB_CREATE_DLL,...
Change it to read:
UNICODE,_UNICODE,DB_CREATE_DLL,...
You will have to do this twice: once for the debug build and once for the release build. If you also require static libraries, repeat for the "db_static" project (there the first symbol is "CONFIG_TEST" for the Debug Static build and "WIN32" for the Release Static build).
To build binaries that can also run on Windows 9x or ME, follow the instructions at Microsoft's web site.
Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.