Hi,

Ich bin im 2. Workshop von Lite-c und hab da einen ungewöhnlichen Bug ^^
Und zwar sieht bei mir die Schrift so aus:
http://www.abload.de/image.php?img=hmmyxs8.png

Script:
////////////////////////////////////////////////////////////////////
#include <acknex.h>
#include <default.c>

var a = 0;
var b = 0;
var c = 0;

/////////////////////////////////////////////////////////////////////
PANEL* panDisplay =
{
digits(35, 10, "a = %0.f", *, 1, a);
digits(35, 19, "b = %0.f", *, 1, b);
digits(35, 28, "c = %0.f", *, 1, c);
flags = VISIBLE;
}

/////////////////////////////////////////////////////////////////////
function main()
{
video_mode = 7; // erstelle ein Programmfenster von 800x600 Pixels
screen_color.blue = 150; // und mache den Hintergrund dunkelblau
while (1)
{
c = a + b;
wait (1);
}
}










Hi,

I got a little problem with the Lite-c workshop 2 ^^.
There is a bug on the Script.?
The text style was buggy lol.

Links at the top. ^^


Greets