<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px">
<DIV>Jay:</DIV>
<DIV> </DIV>
<DIV>Please explain what you are doing here.  I don't want to break stuff just to make extremely old and no longer supported toolsets work.</DIV>
<DIV> </DIV>
<DIV>My recollection is that the cvtres program is used in getting icon resources et al added to the executable.  I know that the CM3IDE package is dependent on the WindowsResources package as are a lot of my programs.  If you make changes here, we need to make sure it doesn't break existing stuff.</DIV>
<DIV> </DIV>
<DIV>Also, if there is a better way to go about it, I don't mind learning, but we will need to deal with making everything that depends on windowsResources continue to work.</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Randy<BR><BR>>>> Jay Krell <jkrell@elego.de> 1/25/2009 5:36 PM >>><BR>CVSROOT:/usr/cvs<BR>Changes by:jkrell@birch.09/01/25 17:36:15<BR><BR>Modified files:<BR>cm3/m3-sys/windowsResources/src/: winRes.tmpl <BR><BR>Log message:<BR>Surely there is no need to run cvtres manually.<BR>Not doing so works with a few toolsets I have tried.<BR>The linker accepts .res files and it is normal to give them to it.<BR>The invocation here is incompatible with very old toolsets (Visual C++ 2.0)<BR>and a minor porting nuisance due to the use of /machine:x86.<BR>The only savings I can imagine is if some resources are used "like a library"<BR>and linked into multiple binaries, that invocations of cvtres can be reduced,<BR>from once per link to just once.<BR><BR><BR></DIV></BODY></HTML>