Hey,
ive only just started using PellesC after using Dev-C++... and i found that the following code wont compile in PellesC...
Am i doing something wrong?
HFONT hFont = CreateFont(15,0,0,0,0,0,0,0,langStyle,0,0,0,0,"Verdana");
I get the following error:
...\main.c(28): error #2069: Initializer must be constant.
Thanks in advance,
jcarr