बातम्या

Description Hi, I feel rather stupid to report such a profound issue. I followed the instructions which are pretty easy and it did not help. This is the function I added: inline void convertToJson ...
Extended Description Clang warns the small program "unwarned-const-qualifier-removal.c" that the conversion from const char [5] to char* is not right. And it shows that the warning is emitted by ...
I feel the same way about passing BSTR's to functions that take non-const char *'s.<P>Yeah it works now, but someday it's gonna come bite you in the ass, so do it right the first time.