README
I added a simple Unicode layer. (see gflCUnicodeLayer.cpp/h)
This unicode layer is not designed to convert all char*/string stuff to use wchar_t*/wstring!
Only filenames will be passed as wchar_t*.
The strings are NOT converted. A different approach (*FromHandle()) is used instead.
Modified gflBitmap.cpp/h and gflFileInformation.cpp/h to get this work.
Additionally I implemented convertIntoDDB/DIB and addText.
Furthermore different bugfixes and stuff got included.
The portions of the code that I've written are subject to a BSD-style license.
Published in case somebody will profit from it.
Include .vcproj (.NET 2003/7.10) file as reference :p
But fiddle with your Configurations (Optimizations and such) yourself.
README
I added a simple Unicode layer. (see gflCUnicodeLayer.cpp/h)
This unicode layer is not designed to convert all char*/string stuff to use wchar_t*/wstring!
Only filenames will be passed as wchar_t*.
The strings are NOT converted. A different approach (*FromHandle()) is used instead.
Modified gflBitmap.cpp/h and gflFileInformation.cpp/h to get this work.
Additionally I implemented convertIntoDDB/DIB and addText.
Furthermore different bugfixes and stuff got included.
The portions of the code that I've written are subject to a BSD-style license.
Published in case somebody will profit from it.
Include .vcproj (.NET 2003/7.10) file as reference :p
But fiddle with your Configurations (Optimizations and such) yourself.