Re: [fltk.bugs] [HIGH] STR #2623: Build errors with VS2005
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current Fix Version: 1.3-current (r8647) Yes, updated to latest svn (r8647) and it builds without errors. Closing this. Thanks to all for finding the Right solution. Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current Fix Version: 1.3-current (r8647) ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs
Re: [fltk.bugs] [HIGH] STR #2623: Build errors with VS2005
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 Possibly fixed by r8644, which does appear to resolve the related STR #2622. Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs
Re: [fltk.bugs] [HIGH] STR #2623: Build errors with VS2005
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 Please try this *preliminary* patch from STR #2622: http://www.fltk.org/strfiles/2622/fl_font_win32.diff This should fix the issue for all Visual C++ compiler versions. I used it successfully with VS 2008 and VS 2010, but I don't have older versions. If this worked, we could at least close this STR with a similar solution. Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs
Re: [fltk.bugs] [HIGH] STR #2623: Build errors with VS2005
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 I think Manolo's recommending I try his patch for 2622, and purposefully leaving this open so that the OP's of both STRs can verify the change. These STRs both are about the same line of code, but differ in compilers; this STR 2623 is against Visual Studio, STR 2622 is against Cygwin/GNU. So they probably stand as separate issues, but one change should solve both in the end. I'll follow up in the other STR with further comments. Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs
Re: [fltk.bugs] [HIGH] STR #2623: Build errors with VS2005
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 Fixed? Closed? ;-) Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs
Re: [fltk.bugs] [HIGH] STR #2623: Build errors with VS2005
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 This is the same issue as STR #2622. Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs
[fltk.bugs] [HIGH] STR #2623: Build errors with VS2005
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 fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs