DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2622 Version: 1.3-current Well, looking at MS docs shows that "LPSTR lpClass;" would be the *correct* declaration (as you noted before), and I agree that LPWSTR is probably a MinGW (w32api) bug. I'll post this in the MinGW user group and report the results (or links) here... BTW: I can see the same declaration in my ancient "Microsoft Platform SDK (R2)", probably from the year 2003 or so, hence I don't think that MS changed this recently. To solve this, we should IMHO *first* change the array (pointer) c_buff to "CHAR *" instead of "WCHAR *" and _then_ fix the issue with a cast (if still needed). If we did this correctly, the Visual Studio compiler problem (STR #2623) ought to be solved immmediately, at least. Manolo, what do you think about this? Link: http://www.fltk.org/str.php?L2622 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
