I have a stupid question, but I can not for the life of me figure this out quickly:<br><br>Recent official release of lazarus was 0.9.28, it is based on fpc 2.2.4-0.<br><br>The default widget se is gtk2. I'm trying to do a test where i am compiling against gtk1, but i get a compiler error when trying to go back to gtk1 : "Interfaces unit not found", but works fine when compiling gtk2. I didn't see an Interface unit in the fpc source location /usr/share/fpcsrc<br>
<br>Is there someone that can help me overcome this?<br><br>My actual reason for this, is testing the speed when copying to the canvas from png images. It seems to be extremely slow compared to my previous compile with fpc 2.2.2 in lazarus 0.9.26-2.<br>
<br>Is anyone experiencing the same thing? Any advice will be appreciated.<br><br>