<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Igor, <br>
<br>
Thank you for pointing me in the good direction. I checked the szap.c
from Manu again and noticed that I had to change the declarations of
the include files frontend.h and lnb.h (I copied them from the
multiproto-tree to the same directory as szap.c). It seems to be that <u>#include
<frontend.h></u> has a different meaning than <u>#include
"frontend.h"</u> (I am not familiair with C).<br>
<br>
This means for szap.c:<br>
#include "frontend.h"<br>
#include "version.h"<br>
#include "lnb.h"<br>
And for lnb.c:<br>
#include "lnb.h"<br>
<br>
This is it. After compiling szap works good and I get a lock for any
channel!<br>
<br>
Thanks!<br>
<br>
Henk<br>
<br>
</body>
</html>