Link against string.a instead of hal and ntoskrnl, otherwise Windows will not load the driver. Modified: trunk/reactos/drivers/video/displays/framebuf/framebuf.xml _____
Modified: trunk/reactos/drivers/video/displays/framebuf/framebuf.xml --- trunk/reactos/drivers/video/displays/framebuf/framebuf.xml 2005-09-01 21:09:07 UTC (rev 17601) +++ trunk/reactos/drivers/video/displays/framebuf/framebuf.xml 2005-09-01 23:32:59 UTC (rev 17602) @@ -2,9 +2,8 @@
<importlibrary definition="framebuf.def" /> <include base="framebuf">.</include> <define name="__USE_W32API" /> - <library>ntoskrnl</library> - <library>hal</library> <library>win32k</library> + <library>string</library> <file>enable.c</file> <file>palette.c</file> <file>pointer.c</file>