Error application, help me =(
Blitz3D Forums/Blitz3D Programming/Error application, help me =(| 
 | ||
| Hello. Prompt is a piece of code to generate the fonts in .bmp format, but when I run the program fails, tell me how to fix it? 
AppTitle("Demo FontGen");name app
End Function
 | 
| 
 | ||
| Try this way, it seems to work : Please note that the R,G,B values passed to Color() must be integers | 
| 
 | ||
| Thanks =) |