Click here to Skip to main content
15,893,668 members

Comments by A. Ganzer (Top 2 by date)

A. Ganzer 25-Jun-12 9:42am View    
It would be much better to see the complete source code that works the bitmap.

E.g. there is no call to LockBits() and UnlockBits() visible in your code. What is all done between these calls?

And very important: do you read the image data from a file or a resource? What platform is the project compiled for? On which platform (32/64 bit) runs Visual Studio?
A. Ganzer 5-Apr-12 1:53am View    
I mean the locale facets of the STL, i.e. facets for string comparison, for numeric output etc. A facet can be got from a locale by the use_facet template function.

There is one facet that is for localization of strings (the messages facet, so explained in the documentation). But I have no idea how this works.