DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2521
Version: 1.3.0


Brian, I think that you uploaded the wrong file in your latest zip file.
AFAICT the dependencies are in fltk.dsw and not in your file
[extra_fixes/]fltk_images.dsp.

However, I edited fltk.dsw manually and believe that I got your changes
correctly.

I tested the resulting project (including Greg's "v2" upload and Brian's
changes), and this builds all projects successfully, although with some
warnings, as noted earlier.

I'll attach visualc6_albrecht_v2.tgz, including 3 files:
- visualc6_albrecht_v2.diff
- visualc6_albrecht_v2_debug.log
- visualc6_albrecht_v2_release.log

The first file is an svn diff with all changes that I used for testing,
the other 2 files are build logs and a summary of the created .lib and
.dll files.

Brian, can you apply the diff file (with patch) and test this, or do you
need the complete file(s) in .zip format?

Greg, I suggest to commit the changes in visualc6_albrecht_v2.diff, if you
don't find any bugs in those, as a first step.

Once committed, we can still look for the warnings, but this will be much
easier, if we have the new dependencies and all the other changes included
in subversion. Note that VC2008 seems to produce the same or similar
warnings in release mode as Brian reported, but debug mode doesn't show
any compiler warnings.

For the following steps:
 - I have some ideas how some of the warnings can be removed [1]
 - I believe that some of the .lib/.dll files are not yet correct [2]

[1] define macro "_CRT_SECURE_NO_DEPRECATE" or "_CRT_SECURE_NO_WARNINGS",
as mentioned in the debug log. We have the former in the VisualC2008
files.

[2] in debug mode, "test/fltkdll.{lib|dll}" should probably be called
"test/fltkdlld.{lib|dll}"


Link: http://www.fltk.org/str.php?L2521
Version: 1.3.0

Attachment: visualc6_albrecht_v2.tgz
Description: Binary data

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to