DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current Had to change this line to get it to build: BEFORE: gcp_res.lpClass = c_buff; AFTER: gcp_res.lpClass = (LPSTR)c_buff; Otherwise, I get this error: 1>------ Build started: Project: fltk, Configuration: Release Win32 ------ 1>Compiling... 1>fl_font.cxx 1>z:\tmp\fltk-1.3.x-svn\src\fl_font_win32.cxx(345) : error C2440: '=' : cannot convert from 'WCHAR *' to 'LPSTR' 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 1>Build Time 0:01 1>Build log was saved at "file://z:\tmp\fltk-1.3.x-svn\ide\VisualC6\Release\fltk\BuildLog.htm" 1>fltk - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 3 up-to-date, 0 skipped ========== Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
