Using Bah.FontConfig...

BlitzMax Forums/BlitzMax Programming/Using Bah.FontConfig...

SebHoll(Posted 2007) [#1]
Hi,

I am using Brucey's FontConfig module for a project - just tried to recompile after a few months break and it crashes before the program loop starts. I narrowed it down to the TFcConfig.init() command, but I can't understand why it is suddenly not working. Why does the following program crash?

SuperStrict

Framework BRL.StandardIO
Import BaH.FontConfig

Print "TFcConfig Returns: " + TFcConfig.init()

End


I'm running BlitzMax v1.24 with latest syncmods, modules built and Windows Vista (which is likely to be the problem)...

Thanks


Seb