<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<div><font class="Apple-style-span" face="Tahoma" size="2">Hi All,</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">I have a legacy Delphi component which I converted to Lazarus. </font></div><div><span class="Apple-style-span" style="font-family: Tahoma; font-size: 10pt; "><br></span></div><div><font class="Apple-style-span" face="Tahoma" size="2"></font><span class="Apple-style-span" style="font-family: Tahoma; font-size: 10pt; ">I needed to delete the compiler directive:</span></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">{$R *.res}</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">in order to get my component to compile. Now I get this run-time error in the demo project which I am using to test it.</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">The only .res file I have is one from it's original Delphi 7 source code. The original .res file is 510 KB.</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">How do I convert to .res file to a Lazarus one?</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">Debugger Exception Notification</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">Project demo1.exe raised exception class 'EResNotFound' with message:</font></div><div><font class="Apple-style-span" face="Tahoma" size="2">Resource "H1" not found</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">[ ] Ignore this exception type</font></div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; ">Best Regards,</div><div style="font-family: Tahoma; font-size: 10pt; ">Peter / pew</div>                                        </body>
</html>