Something that I found, can't really be counted as a bug, so I posted it here :). On line #1021 of project.pas sl.Add('<HEADE><TITLE>Dev-C++ project: '+Name+'</TITLE></HEAD>'); should be sl.Add('<HEAD><TITLE>Dev-C++ project: '+Name+'</TITLE></HEAD>');.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Something that I found, can't really be counted as a bug, so I posted it here :). On line #1021 of project.pas sl.Add('<HEADE><TITLE>Dev-C++ project: '+Name+'</TITLE></HEAD>'); should be sl.Add('<HEAD><TITLE>Dev-C++ project: '+Name+'</TITLE></HEAD>');.